Merge pull request #657 from pcercuei/update-lightrec-20220529
[pcsx_rearmed.git] / deps / lightning / lib / jit_aarch64.c
index 369408c..f0be046 100644 (file)
@@ -1128,6 +1128,9 @@ _emit_code(jit_state_t *_jit)
                case_rr(hton, _us);
                case_rr(hton, _ui);
                case_rr(hton, _ul);
+               case_rr(bswap, _us);
+               case_rr(bswap, _ui);
+               case_rr(bswap, _ul);
                case_rr(ext, _c);
                case_rr(ext, _uc);
                case_rr(ext, _s);