Searched refs:IS_2_LO_REGS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 63 #define IS_2_LO_REGS(reg1, reg2) \ macro 546 if (!(flags & KEEP_FLAGS) && IS_2_LO_REGS(reg, dst)) { in emit_op_imm() 575 if (!(flags & KEEP_FLAGS) && imm == 0 && IS_2_LO_REGS(reg, dst)) in emit_op_imm() 583 if (!(flags & KEEP_FLAGS) && IS_2_LO_REGS(reg, dst)) { in emit_op_imm() 644 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 650 if (!(flags & KEEP_FLAGS) && IS_2_LO_REGS(dst, reg)) in emit_op_imm() 654 if (!(flags & KEEP_FLAGS) && IS_2_LO_REGS(dst, reg)) in emit_op_imm() 658 if (!(flags & KEEP_FLAGS) && IS_2_LO_REGS(dst, reg)) in emit_op_imm() 694 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm() 700 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm() [all …]
|