Lines Matching defs:Opcode
507 bool isFpMLxInstruction(unsigned Opcode) const {
508 return MLxEntryMap.count(Opcode);
514 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
521 bool canCauseFpMLxStall(unsigned Opcode) const {
522 return MLxHazardOpcodes.count(Opcode);
607 unsigned VCMPOpcodeToVPT(unsigned Opcode) {
608 switch (Opcode) {
915 // Given a memory access Opcode, check that the give Imm would be a valid Offset
917 inline bool isLegalAddressImm(unsigned Opcode, int Imm,
919 const MCInstrDesc &Desc = TII->get(Opcode);