author | Paul Cercueil <paul@crapouillou.net> | 2022年05月25日 19:18:20 +0100 |
---|---|---|
committer | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2022年05月25日 16:23:11 -0300 |
commit | c44a80ca20ed534f4cf49e656bd9b7989633f4ea (patch) | |
tree | e7370910582f58cde22629f0a3ac68d09c337905 /lib/jit_mips-sz.c | |
parent | 44e8674a3aa32547b6161e2fb4212b7de2c0f707 (diff) | |
download | lightning-c44a80ca20ed534f4cf49e656bd9b7989633f4ea.tar.gz |
-rw-r--r-- | lib/jit_mips-sz.c | 13 |
diff --git a/lib/jit_mips-sz.c b/lib/jit_mips-sz.c index da37848..b4642fa 100644 --- a/lib/jit_mips-sz.c +++ b/lib/jit_mips-sz.c @@ -1,7 +1,7 @@ #if __WORDSIZE == 32 #if NEW_ABI -#define JIT_INSTR_MAX 44 +#define JIT_INSTR_MAX 52 0, /* data */ 0, /* live */ 0, /* align */ @@ -402,6 +402,9 @@ 0, /* movi_d_ww */ 4, /* movr_d_w */ 12, /* movi_d_w */ + 20, /* bswapr_us */ + 52, /* bswapr_ui */ + 0, /* bswapr_ul */ #endif /* NEW_ABI */ #endif /* __WORDSIZE */ @@ -808,11 +811,14 @@ 8, /* movi_d_ww */ 0, /* movr_d_w */ 0, /* movi_d_w */ + 20, /* bswapr_us */ + 52, /* bswapr_ui */ + 0, /* bswapr_ul */ #endif /* NEW_ABI */ #endif /* __WORDSIZE */ #if __WORDSIZE == 64 -#define JIT_INSTR_MAX 44 +#define JIT_INSTR_MAX 116 0, /* data */ 0, /* live */ 4, /* align */ @@ -1213,4 +1219,7 @@ 0, /* movi_d_ww */ 4, /* movr_d_w */ 12, /* movi_d_w */ + 20, /* bswapr_us */ + 52, /* bswapr_ui */ + 116, /* bswapr_ul */ #endif /* __WORDSIZE */ |