Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c57 #define RN(rn) ((sljit_ins)reg_map[rn] << 5) macro
182 #define CSET (CSINC | RM(TMP_ZERO) | RN(TMP_ZERO))
186 #define MOV (ORR | RN(TMP_ZERO))
1343 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_return_void()
1661 return push_inst(compiler, RET | RN(TMP_LR)); in sljit_emit_op_src()
1825 FAIL_IF(push_inst(compiler, ins | VD(dst_r) | RN(src))); in sljit_emit_fop1_conv_f64_from_w()
2049 inst = FMOV_R | RN(reg) | VD(freg) | (1 << 16); in sljit_emit_fcopy()
2241 PTR_FAIL_IF(push_inst(compiler, BR | RN(TMP_REG1))); in emit_cmp_to0()
2890 ins = INS | VD(freg) | RN(srcdst); in sljit_emit_simd_lane_mov()
3175 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
1213 FAIL_IF(push_inst(compiler, VLDR_F32 | 0x800100 | RN(SLJIT_SP) in sljit_emit_enter()
1222 FAIL_IF(push_inst(compiler, VLDR_F32 | 0x800000 | RN(SLJIT_SP) in sljit_emit_enter()
1589 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1594 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1613 | RD(dst) | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1853 return push_inst(compiler, ORR | RD(reg) | RN(reg) | imm2); in load_immediate()
1859 return push_inst(compiler, BIC | RD(reg) | RN(reg) | imm2); in load_immediate()
2206 | RN(SLJIT_R1) | RD(SLJIT_R0) | RM8(SLJIT_R0) | RM(SLJIT_R1)); in sljit_emit_op0()
2837 inst = VMOV2 | RN(reg) | RD(reg2) | VM(freg); in sljit_emit_fcopy()
[all …]

Completed in 39 milliseconds