/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_atomic.h | 126 #define SDL_CompilerBarrier() __asm__ __volatile__ ("" : : : "memory") 152 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("lwsync" : : : "memory") 153 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("lwsync" : : : "memory") 156 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("dmb ish" : : : "memory") 157 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("dmb ish" : : : "memory") 164 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 5" : : "r"(0) : "memory") 165 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 5" : : "r"(0) : "memory") 168 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("" : : : "memory") 169 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("" : : : "memory")
|
/external/valgrind/none/tests/amd64/ |
xacq_xrel.c | 19 __asm__ __volatile__( \ 55 __asm__ __volatile__( \ 79 __asm__ __volatile__( 100 __asm__ __volatile__( 121 __asm__ __volatile__( 143 __asm__ __volatile__( 164 __asm__ __volatile__( 180 __asm__ __volatile__( 205 __asm__ __volatile__( 230 __asm__ __volatile__( [all...] |
/external/fio/arch/ |
arch-x86_64.h | 41 #define nop __asm__ __volatile__("rep;nop": : :"memory") 42 #define read_barrier() __asm__ __volatile__("lfence":::"memory") 43 #define write_barrier() __asm__ __volatile__("sfence":::"memory") 55 __asm__ __volatile__("rdtsc" : "=a" (lo), "=d" (hi));
|
arch-aarch64.h | 16 #define nop do { __asm__ __volatile__ ("yield"); } while (0) 26 __asm__ __volatile__ ("rbit %1, %2\n"
|
arch-s390.h | 34 __asm__ __volatile__("stckf %0" : "=Q" (clk) : : "cc"); 36 __asm__ __volatile__("stck %0" : "=Q" (clk) : : "cc");
|
/external/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 51 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory") 59 __asm__ __volatile__("lock; cmpxchgl %1,%2" 68 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 78 __asm__ __volatile__("lock; xaddl %0,%1" 88 __asm__ __volatile__("lock; xaddl %0,%1" 93 __asm__ __volatile__("lfence" : : : "memory"); 103 __asm__ __volatile__("lfence" : : : "memory"); 123 __asm__ __volatile__("mfence" : : : "memory"); 135 __asm__ __volatile__("mfence" : : : "memory"); 145 __asm__ __volatile__("mfence" : : : "memory") [all...] |
/external/speex/libspeex/ |
lsp_bfin.h | 47 __asm__ __volatile__
|
/external/syslinux/gpxe/src/arch/i386/include/gpxe/ |
rdtsc_timer.h | 33 __asm__ __volatile__ ( "rdtsc\n\t"
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
bios_nap.c | 11 __asm__ __volatile__ ( REAL_CODE ( "sti\n\t"
|
/external/syslinux/gpxe/src/arch/x86/interface/efi/ |
efix86_nap.c | 45 __asm__ __volatile__ ( "hlt" );
|
/external/valgrind/none/tests/amd64-solaris/ |
coredump_single_thread.c | 11 __asm__ __volatile__(
|
/external/valgrind/none/tests/x86-solaris/ |
coredump_single_thread_sse.c | 14 __asm__ __volatile__("\n"
|
coredump_single_thread.c | 14 __asm__ __volatile__( 26 __asm__ __volatile__(
|
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/ |
ia32intrin.h | 36 __asm__ __volatile__ ("pushf\n\t" 48 __asm__ __volatile__ ("pushq %0\n\t" 61 __asm__ __volatile__ ("pushf\n\t" 73 __asm__ __volatile__ ("pushl %0\n\t"
|
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/ |
ia32intrin.h | 36 __asm__ __volatile__ ("pushf\n\t" 48 __asm__ __volatile__ ("pushq %0\n\t" 61 __asm__ __volatile__ ("pushf\n\t" 73 __asm__ __volatile__ ("pushl %0\n\t"
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 51 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory") 59 __asm__ __volatile__("lock; cmpxchgl %1,%2" 68 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 78 __asm__ __volatile__("lock; xaddl %0,%1" 88 __asm__ __volatile__("lock; xaddl %0,%1" 93 __asm__ __volatile__("lfence" : : : "memory"); 103 __asm__ __volatile__("lfence" : : : "memory"); 123 __asm__ __volatile__("mfence" : : : "memory"); 135 __asm__ __volatile__("mfence" : : : "memory"); 145 __asm__ __volatile__("mfence" : : : "memory") [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 51 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory") 59 __asm__ __volatile__("lock; cmpxchgl %1,%2" 68 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 78 __asm__ __volatile__("lock; xaddl %0,%1" 88 __asm__ __volatile__("lock; xaddl %0,%1" 93 __asm__ __volatile__("lfence" : : : "memory"); 103 __asm__ __volatile__("lfence" : : : "memory"); 123 __asm__ __volatile__("mfence" : : : "memory"); 135 __asm__ __volatile__("mfence" : : : "memory"); 145 __asm__ __volatile__("mfence" : : : "memory") [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 51 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory") 59 __asm__ __volatile__("lock; cmpxchgl %1,%2" 68 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 78 __asm__ __volatile__("lock; xaddl %0,%1" 88 __asm__ __volatile__("lock; xaddl %0,%1" 93 __asm__ __volatile__("lfence" : : : "memory"); 103 __asm__ __volatile__("lfence" : : : "memory"); 123 __asm__ __volatile__("mfence" : : : "memory"); 135 __asm__ __volatile__("mfence" : : : "memory"); 145 __asm__ __volatile__("mfence" : : : "memory") [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 51 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory") 59 __asm__ __volatile__("lock; cmpxchgl %1,%2" 68 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 78 __asm__ __volatile__("lock; xaddl %0,%1" 88 __asm__ __volatile__("lock; xaddl %0,%1" 93 __asm__ __volatile__("lfence" : : : "memory"); 103 __asm__ __volatile__("lfence" : : : "memory"); 123 __asm__ __volatile__("mfence" : : : "memory"); 135 __asm__ __volatile__("mfence" : : : "memory"); 145 __asm__ __volatile__("mfence" : : : "memory") [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 51 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory") 59 __asm__ __volatile__("lock; cmpxchgl %1,%2" 68 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg. 78 __asm__ __volatile__("lock; xaddl %0,%1" 88 __asm__ __volatile__("lock; xaddl %0,%1" 93 __asm__ __volatile__("lfence" : : : "memory"); 103 __asm__ __volatile__("lfence" : : : "memory"); 123 __asm__ __volatile__("mfence" : : : "memory"); 135 __asm__ __volatile__("mfence" : : : "memory"); 145 __asm__ __volatile__("mfence" : : : "memory") [all...] |
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
tm-exec.c | 35 asm __volatile__( 51 asm __volatile__(
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/ |
IoLibGcc.c | 5 GCC - uses EFIAPI assembler. __asm__ calls GAS. __volatile__ makes sure the
50 __asm__ __volatile__ ("inb %w1,%b0" : "=a" (Data) : "d" ((UINT16)Port));
77 __asm__ __volatile__ ("outb %b0,%w1" : : "a" (Value), "d" ((UINT16)Port));
106 __asm__ __volatile__ ("inw %w1,%w0" : "=a" (Data) : "d" ((UINT16)Port));
135 __asm__ __volatile__ ("outw %w0,%w1" : : "a" (Value), "d" ((UINT16)Port));
164 __asm__ __volatile__ ("inl %w1,%0" : "=a" (Data) : "d" ((UINT16)Port));
193 __asm__ __volatile__ ("outl %0,%w1" : : "a" (Value), "d" ((UINT16)Port));
|
/hardware/intel/common/libwsbm/src/ |
wsbm_atomic.h | 24 __asm__ __volatile__("lock; incl %0; sete %1":"+m"(v->count), "=qm"(c) 35 __asm__ __volatile__("lock; addl %2,%0; sets %1":"+m"(v->count), "=qm"(c) 46 __asm__ __volatile__("lock; decl %0; sete %1":"+m"(v->count), "=qm"(c) 55 __asm__ __volatile__("lock; incl %0":"+m"(v->count)); 61 __asm__ __volatile__("lock; decl %0":"+m"(v->count)); 69 __asm__ __volatile__("lock; cmpxchgl %k1,%2":"=a"(previous)
|
/external/syslinux/gpxe/src/arch/x86/include/bits/ |
string.h | 34 __asm__ __volatile__ ( "rep ; movsb" 126 __asm__ __volatile__ ( "movsl" : "=&D" ( edi ), "=&S" ( esi ) 129 __asm__ __volatile__ ( "movsl" : "=&D" ( edi ), "=&S" ( esi ) 132 __asm__ __volatile__ ( "movsl" : "=&D" ( edi ), "=&S" ( esi ) 135 __asm__ __volatile__ ( "movsl" : "=&D" ( edi ), "=&S" ( esi ) 138 __asm__ __volatile__ ( "movsl" : "=&D" ( edi ), "=&S" ( esi ) 141 __asm__ __volatile__ ( "movsl" : "=&D" ( edi ), "=&S" ( esi ) 144 __asm__ __volatile__ ( "movsw" : "=&D" ( edi ), "=&S" ( esi ) 147 __asm__ __volatile__ ( "movsb" : "=&D" ( edi ), "=&S" ( esi ) 163 __asm__ __volatile__( [all...] |
/external/valgrind/none/tests/mips64/ |
macro_fpu.h | 58 __asm__ __volatile__( \ 67 __asm__ __volatile__( \ 76 __asm__ __volatile__( \ 85 __asm__ __volatile__( \ 94 __asm__ __volatile__( \ 105 __asm__ __volatile__( \ 116 __asm__ __volatile__( \ 127 __asm__ __volatile__( \ 138 __asm__ __volatile__( \ 149 __asm__ __volatile__( \ [all...] |