Lines Matching refs:Ps
468 uint32_t Ps = !isTop() ? properties() in convertToProperty() local
470 if (Ps != ConstantProperties::Unknown) { in convertToProperty()
471 Properties = Ps; in convertToProperty()
483 uint32_t Ps = properties(); in print() local
484 if (Ps & ConstantProperties::Zero) in print()
486 if (Ps & ConstantProperties::NonZero) in print()
488 if (Ps & ConstantProperties::Finite) in print()
490 if (Ps & ConstantProperties::Infinity) in print()
492 if (Ps & ConstantProperties::NaN) in print()
494 if (Ps & ConstantProperties::PosOrZero) in print()
496 if (Ps & ConstantProperties::NegOrZero) in print()
577 uint32_t Ps = properties(); in add() local
578 uint32_t NewPs = Ps & ConstantProperties::deduce(LC); in add()
583 if (Ps != NewPs) { in add()
594 uint32_t Ps = properties(); in add() local
595 if (Ps == (Ps & Property)) in add()
597 Properties = Property & Ps; in add()
611 uint32_t Ps = ConstantProperties::deduce(Values[0]); in properties() local
613 if (Ps == ConstantProperties::Unknown) in properties()
615 Ps &= ConstantProperties::deduce(Values[i]); in properties()
617 return Ps; in properties()
1749 uint32_t Ps = LS1.properties(); in evaluateEXTRACTr() local
1750 if (Ps & ConstantProperties::Zero) { in evaluateEXTRACTr()
2228 uint32_t Ps = Input.properties(); in evaluate() local
2229 if (Ps & (P::Zero|P::NaN)) { in evaluate()
2230 uint32_t Ns = (Ps & (P::Zero|P::NaN|P::SignProperties)); in evaluate()
2235 uint32_t Ns = (Ps & P::SignProperties); in evaluate()
2689 uint32_t Ps = LS.properties(); in evaluateHexCondMove() local
2691 if (Ps & ConstantProperties::Zero) in evaluateHexCondMove()
2693 else if (Ps & ConstantProperties::NonZero) in evaluateHexCondMove()
2883 uint64_t Ps = L.properties(); in rewriteHexConstDefs() local
2884 if (!(Ps & (P::Zero|P::NonZero))) in rewriteHexConstDefs()
2889 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs()