Searched refs:SLJIT_DIV_SW (Results 1 – 10 of 10) sorted by relevance
911 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7) macro912 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_I32_OP)
1180 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()1183 …if ((GET_OPCODE(op) >= SLJIT_LMUL_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) || op == SLJIT_SKIP_FRAMES… in check_sljit_emit_op0()1190 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
965 case SLJIT_DIV_SW: in sljit_emit_op0()994 if ((op | 0x2) == SLJIT_DIV_SW) { in sljit_emit_op0()1061 case SLJIT_DIV_SW: in sljit_emit_op0()
1281 case SLJIT_DIV_SW: in sljit_emit_op0()1287 case SLJIT_DIV_SW: in sljit_emit_op0()
860 case SLJIT_DIV_SW: in sljit_emit_op0()
1152 case SLJIT_DIV_SW: in sljit_emit_op0()
1159 case SLJIT_DIV_SW: in sljit_emit_op0()
1260 case SLJIT_DIV_SW: in sljit_emit_op0()
1718 case SLJIT_DIV_SW: in sljit_emit_op0()
1749 case SLJIT_DIV_SW: in sljit_emit_op0()
Completed in 90 milliseconds