* src/vm/jit/alpha/arch.h (SUPPORT_LONG_DIV_POW2)
authortwisti <none@none>
Tue, 6 Jun 2006 18:05:16 +0000 (18:05 +0000)
committertwisti <none@none>
Tue, 6 Jun 2006 18:05:16 +0000 (18:05 +0000)
commit72bb3e20c022c3289fba57def136dc7d529dcf50
tree9dd4cfd2eca00cf500448ff4e59ea82959848834
parent4bf4a7402530f4743387518780fc133038f1e44d
* src/vm/jit/alpha/arch.h (SUPPORT_LONG_DIV_POW2)
(SUPPORT_LONG_REM_POW2): Added, as we probably support these two
instructions while the architecture does not support long division.
* src/vm/jit/i386/arch.h: Likewise.
* src/vm/jit/mips/arch.h: Likewise.
* src/vm/jit/powerpc/arch.h: Likewise.
* src/vm/jit/x86_64/arch.h: Likewise.

* src/vm/jit/stack.c (stack_analyse): Use SUPPORT_LONG_DIV_POW2 and
SUPPORT_LONG_REM_POW2 instead of SUPPORT_LONG_DIV.
src/vm/jit/alpha/arch.h
src/vm/jit/i386/arch.h
src/vm/jit/mips/arch.h
src/vm/jit/powerpc/arch.h
src/vm/jit/stack.c
src/vm/jit/x86_64/arch.h