Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c57 #define RN(rn) ((sljit_ins)reg_map[rn] << 5) macro
184 #define CSET (CSINC | RM(TMP_ZERO) | RN(TMP_ZERO))
188 #define MOV (ORR | RN(TMP_ZERO))
1500 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_return_void()
1835 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_op_src()
1999 FAIL_IF(push_inst(compiler, ins | VD(dst_r) | RN(src))); in sljit_emit_fop1_conv_f64_from_w()
2223 inst = FMOV_R | RN(reg) | VD(freg) | (1 << 16); in sljit_emit_fcopy()
2414 PTR_FAIL_IF(push_inst(compiler, BR | RN(TMP_REG2))); in emit_cmp_to0()
3067 ins = INS | VD(freg) | RN(srcdst); in sljit_emit_simd_lane_mov()
3352 FAIL_IF(push_inst(compiler, cmp | RM(tmp) | RN(temp_reg))); in sljit_emit_atomic_store()
[all …]
H A DsljitNativeARM_32.c89 #define RN(rn) ((sljit_ins)reg_map[rn] << 16) macro
1308 FAIL_IF(push_inst(compiler, VLDR_F32 | 0x800100 | RN(SLJIT_SP) in sljit_emit_enter()
1317 FAIL_IF(push_inst(compiler, VLDR_F32 | 0x800000 | RN(SLJIT_SP) in sljit_emit_enter()
1684 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1689 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1709 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1952 return push_inst(compiler, ORR | RD(reg) | RN(reg) | imm2); in load_immediate()
1958 return push_inst(compiler, BIC | RD(reg) | RN(reg) | imm2); in load_immediate()
2318 | RN(SLJIT_R1) | RD(SLJIT_R0) | RM8(SLJIT_R0) | RM(SLJIT_R1)); in sljit_emit_op0()
2967 inst = VMOV2 | RN(reg) | RD(reg2) | VM(freg); in sljit_emit_fcopy()
[all …]

Completed in 37 milliseconds