Searched refs:NegAcc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 70 bool NegAcc, bool HasLane); 274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 303 if (NegAcc) { in ExpandFPMLxInstruction() 361 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 363 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 367 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
D | ARMBaseInstrInfo.h | 379 unsigned &AddSubOpc, bool &NegAcc,
|
D | ARMBaseInstrInfo.cpp | 68 bool NegAcc; // True if the acc is negated before the add / sub. member 4116 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4124 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|