Home
last modified time | relevance | path

Searched refs:SLJIT_R2 (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c107 *inst++ = MOD_REG | (reg_map[SLJIT_S0] << 3) | reg_map[SLJIT_R2]; in sljit_emit_enter()
451 PUSH_REG(reg_map[SLJIT_R2]); in call_with_args()
453 *inst++ = MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0]; in call_with_args()
471 *inst++ = MOD_DISP8 | (reg_map[SLJIT_R2] << 3) | 0x4 /* SIB */; in call_with_args()
H A DsljitNativeX86_64.c561 …SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, arg… in call_with_args()
569 *inst++ = MOD_REG | (0x2 /* rdx */ << 3) | reg_lmap[SLJIT_R2]; in call_with_args()
575 …SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, arg… in call_with_args()
583 *inst++ = MOD_REG | (0x0 /* r8 */ << 3) | reg_lmap[SLJIT_R2]; in call_with_args()
H A DsljitLir.h167 #define SLJIT_R2 3 macro
223 #define SLJIT_PREF_SHIFT_REG SLJIT_R2
H A DsljitNativeX86_common.c969 work_r = SLJIT_R2; in emit_mov_byte()
977 work_r = SLJIT_R2; in emit_mov_byte()
1195 dst_r = SLJIT_R2; in emit_clz()
2611 if (src == SLJIT_R2) {
2620 if (src == SLJIT_R2) {
H A DsljitNativePPC_common.c613 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R2) | A(SLJIT_S2) | B(SLJIT_R2))); in sljit_emit_enter()
H A DsljitNativeARM_64.c1146 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S2) | RN(TMP_ZERO) | RM(SLJIT_R2))); in sljit_emit_enter()
H A DsljitNativeARM_T2_32.c1170 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter()
H A DsljitNativeARM_32.c864 …FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))… in sljit_emit_enter()
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c475 #define TMP2 SLJIT_R2
2185 OP1(SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, length - 1); in reset_ovector()
2188 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, 1); in reset_ovector()
2295 CMPTO(SLJIT_EQUAL, SLJIT_R2, 0, SLJIT_S2, 0, loop); in copy_ovector()
2314 CMPTO(SLJIT_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 2, quit); in return_with_partial_match()
2320 jump = CMP(SLJIT_SIG_LESS, SLJIT_R2, 0, SLJIT_IMM, 3); in return_with_partial_match()
2323 OP2(SLJIT_ASHR, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, UCHAR_SHIFT); in return_with_partial_match()
2335 OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_S0, 0); in return_with_partial_match()
2337 OP2(SLJIT_ASHR, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_IMM, UCHAR_SHIFT); in return_with_partial_match()
2339 OP1(SLJIT_MOV_SI, SLJIT_MEM1(SLJIT_R1), 0, SLJIT_R2, 0); in return_with_partial_match()
[all …]

Completed in 65 milliseconds