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

/external/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp67 bool NegAcc, bool HasLane);
208 bool NegAcc, bool HasLane) {
235 if (NegAcc) {
293 bool NegAcc, HasLane; local
295 MulOpc, AddSubOpc, NegAcc, HasLane) ||
299 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
206 ExpandFPMLxInstruction(MachineBasicBlock &MBB, MachineInstr *MI, unsigned MulOpc, unsigned AddSubOpc, bool NegAcc, bool HasLane) argument
H A DARMBaseInstrInfo.cpp57 bool NegAcc; // True if the acc is negated before the add / sub. member in struct:ARM_MLxEntry
62 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
2997 bool &NegAcc, bool &HasLane) const {
3005 NegAcc = Entry.NegAcc;
2995 isFpMLxInstruction(unsigned Opcode, unsigned &MulOpc, unsigned &AddSubOpc, bool &NegAcc, bool &HasLane) const argument

Completed in 24 milliseconds