/external/syslinux/gpxe/src/arch/i386/include/bits/ |
byteswap.h | 9 __asm__("xchgb %b0,%h0\n\t" 18 __asm__("xchgb %b0,%h0\n\t" 20 "xchgb %b0,%h0"
|
/external/syslinux/gpxe/src/arch/x86_64/include/bits/ |
byteswap.h | 6 __asm__ ( "xchgb %b0,%h0" : "=Q" ( x ) : "0" ( x ) );
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
swab.h | 13 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 15 "xchgb %b0,%h0" /* swap higher bytes */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
swab.h | 13 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 15 "xchgb %b0,%h0" /* swap higher bytes */
|
/external/llvm/test/CodeGen/X86/ |
2007-11-03-x86-64-q-constraint.ll | 7 %tmp9 = call i64 asm sideeffect "xchgb ${0:b},$1", "=q,*m,0,~{dirflag},~{fpsr},~{flags},~{memory}"( i64* null, i64 0 ) ; <i64>
|
2009-04-13-2AddrAssert.ll | 12 %0 = tail call i16 asm "xchgb ${0:h}, ${0:b}","=Q,0,~{dirflag},~{fpsr},~{flags}"(i16 %conv) nounwind ; <i16> [#uses=0]
|
atomic8.ll | 267 ; X64: xchgb 269 ; X32: xchgb
|
2009-07-06-TwoAddrAssert.ll | 129 %0 = call i16 asm "xchgb ${0:h}, ${0:b}", "=Q,0,~{dirflag},~{fpsr},~{flags}"(i16 %conv2.i) nounwind ; <i16> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
2007-11-03-x86-64-q-constraint.ll | 7 %tmp9 = call i64 asm sideeffect "xchgb ${0:b},$1", "=q,*m,0,~{dirflag},~{fpsr},~{flags},~{memory}"( i64* null, i64 0 ) ; <i64>
|
2009-04-13-2AddrAssert.ll | 12 %0 = tail call i16 asm "xchgb ${0:h}, ${0:b}","=Q,0,~{dirflag},~{fpsr},~{flags}"(i16 %conv) nounwind ; <i16> [#uses=0]
|
2009-07-06-TwoAddrAssert.ll | 129 %0 = call i16 asm "xchgb ${0:h}, ${0:b}", "=Q,0,~{dirflag},~{fpsr},~{flags}"(i16 %conv2.i) nounwind ; <i16> [#uses=1]
|
/external/syslinux/com32/include/ |
byteswap.h | 33 asm("xchgb %h0,%b0 ; roll $16,%0 ; xchgb %h0,%b0"
|
/device/google/contexthub/firmware/os/cpu/x86/ |
atomic.c | 48 " xchgb %1, %0 \n"
|
/external/syslinux/dos/ |
crt0.S | 39 xchgb %ah,%al
|
/external/valgrind/none/tests/amd64/ |
xacq_xrel.c | 216 "xacquire lock xchgb %b1, (%0)" "\n\t" 217 "xrelease lock xchgb %b1, (%0)" "\n\t" 241 "xacquire xchgb %b1, (%0)" "\n\t" 242 "xrelease xchgb %b1, (%0)" "\n\t"
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_endian.h | 73 __asm__("xchgb %b0,%h0": "=q"(x):"0"(x)); 80 __asm__("xchgb %b0,%h0": "=Q"(x):"0"(x));
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_endian.h | 73 __asm__("xchgb %b0,%h0": "=q"(x):"0"(x)); 80 __asm__("xchgb %b0,%h0": "=Q"(x):"0"(x));
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_endian.h | 73 __asm__("xchgb %b0,%h0": "=q"(x):"0"(x)); 80 __asm__("xchgb %b0,%h0": "=Q"(x):"0"(x));
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_endian.h | 73 __asm__("xchgb %b0,%h0": "=q"(x):"0"(x)); 80 __asm__("xchgb %b0,%h0": "=Q"(x):"0"(x));
|
/external/tcpdump/ |
netdissect-stdinc.h | 298 __asm__ ("xchgb %b0, %h0\n\t" /* swap lower bytes */ 300 "xchgb %b0, %h0" /* swap higher bytes */ 307 __asm__ ("xchgb %b0, %h0" /* swap bytes */
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
MpFuncs.S | 105 xchgb (%edi), %al
125 xchgb (%edi), %al
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 831 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 833 "xchgb %b0,%h0" /* swap higher bytes */ 842 __asm__("xchgb %b0,%h0" /* swap bytes */ \
|
/external/e2fsprogs/lib/ext2fs/ |
bitops.h | 348 __asm__("xchgb %b0,%h0\n\t" /* swap lower bytes */ 350 "xchgb %b0,%h0" /* swap higher bytes */ 359 __asm__("xchgb %b0,%h0" /* swap bytes */ \
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
MpFuncs.S | 139 xchgb (%edi), %al
159 xchgb (%edi), %al
|
/external/syslinux/gpxe/src/arch/x86/include/bits/ |
string.h | 205 "xchgb (%%esi),%%al\n\t"
|