Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c39 #define TMP_LR (SLJIT_NUMBER_OF_REGISTERS + 4) macro
930 FAIL_IF(push_inst(compiler, SMULH | RD(TMP_LR) | RN(arg1) | RM(arg2))); in emit_op_imm()
1072 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1193 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1219 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1254 FAIL_IF(push_inst(compiler, LDP_POST | RT(TMP_FP) | RT2(TMP_LR) in emit_stack_frame_release()
1343 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_return_void()
1657 FAIL_IF(push_inst(compiler, MOV | RD(TMP_LR) | RM(src))); in sljit_emit_op_src()
1661 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_op_src()
1690 sljit_s32 dst_r = TMP_LR; in sljit_emit_op_dst()
[all …]

Completed in 12 milliseconds