Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c93 #define RN4(rn) ((sljit_ins)reg_map[rn] << 16) macro
879 return push_inst32(compiler, CMPI_W | RN4(reg) | imm2); in emit_op_imm()
882 return push_inst32(compiler, CMNI_W | RN4(reg) | imm); in emit_op_imm()
1304 push_inst32(compiler, ADD_WI | RD4(tmp_reg) | RN4(arg) | imm); in emit_op_mem()
1315 push_inst32(compiler, SUB_WI | RD4(tmp_reg) | RN4(arg) | imm); in emit_op_mem()
1474 FAIL_IF(push_inst32(compiler, LDR | RT4(tmp) | RN4(SLJIT_SP) in sljit_emit_enter()
2449 FAIL_IF(push_inst32(compiler, CMPI_W | RN4(TMP_REG1) | 0)); in sljit_emit_fop2()
2540 inst = VMOV2 | RN4(reg) | RT4(reg2) | VM4(freg); in sljit_emit_fcopy()
2900 | RN4(SLJIT_SP) | (extra_space - sizeof(sljit_sw)))); in sljit_emit_call()
2999 | RN4(SLJIT_SP) | (extra_space - sizeof(sljit_sw)))); in sljit_emit_icall()
[all …]

Completed in 13 milliseconds