Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h873 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4) macro
874 #define SLJIT_DIVMOD_U32 (SLJIT_DIVMOD_UW | SLJIT_I32_OP)
H A DsljitNativeX86_common.c965 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
983 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1028 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]); in sljit_emit_op0()
1031 size = (!compiler->mode32 || op >= SLJIT_DIVMOD_UW) ? 3 : 2; in sljit_emit_op0()
1040 *inst++ = REX_W | ((op >= SLJIT_DIVMOD_UW) ? REX_B : 0); in sljit_emit_op0()
1041 else if (op >= SLJIT_DIVMOD_UW) in sljit_emit_op0()
1044 *inst = MOD_REG | ((op >= SLJIT_DIVMOD_UW) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]); in sljit_emit_op0()
1059 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
H A DsljitNativeARM_T2_32.c1267 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1270 …FAIL_IF(push_inst32(compiler, (op == SLJIT_DIVMOD_UW ? UDIV : SDIV) | RD4(SLJIT_R0) | RN4(SLJIT_R0… in sljit_emit_op0()
1277 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1281 …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.c856 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
860 …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.c1146 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1150 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()
1153 …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.c1256 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1260 …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.c1636 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1640 …SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
H A DsljitNativeARM_64.c1149 case SLJIT_DIVMOD_UW: in sljit_emit_op0()
1152 …FAIL_IF(push_inst(compiler, ((op == SLJIT_DIVMOD_UW ? UDIV : SDIV) ^ inv_bits) | RD(SLJIT_R0) | RN… in sljit_emit_op0()
H A DsljitLir.c1166 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()
1176 if (GET_OPCODE(op) >= SLJIT_DIVMOD_UW && GET_OPCODE(op) <= SLJIT_DIV_SW) { in check_sljit_emit_op0()
H A DsljitNativeTILEGX_64.c2164 case SLJIT_DIVMOD_UW: in sljit_emit_op0()

Completed in 93 milliseconds