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

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h373 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
375 bool isFpMLxInstruction(unsigned Opcode) const { function in class:llvm::ARMBaseInstrInfo
379 /// isFpMLxInstruction - This version also returns the multiply opcode and the
382 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
H A DARMBaseInstrInfo.cpp4149 ARMBaseInstrInfo::isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, function in class:ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.h272 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
274 bool isFpMLxInstruction(unsigned Opcode) const { function in class:llvm::ARMBaseInstrInfo
278 /// isFpMLxInstruction - This version also returns the multiply opcode and the
281 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,

Completed in 108 milliseconds