Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c39 #define TMP_LR (SLJIT_NUMBER_OF_REGISTERS + 4) macro
1078 FAIL_IF(push_inst(compiler, SMULH | RD(TMP_LR) | RN(arg1) | RM(arg2))); in emit_op_imm()
1229 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1350 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1376 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1411 FAIL_IF(push_inst(compiler, LDP_POST | RT(TMP_FP) | RT2(TMP_LR) in emit_stack_frame_release()
1500 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_return_void()
1831 FAIL_IF(push_inst(compiler, MOV | RD(TMP_LR) | RM(src))); in sljit_emit_op_src()
1835 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_op_src()
1864 sljit_s32 dst_r = TMP_LR; in sljit_emit_op_dst()
[all …]

Completed in 17 milliseconds