Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c61 #define RN3(rn) (reg_map[rn] << 3) macro
753 return push_inst16(compiler, UXTB | RD3(dst) | RN3(arg2)); in emit_op_imm()
758 return push_inst16(compiler, SXTB | RD3(dst) | RN3(arg2)); in emit_op_imm()
763 return push_inst16(compiler, UXTH | RD3(dst) | RN3(arg2)); in emit_op_imm()
768 return push_inst16(compiler, SXTH | RD3(dst) | RN3(arg2)); in emit_op_imm()
773 return push_inst16(compiler, MVNS | RD3(dst) | RN3(arg2)); in emit_op_imm()
787 return push_inst16(compiler, ADCS | RD3(dst) | RN3(arg2)); in emit_op_imm()
1723 return push_inst16(compiler, BX | RN3(TMP_REG2)); in sljit_emit_fast_return()
1824 PTR_FAIL_IF(push_inst16(compiler, BX | RN3(TMP_REG1))); in sljit_emit_jump()
1827 PTR_FAIL_IF(push_inst16(compiler, BLX | RN3(TMP_REG1))); in sljit_emit_jump()
[all …]

Completed in 10 milliseconds