Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c68 #define SET_REGS44(rd, rn) \ macro
724 return push_inst16(compiler, MOV | SET_REGS44(dst, reg)); in emit_op_imm()
771 return push_inst16(compiler, MOV | SET_REGS44(dst, arg2)); in emit_op_imm()
805 return push_inst16(compiler, ADD | SET_REGS44(dst, arg2)); in emit_op_imm()
815 return push_inst16(compiler, CMP_X | SET_REGS44(arg1, arg2)); in emit_op_imm()
1109 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S0, SLJIT_R0))); in sljit_emit_enter()
1111 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S1, SLJIT_R1))); in sljit_emit_enter()
1113 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter()
1487 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG2, src))); in sljit_emit_op_src()
1751 return push_inst16(compiler, MOV | SET_REGS44(dst, TMP_REG2)); in sljit_emit_fast_enter()
[all …]

Completed in 10 milliseconds