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

/macosx-10.9.5/cctools-845/as/
H A Darm.c7247 bfd_boolean is_pc = (inst.operands[i].reg == REG_PC);
7255 constraint (is_pc, _("cannot use register index with PC-relative addressing"));
7280 constraint (is_pc && inst.operands[i].writeback,
7302 constraint (is_pc, _("cannot use post-indexing with PC-relative addressing"));
7238 bfd_boolean is_pc = (inst.operands[i].reg == REG_PC); local

Completed in 337 milliseconds