Lines Matching full:bswap
2345 i32 (i32) asm "bswap $0", "=r,r"
2353 %X = call i32 asm "bswap $0", "=r,r"(i32 %Y)
7535 '``llvm.bswap.*``' Intrinsics
7541 This is an overloaded intrinsic function. You can use bswap on any
7546 declare i16 @llvm.bswap.i16(i16 <id>)
7547 declare i32 @llvm.bswap.i32(i32 <id>)
7548 bswap.i64(i64 <id>)
7553 The '``llvm.bswap``' family of intrinsics is used to byte swap integer
7561 The ``llvm.bswap.i16`` intrinsic returns an i16 value that has the high
7562 and low byte of the input i16 swapped. Similarly, the ``llvm.bswap.i32``
7566 ``llvm.bswap.i48``, ``llvm.bswap.i64`` and other intrinsics extend this