HomeSort by relevance Sort by last modified time
    Searched full:bswap (Results 26 - 50 of 264) sorted by null

12 3 4 5 6 7 8 91011

  /external/llvm/lib/Target/Sparc/
README.txt 53 * Codegen bswap(load)/store(bswap) -> load/store ASI
  /external/llvm/test/CodeGen/X86/
inline-asm-tied.ll 15 %0 = call i64 asm "bswap %eax\0A\09bswap %edx\0A\09xchgl %eax, %edx", "=A,0,~{dirflag},~{fpsr},~{flags}"(i64 %tmp) nounwind ; <i64> [#uses=1]
2009-03-23-MultiUseSched.ll 37 %tmp24 = call i64 @llvm.bswap.i64(i64 %tmp8) ; <i64> [#uses=1]
50 %tmp37 = call i64 @llvm.bswap.i64(i64 %tmp9) ; <i64> [#uses=1]
63 %tmp50 = call i64 @llvm.bswap.i64(i64 %tmp10) ; <i64> [#uses=1]
76 %tmp63 = call i64 @llvm.bswap.i64(i64 %tmp11) ; <i64> [#uses=1]
89 %tmp76 = call i64 @llvm.bswap.i64(i64 %tmp12) ; <i64> [#uses=1]
102 %tmp89 = call i64 @llvm.bswap.i64(i64 %tmp13) ; <i64> [#uses=1]
115 %tmp102 = call i64 @llvm.bswap.i64(i64 %tmp14) ; <i64> [#uses=1]
128 %tmp115 = call i64 @llvm.bswap.i64(i64 %tmp15) ; <i64> [#uses=1]
141 %tmp128 = call i64 @llvm.bswap.i64(i64 %tmp16) ; <i64> [#uses=1]
154 %tmp141 = call i64 @llvm.bswap.i64(i64 %tmp17) ; <i64> [#uses=1
    [all...]
  /external/llvm/test/CodeGen/AArch64/
dp1.ll 9 %val1_tmp = call i32 @llvm.bswap.i32(i32 %val0_tmp)
18 %val1_tmp = call i64 @llvm.bswap.i64(i64 %val0_tmp)
31 %val4_tmp = call i64 @llvm.bswap.i64(i64 %val3_tmp)
43 %val4_tmp = call i32 @llvm.bswap.i32(i32 %val3_tmp)
144 declare i32 @llvm.bswap.i32(i32)
145 declare i64 @llvm.bswap.i64(i64)
  /external/qemu/
bswap.h 11 #include <machine/bswap.h>
86 #define le_bswap(v, size) bswap ## size(v)
88 #define le_bswaps(p, size) *p = bswap ## size(*p);
91 #define be_bswap(v, size) bswap ## size(v)
93 #define be_bswaps(p, size) *p = bswap ## size(*p);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
byteswap.h 67 `bswap' opcode. On i386 we have to use three instructions. */
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
117 __asm__ ("bswap %q0" : "=r" (__v) : "0" (__x)); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h 67 `bswap' opcode. On i386 we have to use three instructions. */
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
117 __asm__ ("bswap %q0" : "=r" (__v) : "0" (__x)); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
byteswap.h 67 `bswap' opcode. On i386 we have to use three instructions. */
74 __asm__ ("bswap %0" : "=r" (__v) : "0" (__x)); \
117 __asm__ ("bswap %q0" : "=r" (__v) : "0" (__x)); \
  /external/llvm/include/llvm/CodeGen/
IntrinsicLowering.h 52 /// LowerToByteSwap - Replace a call instruction into a call to bswap
54 /// simple integer bswap.
  /external/llvm/test/CodeGen/Thumb/
rev.ll 37 %0 = tail call i16 @llvm.bswap.i16(i16 %a)
42 declare i16 @llvm.bswap.i16(i16) nounwind readnone
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 46 bswap edx
69 bswap eax
71 bswap ebx
79 bswap ecx
81 bswap edx
105 bswap edx
198 bswap edx
223 bswap eax
225 bswap ebx
227 bswap ec
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 560 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; local
673 bswap = 1;
675 bswap = 0;
689 if (bswap) {
697 if (bswap) {
715 if (bswap) {
716 /* bswap */
721 if (bswap) {
724 /* bswap */
736 if (bswap) {
754 int addr_reg, data_reg, r0, r1, mem_index, s_bits, bswap, rexw; local
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 958 int addr_reg, data_reg, data_reg2, bswap; local
968 bswap = 1;
970 bswap = 0;
1038 if (bswap) {
1043 if (bswap) {
1053 if (bswap) {
1058 if (bswap) {
1181 int addr_reg, data_reg, data_reg2, bswap; local
    [all...]
  /external/clang/include/clang/Lex/
HeaderMap.h 40 HeaderMap(const llvm::MemoryBuffer *File, bool BSwap)
41 : FileBuffer(File), NeedsBSwap(BSwap) {
  /external/elfutils/libasm/
asm_addint8.c 46 #define BSWAP(size) _BSWAP(size)
104 var = BSWAP(SIZE) (var);
  /bionic/libc/arch-x86/include/machine/
endian.h 35 __asm ("bswap %0" : "+r" (__swap32md_x)); \
  /development/ndk/platforms/android-9/arch-x86/include/machine/
endian.h 35 __asm ("bswap %0" : "+r" (__swap32md_x)); \
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586.S 742 bswap %eax
743 bswap %ebx
749 bswap %eax
750 bswap %ebx
790 bswap %eax
791 bswap %ebx
797 bswap %eax
798 bswap %ebx
810 bswap %eax
811 bswap %eb
    [all...]
  /external/kernel-headers/original/asm-x86/
byteorder.h 14 __asm__("bswap %0" : "=r" (x) : "0" (x));
  /external/openssl/crypto/bf/asm/
bf-586.S 742 bswap %eax
743 bswap %ebx
749 bswap %eax
750 bswap %ebx
790 bswap %eax
791 bswap %ebx
797 bswap %eax
798 bswap %ebx
810 bswap %eax
811 bswap %eb
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
byteorder.h 13 __asm__("bswap %0" : "=r" (x) : "0" (x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
byteorder.h 13 __asm__("bswap %0" : "=r" (x) : "0" (x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
byteorder.h 13 __asm__("bswap %0" : "=r" (x) : "0" (x));
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/
endian.h 35 __asm ("bswap %0" : "+r" (__swap32md_x)); \
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/
endian.h 35 __asm ("bswap %0" : "+r" (__swap32md_x)); \

Completed in 2521 milliseconds

12 3 4 5 6 7 8 91011