HomeSort by relevance Sort by last modified time
    Searched refs:MulOpc (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 66 unsigned MulOpc, unsigned AddSubOpc,
207 unsigned MulOpc, unsigned AddSubOpc,
221 const MCInstrDesc &MCID1 = TII->get(MulOpc);
294 unsigned MulOpc, AddSubOpc;
297 MulOpc, AddSubOpc, NegAcc, HasLane) ||
301 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
ARMBaseInstrInfo.h 301 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
ARMBaseInstrInfo.cpp 55 uint16_t MulOpc; // Expanded multiplication opcode
62 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
91 MLxHazardOpcodes.insert(ARM_MLxTable[i].MulOpc);
    [all...]

Completed in 3191 milliseconds