Home | History | Annotate | Download | only in src

Lines Matching refs:Bswap

4179   case Intrinsics::Bswap: {
4182 // In 32-bit mode, bswap only works on 32-bit arguments, and the argument
4183 // must be a register. Use rotate left for 16-bit bswap.