Searched refs:low_regs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c13041 bool low_regs;
13043 low_regs = (Rn <= 7 && Rm <= 7);
13048 narrow = opcode != T_MNEM_movs || low_regs;
13118 if (low_regs && narrow)
13160 if (!low_regs || inst.operands[1].imm > 7)
13204 if (low_regs && inst.operands[1].shifted
13244 if (low_regs)
13268 if (low_regs)
13035 bool low_regs; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c12981 bfd_boolean low_regs;
12983 low_regs = (Rn <= 7 && Rm <= 7);
12988 narrow = opcode != T_MNEM_movs || low_regs;
13058 if (low_regs && narrow)
13100 if (!low_regs || inst.operands[1].imm > 7)
13144 if (low_regs && inst.operands[1].shifted
13184 if (low_regs)
13208 if (low_regs)
12975 bfd_boolean low_regs; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c13041 bool low_regs;
13043 low_regs = (Rn <= 7 && Rm <= 7);
13048 narrow = opcode != T_MNEM_movs || low_regs;
13118 if (low_regs && narrow)
13160 if (!low_regs || inst.operands[1].imm > 7)
13204 if (low_regs && inst.operands[1].shifted
13244 if (low_regs)
13268 if (low_regs)
13035 bool low_regs; local

Completed in 445 milliseconds