Lines Matching refs:NOR
800 Op = SDValue(CurDAG->getMachineNode(PPC::NOR, dl, MVT::i32, Op, Op), 0);
1738 // nand(x, x) -> nor(x, x)
1743 // nand(1, y) -> nor(y, y)
1748 // nand(x, 1) -> nor(x, x)
1812 // xor(1, y) -> nor(y, y)
1817 // xor(x, 1) -> nor(x, x)
1847 // nor(1, y) -> 0
1851 // nor(0, y) = ~y -> nor(y, y)
1856 // nor(x, 0) = ~x
1861 // nor(~x, y) = andc(x, y)
1867 // nor(x, ~y) = andc(y, x)
1890 // eqv(0, y) = ~y -> nor(y, y)
1935 // andc(~x, y) = ~(x | y) = nor(x, y)