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()
271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
82 bool NegAcc; // True if the acc is negated before the add / sub. member4799 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
3063 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local3115 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local3175 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local
42515 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()