Searched defs:NegAcc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp69 bool NegAcc, bool HasLane);
273 bool NegAcc, bool HasLane) {
302 if (NegAcc) {
360 bool NegAcc, HasLane; local
362 MulOpc, AddSubOpc, NegAcc, HasLane) ||
366 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
271 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
H A DARMBaseInstrInfo.cpp62 bool NegAcc; // True if the acc is negated before the add / sub. member in struct:ARM_MLxEntry
67 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
3702 bool &NegAcc, bool &HasLane) const {
3710 NegAcc = Entry.NegAcc;
3700 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument

Completed in 146 milliseconds