Lines Matching full:opcode
42 // if there is not such an opcode.
296 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
298 bool isFpMLxInstruction(unsigned Opcode) const {
299 return MLxEntryMap.count(Opcode);
302 /// isFpMLxInstruction - This version also returns the multiply opcode and the
303 /// addition / subtraction opcode to expand to. Return true for 'HasLane' for
305 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
309 /// canCauseFpMLxStall - Return true if an instruction of the specified opcode
312 bool canCauseFpMLxStall(unsigned Opcode) const {
313 return MLxHazardOpcodes.count(Opcode);
371 /// opcode of the SSA instruction representing the conditional MI.