Searched refs:AddSubOpc (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | MLxExpansionPass.cpp | 69 unsigned MulOpc, unsigned AddSubOpc, 273 unsigned MulOpc, unsigned AddSubOpc, 288 const MCInstrDesc &MCID2 = TII->get(AddSubOpc); 360 unsigned MulOpc, AddSubOpc; local 363 MulOpc, AddSubOpc, NegAcc, HasLane) || 367 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); 272 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
|
H A D | ARMBaseInstrInfo.h | 379 unsigned &AddSubOpc, bool &NegAcc,
|
H A D | ARMBaseInstrInfo.cpp | 67 uint16_t AddSubOpc; // Expanded add / sub opcode member in struct:ARM_MLxEntry 73 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane 101 MLxHazardOpcodes.insert(ARM_MLxTable[i].AddSubOpc); 4115 unsigned &AddSubOpc, 4123 AddSubOpc = Entry.AddSubOpc; 4114 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument
|
Completed in 739 milliseconds