Searched refs:SLJIT_DIV_SW (Results 1 – 11 of 11) sorted by relevance
1003 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7) macro1004 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_32)
1300 || ((op & ~SLJIT_32) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_32) <= SLJIT_DIV_SW) in check_sljit_emit_op0()1303 …if ((GET_OPCODE(op) >= SLJIT_LMUL_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) || op == SLJIT_SKIP_FRAMES… in check_sljit_emit_op0()1310 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
1102 case SLJIT_DIV_SW: in sljit_emit_op0()1131 if ((op | 0x2) == SLJIT_DIV_SW) { in sljit_emit_op0()1198 case SLJIT_DIV_SW: in sljit_emit_op0()
1616 case SLJIT_DIV_SW: in sljit_emit_op0()1622 case SLJIT_DIV_SW: in sljit_emit_op0()
963 case SLJIT_DIV_SW: in sljit_emit_op0()
1315 case SLJIT_DIV_SW: in sljit_emit_op0()
1301 case SLJIT_DIV_SW: in sljit_emit_op0()
1683 case SLJIT_DIV_SW: in sljit_emit_op0()
1951 case SLJIT_DIV_SW: in sljit_emit_op0()
2076 case SLJIT_DIV_SW: in sljit_emit_op0()
2189 case SLJIT_DIV_SW: in sljit_emit_op0()
Completed in 95 milliseconds