Searched refs:SLJIT_DIV_SW (Results 1 – 10 of 10) sorted by relevance
895 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7) macro896 #define SLJIT_DIV_S32 (SLJIT_DIV_SW | SLJIT_I32_OP)
1166 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()1169 …if ((GET_OPCODE(op) >= SLJIT_LMUL_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) || op == SLJIT_SKIP_FRAMES… in check_sljit_emit_op0()1176 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
968 case SLJIT_DIV_SW: in sljit_emit_op0()997 if ((op | 0x2) == SLJIT_DIV_SW) { in sljit_emit_op0()1064 case SLJIT_DIV_SW: in sljit_emit_op0()
1274 case SLJIT_DIV_SW: in sljit_emit_op0()1280 case SLJIT_DIV_SW: in sljit_emit_op0()
859 case SLJIT_DIV_SW: in sljit_emit_op0()
1156 case SLJIT_DIV_SW: in sljit_emit_op0()
2167 case SLJIT_DIV_SW: in sljit_emit_op0()
1259 case SLJIT_DIV_SW: in sljit_emit_op0()
1158 case SLJIT_DIV_SW: in sljit_emit_op0()
1639 case SLJIT_DIV_SW: in sljit_emit_op0()
Completed in 107 milliseconds