-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); |