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

/macosx-10.9.5/cctools-845/as/
H A Darm.c8557 bfd_boolean low_regs;
8559 low_regs = (inst.operands[0].reg <= 7 && inst.operands[1].reg <= 7);
8564 narrow = opcode != T_MNEM_movs || low_regs;
8584 if (low_regs && narrow)
8616 if (!low_regs || inst.operands[1].imm > 7)
8660 if (low_regs && inst.operands[1].shifted
8713 if (low_regs)
8548 bfd_boolean low_regs; local

Completed in 201 milliseconds