Searched defs:NegAcc (Results 1 – 5 of 5) sorted by relevance
271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
86 bool NegAcc; // True if the acc is negated before the add / sub. member4891 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
3219 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local3271 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local3331 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
12061 bool NegAcc = false) { in EmitScalarFMAExpr()
46956 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()