HomeSort by relevance Sort by last modified time
    Searched refs:__volatile__ (Results 276 - 300 of 985) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_ppc_gcc.h 39 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
50 __asm__ __volatile__(
69 __asm__ __volatile__(
85 __asm__ __volatile__(
124 inline void MemoryBarrier() { __asm__ __volatile__("sync" : : : "memory"); }
atomicops_internals_mips_gcc.h 36 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
56 __asm__ __volatile__(".set push\n"
78 __asm__ __volatile__(".set push\n"
100 __asm__ __volatile__(".set push\n"
153 __asm__ __volatile__("sync" : : : "memory");
188 __asm__ __volatile__(".set push\n"
210 __asm__ __volatile__(".set push\n"
232 __asm__ __volatile__(".set push\n"
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_mips_gcc.h 36 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
56 __asm__ __volatile__(".set push\n"
78 __asm__ __volatile__(".set push\n"
100 __asm__ __volatile__(".set push\n"
153 __asm__ __volatile__("sync" : : : "memory");
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_mips_gcc.h 36 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
56 __asm__ __volatile__(".set push\n"
78 __asm__ __volatile__(".set push\n"
100 __asm__ __volatile__(".set push\n"
153 __asm__ __volatile__("sync" : : : "memory");
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_mips_gcc.h 36 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
56 __asm__ __volatile__(".set push\n"
78 __asm__ __volatile__(".set push\n"
100 __asm__ __volatile__(".set push\n"
153 __asm__ __volatile__("sync" : : : "memory");
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_mips_gcc.h 36 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
56 __asm__ __volatile__(".set push\n"
78 __asm__ __volatile__(".set push\n"
100 __asm__ __volatile__(".set push\n"
153 __asm__ __volatile__("sync" : : : "memory");
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_mb_vert_dspr2.c 44 __asm__ __volatile__(
62 __asm__ __volatile__(
76 __asm__ __volatile__(
105 __asm__ __volatile__(
141 __asm__ __volatile__(
177 __asm__ __volatile__(
213 __asm__ __volatile__(
282 __asm__ __volatile__(
295 __asm__ __volatile__(
306 __asm__ __volatile__(
    [all...]
itrans32_dspr2.c 51 __asm__ __volatile__(
97 __asm__ __volatile__(
157 __asm__ __volatile__(
217 __asm__ __volatile__(
277 __asm__ __volatile__(
333 __asm__ __volatile__(
389 __asm__ __volatile__(
445 __asm__ __volatile__(
491 __asm__ __volatile__(
516 __asm__ __volatile__(
    [all...]
  /external/valgrind/none/tests/ppc32/
test_dfp5.c 53 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
56 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );
59 __asm__ __volatile__ ("mfcr %0" : "=b"(_lval) )
62 __asm__ __volatile__ ("mfxer %0" : "=b"(_lval) )
78 __asm__ __volatile__ ("mtfsf 0xFF, %0" : : "f"(_d) ); \
82 __asm__ __volatile__ ("mffs %0" : "=f"(_arg) )
85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) )
103 __asm __volatile__ ("lfiwax %0, 0, %1" : "=f" (f14): "r" (r14));
106 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val1), "f" (f14), "f" (f16));
109 __asm__ __volatile__ ("dtstsf %0, %1, %2" : : "i" (BF_val2), "f" (f14), "f" (f16))
    [all...]
  /external/valgrind/none/tests/mips64/
cvm_atomic_thread.c 41 __asm__ __volatile__(
57 __asm__ __volatile__(
73 __asm__ __volatile__(
89 __asm__ __volatile__(
105 __asm__ __volatile__(
121 __asm__ __volatile__(
137 __asm__ __volatile__(
153 __asm__ __volatile__(
169 __asm__ __volatile__(
185 __asm__ __volatile__(
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/
IoLibGcc.c 5 GCC - uses EFIAPI assembler. __asm__ calls GAS. __volatile__ makes sure the
240 __asm__ __volatile__ ("inb %w1,%b0" : "=a" (Data) : "d" ((UINT16)Port));
267 __asm__ __volatile__ ("outb %b0,%w1" : : "a" (Value), "d" ((UINT16)Port));
295 __asm__ __volatile__ ("inw %w1,%w0" : "=a" (Data) : "d" ((UINT16)Port));
323 __asm__ __volatile__ ("outw %w0,%w1" : : "a" (Value), "d" ((UINT16)Port));
351 __asm__ __volatile__ ("inl %w1,%0" : "=a" (Data) : "d" ((UINT16)Port));
379 __asm__ __volatile__ ("outl %0,%w1" : : "a" (Value), "d" ((UINT16)Port));
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
x86_io.h 94 __asm__ __volatile__ ( "in" #_insn_suffix " %w1, %" _reg_prefix "0" \
103 __asm__ __volatile__ ( "rep ins" #_insn_suffix \
116 __asm__ __volatile__ ( "out" #_insn_suffix " %" _reg_prefix "0, %w1" \
124 __asm__ __volatile__ ( "rep outs" #_insn_suffix \
140 __asm__ __volatile__ ( "outb %al, $0x80" );
150 __asm__ __volatile__ ( "lock; addl $0, 0(%%esp)" : : : "memory" );
  /external/valgrind/helgrind/tests/
tc07_hbl1.c 55 __asm__ __volatile__ ( \
59 __asm__ __volatile__( \
70 __asm__ __volatile__( \
82 __asm__ __volatile__( \
94 __asm__ __volatile__( \
104 __asm__ __volatile__ ( \
tc08_hbl2.c 77 __asm__ __volatile__ ( \
81 __asm__ __volatile__( \
92 __asm__ __volatile__( \
104 __asm__ __volatile__( \
116 __asm__ __volatile__( \
126 __asm__ __volatile__ ( \
annotate_hbefore.c 32 __asm__ __volatile__ (
43 __asm__ __volatile__(
65 __asm__ __volatile__ (
76 __asm__ __volatile__(
96 __asm__ __volatile__(
119 __asm__ __volatile__(
147 __asm__ __volatile__ (
157 __asm__ __volatile__(
180 __asm__ __volatile__ (
190 __asm__ __volatile__(
    [all...]
  /external/valgrind/none/tests/arm64/
cvtf_imm.c 18 __asm__ __volatile__(
26 __asm__ __volatile__(
34 __asm__ __volatile__(
43 __asm__ __volatile__(
51 __asm__ __volatile__(
59 __asm__ __volatile__(
71 __asm__ __volatile__(
79 __asm__ __volatile__(
87 __asm__ __volatile__(
96 __asm__ __volatile__(
    [all...]
  /external/valgrind/none/tests/amd64/
bmi.c 11 __asm__ __volatile__(
20 __asm__ __volatile__(
35 __asm__ __volatile__(
44 __asm__ __volatile__(
61 __asm__ __volatile__(
79 __asm__ __volatile__(
102 __asm__ __volatile__(
120 __asm__ __volatile__(
143 __asm__ __volatile__(
158 __asm__ __volatile__(
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 154 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
157 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );
160 __asm__ __volatile__ ("mfcr %0" : "=b"(_lval) )
163 __asm__ __volatile__ ("mfxer %0" : "=b"(_lval) )
179 __asm__ __volatile__ ("mtfsf 0xFF, %0" : : "f"(_d) ); \
286 __asm__ __volatile__ ("stq %0, 0(%1)" : :"r" (r14), "r" (r16));
296 __asm__ __volatile__ ("lq %0, 0(%1)" : :"r" (r14), "r" (r16));
311 __asm__ __volatile__ ("lbarx %0, %1, %2" : :"r" (r14), "r" (r16),"r" (r17));
314 __asm__ __volatile__ ("stbcx. %0, %1, %2" : :"r" (r14), "r" (r16),"r" (r17));
322 __asm__ __volatile__ ("lharx %0, %1, %2" : :"r" (r14), "r" (r16),"r" (r17))
    [all...]
  /bionic/libc/arch-x86/bionic/
__set_tls.cpp 44 __asm__ __volatile__("movw %%gs, %w0" : "=q"(gs) /*output*/);
70 __asm__ __volatile__("movw %w0, %%gs" : /*output*/ : "q"(selector) /*input*/ : /*clobber*/);
  /development/ndk/platforms/android-9/arch-x86/include/asm/
atomic_32.h 36 #define atomic_clear_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "andl %0,%1" : : "r" (~(mask)),"m" (*addr) : "memory")
37 #define atomic_set_mask(mask, addr) __asm__ __volatile__(LOCK_PREFIX "orl %0,%1" : : "r" (mask),"m" (*(addr)) : "memory")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pymath.c 23 __asm__ __volatile__ ("fnstcw %0" : "=m" (cw));
28 __asm__ __volatile__ ("fldcw %0" : : "m" (cw));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pymath.c 23 __asm__ __volatile__ ("fnstcw %0" : "=m" (cw));
28 __asm__ __volatile__ ("fldcw %0" : : "m" (cw));
  /external/speex/libspeex/
quant_lsp_bfin.h 56 __asm__ __volatile__
118 __asm__ __volatile__
  /external/v8/src/arm64/
cpu-arm64.cc 22 __asm__ __volatile__("mrs %x[ctr], ctr_el0" // NOLINT
58 __asm__ __volatile__ ( // NOLINT
  /external/valgrind/memcheck/tests/x86/
pushpopmem.c 14 __asm__ __volatile__(
39 __asm__ __volatile__(

Completed in 1840 milliseconds

<<11121314151617181920>>