Lines Matching refs:SLJIT_OP0_BASE
851 #define SLJIT_OP0_BASE 0 macro
856 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)
860 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)
864 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2)
868 #define SLJIT_LMUL_SW (SLJIT_OP0_BASE + 3)
873 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4)
881 #define SLJIT_DIVMOD_SW (SLJIT_OP0_BASE + 5)
887 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6)
895 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7)
901 #define SLJIT_ENDBR (SLJIT_OP0_BASE + 8)
904 #define SLJIT_SKIP_FRAMES_BEFORE_RETURN (SLJIT_OP0_BASE + 9)