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_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jit_x86.c')
-rw-r--r--lib/jit_x86.c 3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/jit_x86.c b/lib/jit_x86.c
index 20dcc21..6f55ebd 100644
--- a/lib/jit_x86.c
+++ b/lib/jit_x86.c
@@ -1297,6 +1297,7 @@ _emit_code(jit_state_t *_jit)
case_rrw(subx,);
case_rrr(subc,);
case_rrw(subc,);
+ case_rrw(rsb,);
case_rrr(mul,);
case_rrw(mul,);
case_rrrr(qmul,);
@@ -1478,6 +1479,7 @@ _emit_code(jit_state_t *_jit)
case_ffw(add, _f, 32);
case_fff(sub, _f);
case_ffw(sub, _f, 32);
+ case_ffw(rsb, _f, 32);
case_fff(mul, _f);
case_ffw(mul, _f, 32);
case_fff(div, _f);
@@ -1576,6 +1578,7 @@ _emit_code(jit_state_t *_jit)
case_ffw(add, _d, 64);
case_fff(sub, _d);
case_ffw(sub, _d, 64);
+ case_ffw(rsb, _d, 64);
case_fff(mul, _d);
case_ffw(mul, _d, 64);
case_fff(div, _d);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月14日 00:56:31 +0000

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