Searched refs:SLJIT_OP0_BASE (Results 1 – 2 of 2) sorted by relevance
687 #define SLJIT_OP0_BASE 0 macro692 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)696 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)700 #define SLJIT_LUMUL (SLJIT_OP0_BASE + 2)704 #define SLJIT_LSMUL (SLJIT_OP0_BASE + 3)709 #define SLJIT_UDIVMOD (SLJIT_OP0_BASE + 4)717 #define SLJIT_SDIVMOD (SLJIT_OP0_BASE + 5)724 #define SLJIT_UDIVI (SLJIT_OP0_BASE + 6)733 #define SLJIT_SDIVI (SLJIT_OP0_BASE + 7)
1044 …>verbose, " %s%s\n", !(op & SLJIT_INT_OP) ? "" : "i", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]); in check_sljit_emit_op0()