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 68 unsigned MulOpc, unsigned AddSubOpc,
272 unsigned MulOpc, unsigned AddSubOpc,
286 const MCInstrDesc &MCID1 = TII->get(MulOpc);
359 unsigned MulOpc, AddSubOpc;
362 MulOpc, AddSubOpc, NegAcc, HasLane) ||
366 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
ARMBaseInstrInfo.h 307 bool isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc,
ARMBaseInstrInfo.cpp 60 uint16_t MulOpc; // Expanded multiplication opcode
67 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
96 MLxHazardOpcodes.insert(ARM_MLxTable[i].MulOpc);
    [all...]

Completed in 1177 milliseconds