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 301 /// isFpMLxInstruction - Return true if the specified opcode is a fp MLA / MLS
303 bool isFpMLxInstruction(unsigned Opcode) const {
307 /// isFpMLxInstruction - This version also returns the multiply opcode and the
310 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
ARMBaseInstrInfo.cpp     [all...]

Completed in 66 milliseconds