Home | History | Annotate | Download | only in ARM

Lines Matching defs:Opcode

952   unsigned Opcode = MI->getOpcode();
954 if (Opcode == ARM::BR_JTadd)
956 else if (Opcode == ARM::BR_JTm)
1003 unsigned Opcode = MI->getOpcode();
1004 int OpNum = (Opcode == ARM::t2BR_JT) ? 2 : 1;
1095 unsigned Opcode) {
1098 // Emit the instruction as usual, just patch the opcode.
1100 TmpInst.setOpcode(Opcode);
1128 // Try to figure out the unwinding opcode out of src / dst regs.
1143 llvm_unreachable("Unsupported opcode for unwinding information");
1178 llvm_unreachable("Unsupported opcode for unwinding information");
1225 llvm_unreachable("Unsupported opcode for unwinding information");
1230 llvm_unreachable("Unsupported opcode for unwinding information");
1234 llvm_unreachable("Unsupported opcode for unwinding information");
1261 "Pseudo flag setting opcode should be expanded early");
1571 unsigned Opcode;
1574 llvm_unreachable("Unexpected opcode!");
1575 case ARM::PICSTR: Opcode = ARM::STRrs; break;
1576 case ARM::PICSTRB: Opcode = ARM::STRBrs; break;
1577 case ARM::PICSTRH: Opcode = ARM::STRH; break;
1578 case ARM::PICLDR: Opcode = ARM::LDRrs; break;
1579 case ARM::PICLDRB: Opcode = ARM::LDRBrs; break;
1580 case ARM::PICLDRH: Opcode = ARM::LDRH; break;
1581 case ARM::PICLDRSB: Opcode = ARM::LDRSB; break;
1582 case ARM::PICLDRSH: Opcode = ARM::LDRSH; break;
1585 LdStInst.setOpcode(Opcode);