Searched refs:IS_2_LO_REGS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 70 #define IS_2_LO_REGS(reg1, reg2) \ macro 614 if (IS_2_LO_REGS(reg, dst)) { in emit_op_imm() 647 if (imm == 0 && IS_2_LO_REGS(reg, dst)) in emit_op_imm() 665 if (IS_2_LO_REGS(reg, dst)) { in emit_op_imm() 727 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 733 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 737 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 741 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 776 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm() 781 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm() [all …]
|