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

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

Completed in 81 milliseconds