Searched defs:isFpMLxInstruction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h301 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
303 bool isFpMLxInstruction(unsigned Opcode) const { function in class:llvm::ARMBaseInstrInfo
307 /// isFpMLxInstruction - This version also returns the multiply opcode and the
310 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
H A DARMBaseInstrInfo.cpp3937 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, function in class:ARMBaseInstrInfo

Completed in 131 milliseconds