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.c | |
parent | 44e8674a3aa32547b6161e2fb4212b7de2c0f707 (diff) | |
download | lightning-c44a80ca20ed534f4cf49e656bd9b7989633f4ea.tar.gz |
-rw-r--r-- | lib/jit_mips.c | 5 |
diff --git a/lib/jit_mips.c b/lib/jit_mips.c index 5ffad2b..94fe797 100644 --- a/lib/jit_mips.c +++ b/lib/jit_mips.c @@ -1420,6 +1420,11 @@ _emit_code(jit_state_t *_jit) #if __WORDSIZE == 64 case_rr(hton, _ul); #endif + case_rr(bswap, _us); + case_rr(bswap, _ui); +#if __WORDSIZE == 64 + case_rr(bswap, _ul); +#endif case_rr(ext, _c); case_rr(ext, _uc); case_rr(ext, _s); |