Searched refs:SLJIT_DIVMOD_UW (Results 1 – 10 of 10) sorted by relevance
889 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4) macro890 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
962 case SLJIT_DIVMOD_UW: in sljit_emit_op0()980 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()1025 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()1028 size = (!compiler->mode32 || op >= SLJIT_DIVMOD_UW) ? 3 : 2; in sljit_emit_op0()1037 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()1038 else if (op >= SLJIT_DIVMOD_UW) in sljit_emit_op0()1041 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()1056 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1274 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1277 …FAIL_IF(push_inst32(compiler, (op == SLJIT_DIVMOD_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0… in sljit_emit_op0()1284 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1288 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
857 case SLJIT_DIVMOD_UW: in sljit_emit_op0()861 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1147 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1151 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()1154 …FAIL_IF(push_inst(compiler, (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B… in sljit_emit_op0()
1257 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1261 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1715 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1719 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1180 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()1190 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
1145 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1148 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0()
1740 case SLJIT_DIVMOD_UW: in sljit_emit_op0()1745 if (op == SLJIT_DIVMOD_UW) in sljit_emit_op0()
Completed in 75 milliseconds