HomeSort by relevance Sort by last modified time
    Searched defs:isFpMLxInstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 298 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
300 bool isFpMLxInstruction(unsigned Opcode) const {
304 /// isFpMLxInstruction - This version also returns the multiply opcode and the
307 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
ARMBaseInstrInfo.cpp     [all...]

Completed in 201 milliseconds