Correct the cvt.tst test case on Itanium. - lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/lib/jit_ia64-cpu.c
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2013年04月27日 17:16:01 -0300
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2013年04月27日 17:16:01 -0300
commit119ea1e97d4f399c850aac3a627db7485384e9c0 (patch)
tree9c0b481e08d492e95a7e238f3644a87ecaec31f1 /lib/jit_ia64-cpu.c
parentf52b976390fada608126b49499f291cbe1d88017 (diff)
downloadlightning-119ea1e97d4f399c850aac3a627db7485384e9c0.tar.gz
Correct the cvt.tst test case on Itanium.
* lib/jit_ia64-cpu.c: Correct wrong mapping of 2 instructions in "M-, stop, M-, stop" translation, that was ignoring the last stop (implemented as a nop I- stop). * lib/jit_ia64-fpu.c: Properly implement fnorm.s and fnorm.d, as well as the proper integer to float or double conversion.
Diffstat (limited to 'lib/jit_ia64-cpu.c')
-rw-r--r--lib/jit_ia64-cpu.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jit_ia64-cpu.c b/lib/jit_ia64-cpu.c
index 8ae73f4..b64f861 100644
--- a/lib/jit_ia64-cpu.c
+++ b/lib/jit_ia64-cpu.c
@@ -1937,7 +1937,7 @@ _flush(jit_state_t *_jit)
s0 = ii(0); s1 = ii(1); s2 = nop_i;
break;
case MsMs:
- n = 2; tm = TM_MsM_I_;
+ n = 2; tm = TM_MsM_Is;
s0 = ii(0); s1 = ii(1); s2 = nop_i;
break;
case MsM_I_:
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月16日 23:00:09 +0000

AltStyle によって変換されたページ (->オリジナル) /