Searched refs:IS_2_LO_REGS (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativeARM_T2_32.c | 64 #define IS_2_LO_REGS(reg1, reg2) \ macro 553 if (IS_2_LO_REGS(reg, dst)) { in emit_op_imm() 582 if (imm == 0 && IS_2_LO_REGS(reg, dst)) in emit_op_imm() 590 if (IS_2_LO_REGS(reg, dst)) { in emit_op_imm() 651 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 657 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 661 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 665 if (IS_2_LO_REGS(dst, reg)) in emit_op_imm() 705 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm() 711 if (IS_2_LO_REGS(dst, arg2)) in emit_op_imm() [all …]
|