Searched refs:IS_3_LO_REGS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeARM_T2_32.c | 65 #define IS_3_LO_REGS(reg1, reg2, reg3) \ macro 730 if (!(flags & KEEP_FLAGS) && IS_3_LO_REGS(dst, arg1, arg2)) in emit_op_imm() 740 if (!(flags & KEEP_FLAGS) && IS_3_LO_REGS(dst, arg1, arg2)) in emit_op_imm() 925 if (!argw && IS_3_LO_REGS(reg, arg, other_r)) in getput_arg_fast() 1052 if (!argw && IS_3_LO_REGS(reg, arg, other_r)) { in getput_arg()
|