Lines Matching full:bswap
686 // Only ARMv6 has BSWAP.688 setOperationAction(ISD::BSWAP, MVT::i32, Expand);9605 // Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high9610 if (C->getZExtValue() == 16 && N0.getOpcode() == ISD::BSWAP &&