Home
last modified time | relevance | path

Searched refs:tmp_reg (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc669 | blr tmp_reg
678 | br tmp_reg
731 | add tmp_reg, tmp_reg, reg
741 | add tmp_reg, tmp_reg, reg, shift
753 | add tmp_reg, tmp_reg, #val
761 | br tmp_reg
764 | br tmp_reg
1398 | add tmp_reg, tmp_reg, #1
1404 | add tmp_reg, tmp_reg, #2
1410 | subs tmp_reg, tmp_reg, #1
[all …]
H A Dzend_jit_x86.dasc252 | push tmp_reg
265 | mov mem, tmp_reg
278 | cmp mem, tmp_reg
289 | push tmp_reg
365 | call tmp_reg
378 | jmp tmp_reg
478 | push tmp_reg
4461 (void)tmp_reg;
4574 zend_reg tmp_reg;
5232 (void)tmp_reg;
[all …]
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c990 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() argument
996 SLJIT_ASSERT((arg & REG_MASK) != tmp_reg); in emit_op_mem()
1002 FAIL_IF(push_inst32(compiler, MOV_WI | RD4(tmp_reg) | tmp)); in emit_op_mem()
1006 FAIL_IF(load_immediate(compiler, tmp_reg, (sljit_uw)argw)); in emit_op_mem()
1007 if (IS_2_LO_REGS(reg, tmp_reg) && sljit_mem16_imm5[flags]) in emit_op_mem()
1025 push_inst32(compiler, ADD_WI | RD4(tmp_reg) | RN4(arg) | tmp); in emit_op_mem()
1026 arg = tmp_reg; in emit_op_mem()
1034 arg = tmp_reg; in emit_op_mem()
1069 SLJIT_ASSERT(arg != tmp_reg); in emit_op_mem()
1071 FAIL_IF(load_immediate(compiler, tmp_reg, (sljit_uw)argw)); in emit_op_mem()
[all …]
H A DsljitNativeARM_32.c1674 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() argument
1680 SLJIT_ASSERT((arg & REG_MASK) != tmp_reg); in emit_op_mem()
1717 FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | imm)); in emit_op_mem()
1719 arg = tmp_reg; in emit_op_mem()
1725 FAIL_IF(push_inst(compiler, SUB | RD(tmp_reg) | RN(arg) | imm)); in emit_op_mem()
1727 arg = tmp_reg; in emit_op_mem()
1741 FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | imm)); in emit_op_mem()
1743 arg = tmp_reg; in emit_op_mem()
1751 arg = tmp_reg; in emit_op_mem()
1764 FAIL_IF(load_immediate(compiler, tmp_reg, (sljit_uw)argw)); in emit_op_mem()
[all …]
H A DsljitNativePPC_common.c1065 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() argument
1081 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_reg) | ((sljit_ins)argw << 11) | ((3… in emit_op_mem()
1083 FAIL_IF(push_inst(compiler, RLDI(tmp_reg, OFFS_REG(arg), argw, 63 - argw, 1))); in emit_op_mem()
1085 offs_reg = tmp_reg; in emit_op_mem()
1102 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1105 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
1124 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_reg) | A(arg) | IMM(high_short >> 16))); in emit_op_mem()
1125 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(tmp_reg) | IMM(argw)); in emit_op_mem()
1132 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
1135 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg) | B(tmp_reg)); in emit_op_mem()
H A DsljitNativeARM_64.c867 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() argument
884 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg & REG_MASK) | RM(OFFS_REG(arg)) | ((sljit_i… in emit_op_mem()
885 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg)); in emit_op_mem()
891 FAIL_IF(load_immediate(compiler, tmp_reg, argw & ~(0xfff << shift))); in emit_op_mem()
895 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg) | ((sljit_ins)argw << 10)); in emit_op_mem()
903 …FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(tmp_reg) | RN(arg) | (((sljit_ins)argw >> 12) <<… in emit_op_mem()
906 return push_inst(compiler, STRBI | type | RT(reg) | RN(tmp_reg) | ((sljit_ins)argw << 10)); in emit_op_mem()
913 FAIL_IF(load_immediate(compiler, tmp_reg, argw)); in emit_op_mem()
915 return push_inst(compiler, STRB | type | RT(reg) | RN(arg) | RM(tmp_reg)); in emit_op_mem()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2277 int tmp_reg = status->tmp_regs[next_tmp_reg]; in delayed_mem_copy_move() local
2285 OP1(SLJIT_MOV, status->saved_tmp_regs[next_tmp_reg], 0, tmp_reg, 0); in delayed_mem_copy_move()
2288 …V, SLJIT_MEM1(status->store_bases[next_tmp_reg]), status->store_offsets[next_tmp_reg], tmp_reg, 0); in delayed_mem_copy_move()
2290 OP1(SLJIT_MOV, tmp_reg, 0, SLJIT_MEM1(load_base), load_offset); in delayed_mem_copy_move()
2301 int tmp_reg, saved_tmp_reg, i; in delayed_mem_copy_finish() local
2307 tmp_reg = status->tmp_regs[next_tmp_reg]; in delayed_mem_copy_finish()
2310 …V, SLJIT_MEM1(status->store_bases[next_tmp_reg]), status->store_offsets[next_tmp_reg], tmp_reg, 0); in delayed_mem_copy_finish()
2314 OP1(SLJIT_MOV, tmp_reg, 0, saved_tmp_reg, 0); in delayed_mem_copy_finish()

Completed in 115 milliseconds