1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 21:30:29 +02:00
guile/lightning
Paulo Cesar Pereira de Andrade d4a2a1ba07 Correct branches and several ALU operations with 64 immediates
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.
2010-08-29 11:55:11 +02:00
..
i386 Correct branches and several ALU operations with 64 immediates 2010-08-29 11:55:11 +02:00
ppc more fixes to fp branches 2010-08-20 10:08:43 +02:00
sparc more fixes to fp branches 2010-08-20 10:08:43 +02:00
asm-common.h add _s32P 2008-03-19 09:56:05 +01:00
core-common.h Change jit_getarg_{c,uc,s,us,i,ui} to extr_l to sign extend on 64 bits. 2010-08-24 12:37:20 +02:00
fp-common.h fix jit_extr_f_d and jit_extr_d_f for x86-64 2010-08-15 06:29:51 -04:00
funcs-common.h switch to GPLv3 2008-01-09 15:50:13 +01:00
Makefile.am detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
Makefile.in always set and replace lightning_frag 2010-07-19 14:40:08 +02:00