Home
last modified time | relevance | path

Searched refs:Zero2 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm1043 beq Zero2
1047 Zero2: label
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm1043 beq Zero2
1047 Zero2: label
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1314 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() local
1316 if (Zero1 && Zero2) { in evaluateCMPpp()
1321 if ((Zero1 && NonZero2) || (NonZero1 && Zero2)) in evaluateCMPpp()
1333 if (NonZero1 && Zero2) { in evaluateCMPpp()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12301 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchShuffleWithUNPCK() local
12308 Zero2 &= isUndefOrZero(M2); in matchShuffleWithUNPCK()
12310 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchShuffleWithUNPCK()
12334 if (IsUnary && (Zero1 || Zero2)) { in matchShuffleWithUNPCK()
12345 if ((((i & 1) == 0) && Zero1) || (((i & 1) == 1) && Zero2) || in matchShuffleWithUNPCK()
12355 V2 = Zero2 ? getZeroVector(VT, Subtarget, DAG, DL) : V1; in matchShuffleWithUNPCK()