Searched refs:SET_REGS44 (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 68 #define SET_REGS44(rd, rn) \ macro 726 return push_inst16(compiler, MOV | SET_REGS44(dst, reg)); in emit_op_imm() 773 return push_inst16(compiler, MOV | SET_REGS44(dst, arg2)); in emit_op_imm() 807 return push_inst16(compiler, ADD | SET_REGS44(dst, arg2)); in emit_op_imm() 817 return push_inst16(compiler, CMP_X | SET_REGS44(arg1, arg2)); in emit_op_imm() 1111 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S0, SLJIT_R0))); in sljit_emit_enter() 1113 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S1, SLJIT_R1))); in sljit_emit_enter() 1115 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter() 1166 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_SP, TMP_REG1))); in sljit_emit_enter() 1271 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(TMP_REG1, SLJIT_R0))); in sljit_emit_op0() [all …]
|