Home | History | Annotate | Download | only in ARM

Lines Matching full:bswap

418     setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
649 // Only ARMv6 has BSWAP.
651 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
9392 // Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high
9397 if (C->getZExtValue() == 16 && N0.getOpcode() == ISD::BSWAP &&