HomeSort by relevance Sort by last modified time
    Searched refs:__asm__ (Results 126 - 150 of 1021) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
hazards.h 26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /external/kernel-headers/original/asm-x86/
bitops_32.h 42 __asm__ __volatile__( LOCK_PREFIX
59 __asm__(
77 __asm__ __volatile__( LOCK_PREFIX
99 __asm__ __volatile__(
137 __asm__ __volatile__(
155 __asm__ __volatile__( LOCK_PREFIX
174 __asm__ __volatile__( LOCK_PREFIX
206 __asm__(
226 __asm__ __volatile__( LOCK_PREFIX
246 __asm__(
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
entry_x86_tls.h 33 __asm__(".section .note.ABI-tag, \"a\"\n\t"
45 __asm__(".text");
47 __asm__("x86_current_tls:\n\t"
56 __asm__(".section wtext, \"awx\", @progbits");
59 __asm__(".balign 16\n"
77 __asm__(".balign 16\n"
79 __asm__(".text");
  /external/mesa3d/src/mapi/mapi/
entry_x86_tls.h 33 __asm__(".section .note.ABI-tag, \"a\"\n\t"
45 __asm__(".text");
47 __asm__("x86_current_tls:\n\t"
56 __asm__(".section wtext, \"awx\", @progbits");
59 __asm__(".balign 16\n"
77 __asm__(".balign 16\n"
79 __asm__(".text");
  /external/kernel-headers/original/asm-arm/
spinlock.h 30 __asm__ __volatile__(
50 __asm__ __volatile__(
70 __asm__ __volatile__(
94 __asm__ __volatile__(
114 __asm__ __volatile__(
134 __asm__ __volatile__(
164 __asm__ __volatile__(
186 __asm__ __volatile__(
206 __asm__ __volatile__(
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 32 __asm__ __volatile__(
42 __asm__ __volatile__(
53 __asm__ __volatile__(
70 __asm__ __volatile__(
86 __asm__ __volatile__(
101 __asm__ __volatile__(
118 __asm__ __volatile__(
136 __asm__ __volatile__(
167 __asm__ __volatile__(
177 __asm__ __volatile__
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_dfp1.c 29 register double f14 __asm__ ("fr14");
30 register double f15 __asm__ ("fr15");
31 register double f16 __asm__ ("fr16");
32 register double f17 __asm__ ("fr17");
33 register double f18 __asm__ ("fr18");
34 register double f19 __asm__ ("fr19");
45 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
48 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );
51 __asm__ __volatile__ ("mfcr %0" : "=b"(_lval) )
54 __asm__ __volatile__ ("mfxer %0" : "=b"(_lval)
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp1.c 29 register double f14 __asm__ ("fr14");
30 register double f15 __asm__ ("fr15");
31 register double f16 __asm__ ("fr16");
32 register double f17 __asm__ ("fr17");
33 register double f18 __asm__ ("fr18");
34 register double f19 __asm__ ("fr19");
45 __asm__ __volatile__ ("mtcr %0" : : "b"(_arg) : ALLCR );
48 __asm__ __volatile__ ("mtxer %0" : : "b"(_arg) : "xer" );
51 __asm__ __volatile__ ("mfcr %0" : "=b"(_lval) )
54 __asm__ __volatile__ ("mfxer %0" : "=b"(_lval)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
linkage_32.h 25 #define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))
  /bionic/linker/arch/x86/
begin.c 43 __asm__ (
  /development/ndk/platforms/android-9/arch-x86/include/asm/
linkage_32.h 25 #define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))
  /external/chromium/base/
atomicops_internals_x86_gcc.h 22 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
33 __asm__ __volatile__("lock; cmpxchgl %1,%2"
42 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg.
52 __asm__ __volatile__("lock; xaddl %0,%1"
62 __asm__ __volatile__("lock; xaddl %0,%1"
67 __asm__ __volatile__("lfence" : : : "memory");
77 __asm__ __volatile__("lfence" : : : "memory");
97 __asm__ __volatile__("mfence" : : : "memory");
109 __asm__ __volatile__("mfence" : : : "memory");
119 __asm__ __volatile__("mfence" : : : "memory")
    [all...]
  /external/chromium_org/base/
atomicops_internals_x86_gcc.h 25 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
36 __asm__ __volatile__("lock; cmpxchgl %1,%2"
45 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg.
55 __asm__ __volatile__("lock; xaddl %0,%1"
65 __asm__ __volatile__("lock; xaddl %0,%1"
70 __asm__ __volatile__("lfence" : : : "memory");
80 __asm__ __volatile__("lfence" : : : "memory");
100 __asm__ __volatile__("mfence" : : : "memory");
112 __asm__ __volatile__("mfence" : : : "memory");
122 __asm__ __volatile__("mfence" : : : "memory")
    [all...]
  /external/chromium_org/third_party/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/chromium_org/v8/src/
atomicops_internals_x86_gcc.h 47 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
55 __asm__ __volatile__("lock; cmpxchgl %1,%2"
64 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg.
74 __asm__ __volatile__("lock; xaddl %0,%1"
84 __asm__ __volatile__("lock; xaddl %0,%1"
89 __asm__ __volatile__("lfence" : : : "memory");
99 __asm__ __volatile__("lfence" : : : "memory");
119 __asm__ __volatile__("mfence" : : : "memory");
131 __asm__ __volatile__("mfence" : : : "memory");
141 __asm__ __volatile__("mfence" : : : "memory")
    [all...]
  /external/clang/test/CodeGen/
2003-10-29-AsmRename.c 7 extern int Func(struct foo*) __asm__("Func64");
2010-06-17-asmcrash.c 10 __asm__ volatile("# %0 %1 %2 %3"
  /external/clang/test/Sema/
decl-invalid.c 27 register int test2 __asm__("edi"); // expected-error {{global register variables are not supported}}
  /external/speex/libspeex/
lsp_bfin.h 47 __asm__ __volatile__
  /external/v8/src/
atomicops_internals_x86_gcc.h 47 #define ATOMICOPS_COMPILER_BARRIER() __asm__ __volatile__("" : : : "memory")
55 __asm__ __volatile__("lock; cmpxchgl %1,%2"
64 __asm__ __volatile__("xchgl %1,%0" // The lock prefix is implicit for xchg.
74 __asm__ __volatile__("lock; xaddl %0,%1"
84 __asm__ __volatile__("lock; xaddl %0,%1"
89 __asm__ __volatile__("lfence" : : : "memory");
99 __asm__ __volatile__("lfence" : : : "memory");
119 __asm__ __volatile__("mfence" : : : "memory");
131 __asm__ __volatile__("mfence" : : : "memory");
141 __asm__ __volatile__("mfence" : : : "memory")
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
linkage_32.h 19 #define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
linkage_32.h 19 #define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 19 #define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))

Completed in 562 milliseconds

1 2 3 4 56 7 8 91011>>