Searched defs:NegAcc (Results 1 – 6 of 6) sorted by relevance
274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()361 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
59 bool NegAcc; // True if the acc is negated before the add / sub. member4151 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
274 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()358 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
83 bool NegAcc; // True if the acc is negated before the add / sub. member4545 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
2782 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local2834 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local2894 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()