Home
last modified time | relevance | path

Searched refs:SLJIT_DIVMOD_UW (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h889 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4) macro
890 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
H A DsljitNativeX86_common.c962 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()
H A DsljitNativeARM_T2_32.c1274 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()
H A DsljitNativeSPARC_common.c857 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()
H A DsljitNativePPC_common.c1147 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()
H A DsljitNativeMIPS_common.c1257 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()
H A DsljitNativeARM_32.c1715 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()
H A DsljitLir.c1180 || ((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()
H A DsljitNativeARM_64.c1145 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()
H A DsljitNativeS390X.c1740 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1745 if (op == SLJIT_DIVMOD_UW) in sljit_emit_op0()

Completed in 94 milliseconds