Home | History | Annotate | Download | only in ARM

Lines Matching defs:Opcode

1109   // Try to figure out the unwinding opcode out of src / dst regs.
1124 llvm_unreachable("Unsupported opcode for unwinding information");
1160 llvm_unreachable("Unsupported opcode for unwinding information");
1215 llvm_unreachable("Unsupported opcode for unwinding information");
1219 llvm_unreachable("Unsupported opcode for unwinding information");
1247 "Pseudo flag setting opcode should be expanded early");
1502 unsigned Opcode;
1505 llvm_unreachable("Unexpected opcode!");
1506 case ARM::PICSTR: Opcode = ARM::STRrs; break;
1507 case ARM::PICSTRB: Opcode = ARM::STRBrs; break;
1508 case ARM::PICSTRH: Opcode = ARM::STRH; break;
1509 case ARM::PICLDR: Opcode = ARM::LDRrs; break;
1510 case ARM::PICLDRB: Opcode = ARM::LDRBrs; break;
1511 case ARM::PICLDRH: Opcode = ARM::LDRH; break;
1512 case ARM::PICLDRSB: Opcode = ARM::LDRSB; break;
1513 case ARM::PICLDRSH: Opcode = ARM::LDRSH; break;
1515 EmitToStreamer(*OutStreamer, MCInstBuilder(Opcode)