Lines Matching defs:Props2
367 bool evaluateCMPrp(uint32_t Cmp, const RegisterSubReg &R1, uint64_t Props2,
373 bool evaluateCMPpp(uint32_t Cmp, uint32_t Props1, uint32_t Props2,
1172 uint64_t Props2, const CellMap &Inputs, bool &Result) {
1178 return evaluateCMPpp(Cmp, LS.properties(), Props2, Result);
1186 evaluateCMPpi(NegCmp, Props2, A, Res);
1305 uint32_t Props2, bool &Result) {
1308 if ((Props1 & P::NaN) && (Props2 & P::NaN))
1310 if (!(Props1 & P::Finite) || !(Props2 & P::Finite))
1313 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero);
1314 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero);
1340 bool Poz1 = (Props1 & P::PosOrZero), Poz2 = (Props2 & P::PosOrZero);
1341 bool Nez1 = (Props1 & P::NegOrZero), Nez2 = (Props2 & P::NegOrZero);