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_loongarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jit_loongarch.c')
-rw-r--r--lib/jit_loongarch.c 12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/jit_loongarch.c b/lib/jit_loongarch.c
index 7604f15..dda37df 100644
--- a/lib/jit_loongarch.c
+++ b/lib/jit_loongarch.c
@@ -1184,14 +1184,14 @@ _emit_code(jit_state_t *_jit)
case_rr(bswap, _us);
case_rr(bswap, _ui);
case_rr(bswap, _ul);
- case jit_code_ext:
- ext(rn(node->u.w), rn(node->v.w), node->w.q.l, node->w.q.h);
+ case jit_code_extr:
+ extr(rn(node->u.w), rn(node->v.w), node->w.q.l, node->w.q.h);
break;
- case jit_code_ext_u:
- ext_u(rn(node->u.w), rn(node->v.w), node->w.q.l, node->w.q.h);
+ case jit_code_extr_u:
+ extr_u(rn(node->u.w), rn(node->v.w), node->w.q.l, node->w.q.h);
break;
- case jit_code_dep:
- dep(rn(node->u.w), rn(node->v.w), node->w.q.l, node->w.q.h);
+ case jit_code_depr:
+ depr(rn(node->u.w), rn(node->v.w), node->w.q.l, node->w.q.h);
break;
case_rr(ext, _c);
case_rr(ext, _uc);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月18日 22:46:49 +0000

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