reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 5570   switch(Inst.getOpcode()) {
 5584     switch(Inst.getOpcode()) {
 5585       case ARM::tBcc: Inst.setOpcode(ARM::tB); break;
 5586       case ARM::t2Bcc: Inst.setOpcode(ARM::t2B); break;
 5592     switch(Inst.getOpcode()) {
 5595         Inst.setOpcode(Cond == ARMCC::AL ? ARM::tB : ARM::tBcc);
 5599         Inst.setOpcode(Cond == ARMCC::AL ? ARM::t2B : ARM::t2Bcc);
 5605   switch(Inst.getOpcode()) {
 5610         Inst.setOpcode(ARM::t2B);
 5617         Inst.setOpcode(ARM::t2Bcc);
 5621   ((ARMOperand &)*Operands[ImmOp]).addImmOperands(Inst, 1);
 5622   ((ARMOperand &)*Operands[CondOp]).addCondCodeOperands(Inst, 2);