mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 21:30:29 +02:00
jit_bra_l had the logic reversed, and correcting that also corrected jit_b{lt,le,eq,ge,gt,ne}i_l. TESTQir and _ALUQir were not properly working with 64 bit immediates, that require using a temporary register (JIT_REXTMP) as there are no related opcodes for 64 bit immediates. This corrected jit_bm{s,c}i_l and jit_bo{add,sub}i_l. Now, the tests in http://code.google.com/p/exl/source/browse/trunk/check/lightning/branch.tst pass. |
||
---|---|---|
.. | ||
i386 | ||
ppc | ||
sparc | ||
asm-common.h | ||
core-common.h | ||
fp-common.h | ||
funcs-common.h | ||
Makefile.am | ||
Makefile.in |