Home
last modified time | relevance | path

Searched refs:__volatile__ (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_good/gst/goom/
Dxmmx.h75 __asm__ __volatile__ ( in mm_support()
262 __asm__ __volatile__ ("movq %%" #reg ", %0" \
267 __asm__ __volatile__ (#op " %0, %%" #reg \
270 __asm__ __volatile__ ("movq %%" #reg ", %0" \
283 __asm__ __volatile__ ("movq %%" #reg ", %0" \
288 __asm__ __volatile__ (#op " %0, %%" #reg \
291 __asm__ __volatile__ ("movq %%" #reg ", %0" \
301 __asm__ __volatile__ ("movq %%" #reg ", %0" \
309 __asm__ __volatile__ (#op " %%" #reg ", %0" \
320 __asm__ __volatile__ ("movq %%" #regs ", %0" \
[all …]
Dmmx.h74 __asm__ __volatile__ ( in mm_support()
269 __asm__ __volatile__ ("movq %%" #reg ", %0" \
274 __asm__ __volatile__ (#op " %0, %%" #reg \
277 __asm__ __volatile__ ("movq %%" #reg ", %0" \
290 __asm__ __volatile__ ("movq %%" #reg ", %0" \
295 __asm__ __volatile__ (#op " %0, %%" #reg \
298 __asm__ __volatile__ ("movq %%" #reg ", %0" \
308 __asm__ __volatile__ ("movq %%" #reg ", %0" \
316 __asm__ __volatile__ (#op " %%" #reg ", %0" \
327 __asm__ __volatile__ ("movq %%" #regs ", %0" \
[all …]
/third_party/musl/arch/x32/
Datomic_arch.h4 __asm__ __volatile__ ( in a_cas()
13 __asm__ __volatile__( in a_swap()
22 __asm__ __volatile__( in a_fetch_add()
31 __asm__ __volatile__( in a_and()
39 __asm__ __volatile__( in a_or()
55 __asm__ __volatile__( in a_or_64()
63 __asm__ __volatile__( in a_inc()
71 __asm__ __volatile__( in a_dec()
79 __asm__ __volatile__( in a_store()
87 __asm__ __volatile__( "" : : : "memory" ); in a_barrier()
[all …]
Dsyscall_arch.h10 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n) : "rcx", "r11", "memory"); in __syscall0()
17 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1) : "rcx", "r11", "memory"); in __syscall1()
24 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2) in __syscall2()
32 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall3()
42 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall4()
53 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall5()
65 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall6()
/third_party/musl/arch/x86_64/
Datomic_arch.h4 __asm__ __volatile__ ( in a_cas()
22 __asm__ __volatile__( in a_swap()
31 __asm__ __volatile__( in a_fetch_add()
40 __asm__ __volatile__( in a_and()
48 __asm__ __volatile__( in a_or()
64 __asm__ __volatile__( in a_or_64()
72 __asm__ __volatile__( in a_inc()
80 __asm__ __volatile__( in a_dec()
88 __asm__ __volatile__( in a_store()
96 __asm__ __volatile__( "" : : : "memory" ); in a_barrier()
[all …]
Dsyscall_arch.h7 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n) : "rcx", "r11", "memory"); in __syscall0()
14 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1) : "rcx", "r11", "memory"); in __syscall1()
21 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2) in __syscall2()
29 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall3()
38 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall4()
48 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall5()
59 __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2), in __syscall6()
/third_party/musl/arch/i386/
Datomic_arch.h4 __asm__ __volatile__ ( in a_cas()
13 __asm__ __volatile__( in a_swap()
22 __asm__ __volatile__( in a_fetch_add()
31 __asm__ __volatile__( in a_and()
39 __asm__ __volatile__( in a_or()
47 __asm__ __volatile__( in a_inc()
55 __asm__ __volatile__( in a_dec()
63 __asm__ __volatile__( in a_store()
71 __asm__ __volatile__( "" : : : "memory" ); in a_barrier()
77 __asm__ __volatile__( "pause" : : : "memory" ); in a_spin()
[all …]
Dsyscall_arch.h18 __asm__ __volatile__ (SYSCALL_INSNS : "=a"(__ret) : "a"(n) : "memory"); in __syscall0()
25 __asm__ __volatile__ (SYSCALL_INSNS_12 : "=a"(__ret) : "a"(n), "d"(a1) : "memory"); in __syscall1()
32 __asm__ __volatile__ (SYSCALL_INSNS_12 : "=a"(__ret) : "a"(n), "d"(a1), "c"(a2) : "memory"); in __syscall2()
40 __asm__ __volatile__ (SYSCALL_INSNS : "=a"(__ret) : "a"(n), "b"(a1), "c"(a2), "d"(a3) : "memory"); in __syscall3()
42 …__asm__ __volatile__ (SYSCALL_INSNS_34 : "=a"(__ret) : "a"(n), "D"(a1), "c"(a2), "d"(a3) : "memory… in __syscall3()
51 …__asm__ __volatile__ (SYSCALL_INSNS : "=a"(__ret) : "a"(n), "b"(a1), "c"(a2), "d"(a3), "S"(a4) : "… in __syscall4()
53 …__asm__ __volatile__ (SYSCALL_INSNS_34 : "=a"(__ret) : "a"(n), "D"(a1), "c"(a2), "d"(a3), "S"(a4) … in __syscall4()
62 __asm__ __volatile__ (SYSCALL_INSNS in __syscall5()
65 …__asm__ __volatile__ ("pushl %2 ; push %%ebx ; mov 4(%%esp),%%ebx ; " SYSCALL_INSNS " ; pop %%ebx … in __syscall5()
75 …__asm__ __volatile__ ("pushl %7 ; push %%ebp ; mov 4(%%esp),%%ebp ; " SYSCALL_INSNS " ; pop %%ebp … in __syscall6()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_atomic.h127 #define SDL_CompilerBarrier() __asm__ __volatile__ ("" : : : "memory")
153 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("lwsync" : : : "memory")
154 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("lwsync" : : : "memory")
157 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("dmb ish" : : : "memory")
158 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("dmb ish" : : : "memory")
165 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 5" : : "r"(0) …
166 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("mcr p15, 0, %0, c7, c10, 5" : : "r"(0) …
169 #define SDL_MemoryBarrierRelease() __asm__ __volatile__ ("" : : : "memory")
170 #define SDL_MemoryBarrierAcquire() __asm__ __volatile__ ("" : : : "memory")
/third_party/musl/arch/powerpc64/
Datomic_arch.h5 __asm__ __volatile__ ("lwarx %0, 0, %2" : "=r"(v) : "m"(*p), "r"(p)); in a_ll()
13 __asm__ __volatile__ ( in a_sc()
23 __asm__ __volatile__ ("ldarx %0, 0, %2" : "=r"(v) : "m"(*(void *volatile *)p), "r"(p)); in a_ll_p()
31 __asm__ __volatile__ ( in a_sc_p()
40 __asm__ __volatile__ ("sync" : : : "memory"); in a_barrier()
48 __asm__ __volatile__ ("isync" : : : "memory"); in a_post_llsc()
54 __asm__ __volatile__ (".long 0"); in a_crash()
Dsyscall_arch.h8 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall0()
18 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall1()
29 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall2()
41 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall3()
54 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall4()
68 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall5()
83 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall6()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dsse.h65 __asm__ __volatile__ (
252 __asm__ __volatile__ ("movq %%" #reg ", %0" \
257 __asm__ __volatile__ (#op " %0, %%" #reg \
260 __asm__ __volatile__ ("movq %%" #reg ", %0" \
273 __asm__ __volatile__ ("movq %%" #reg ", %0" \
278 __asm__ __volatile__ (#op " %0, %%" #reg \
281 __asm__ __volatile__ ("movq %%" #reg ", %0" \
291 __asm__ __volatile__ ("movq %%" #reg ", %0" \
299 __asm__ __volatile__ (#op " %%" #reg ", %0" \
310 __asm__ __volatile__ ("movq %%" #regs ", %0" \
[all …]
/third_party/pulseaudio/src/pulsecore/
Dremap_neon.c33 __asm__ __volatile__ ( in remap_mono_to_stereo_float32ne_neon_a8()
52 __asm__ __volatile__ ( in remap_mono_to_stereo_float32ne_generic_arm()
73 __asm__ __volatile__ ( in remap_mono_to_stereo_s16ne_neon()
92 __asm__ __volatile__ ( in remap_mono_to_ch4_float32ne_neon()
109 __asm__ __volatile__ ( in remap_mono_to_ch4_s16ne_neon()
132 __asm__ __volatile__ ( in remap_stereo_to_mono_float32ne_neon()
152 __asm__ __volatile__ ( in remap_stereo_to_mono_s32ne_neon()
171 __asm__ __volatile__ ( in remap_stereo_to_mono_s16ne_neon()
191 __asm__ __volatile__ ( in remap_ch4_to_mono_float32ne_neon()
210 __asm__ __volatile__ ( in remap_ch4_to_mono_s16ne_neon()
[all …]
Dmix_neon.c41 __asm__ __volatile__ ( in pa_mix_ch2_s16ne_neon()
54 __asm__ __volatile__ ( in pa_mix_ch2_s16ne_neon()
70 __asm__ __volatile__ ( in pa_mix_ch2_s16ne_neon()
89 __asm__ __volatile__ ( in pa_mix2_ch1_s16ne_neon()
99 __asm__ __volatile__ ( in pa_mix2_ch1_s16ne_neon()
128 __asm__ __volatile__ ( in pa_mix2_ch2_s16ne_neon()
142 __asm__ __volatile__ ( in pa_mix2_ch2_s16ne_neon()
178 __asm__ __volatile__ ( in pa_mix2_ch4_s16ne_neon()
188 __asm__ __volatile__ ( in pa_mix2_ch4_s16ne_neon()
/third_party/musl/arch/mips/
Datomic_arch.h12 __asm__ __volatile__ ( in a_ll()
18 __asm__ __volatile__ ( in a_ll()
30 __asm__ __volatile__ ( in a_sc()
36 __asm__ __volatile__ ( in a_sc()
49 __asm__ __volatile__ (".long 0xf" : : : "memory"); in a_barrier()
51 __asm__ __volatile__ ("sync" : : : "memory"); in a_barrier()
/third_party/musl/src/fenv/m68k/
Dfenv.c9 __asm__ __volatile__ ("fmove.l %%fpsr,%0" : "=dm"(v)); in getsr()
15 __asm__ __volatile__ ("fmove.l %0,%%fpsr" : : "dm"(v)); in setsr()
21 __asm__ __volatile__ ("fmove.l %%fpcr,%0" : "=dm"(v)); in getcr()
27 __asm__ __volatile__ ("fmove.l %0,%%fpcr" : : "dm"(v)); in setcr()
64 __asm__ __volatile__ ("fmove.l %%fpiar,%0" in fegetenv()
76 __asm__ __volatile__ ("fmove.l %0,%%fpiar" in fesetenv()
/third_party/musl/arch/mipsn32/
Datomic_arch.h12 __asm__ __volatile__ ( in a_ll()
18 __asm__ __volatile__ ( in a_ll()
30 __asm__ __volatile__ ( in a_sc()
36 __asm__ __volatile__ ( in a_sc()
46 __asm__ __volatile__ ("sync" : : : "memory"); in a_barrier()
/third_party/musl/arch/or1k/
Dsyscall_arch.h11 __asm__ __volatile__ ("l.sys 1" in __syscall0()
24 __asm__ __volatile__ ("l.sys 1" in __syscall1()
38 __asm__ __volatile__ ("l.sys 1" in __syscall2()
53 __asm__ __volatile__ ("l.sys 1" in __syscall3()
69 __asm__ __volatile__ ("l.sys 1" in __syscall4()
86 __asm__ __volatile__ ("l.sys 1" in __syscall5()
105 __asm__ __volatile__ ("l.sys 1" in __syscall6()
/third_party/musl/arch/m68k/
Dsyscall_arch.h9 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall0()
19 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall1()
30 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall2()
42 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall3()
55 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall4()
69 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall5()
84 __asm__ __volatile__ ("trap #0" : "+r"(d0) in __syscall6()
/third_party/musl/arch/powerpc/
Dsyscall_arch.h10 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall0()
20 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall1()
31 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall2()
43 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall3()
56 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall4()
70 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall5()
85 __asm__ __volatile__("sc ; bns+ 1f ; neg %1, %1 ; 1:" in __syscall6()
/third_party/ltp/include/
Dtst_tsc.h20 #define rdtscll(val) __asm__ __volatile__("rdtsc" : "=A" (val))
25 __asm__ __volatile__ ("rdtsc" : "=a" (low), "=d" (high)); \
32 __asm__ __volatile__ ("mfspr %0, 268" : "=r" (val)); \
38 __asm__ __volatile__ ("mftbu %0" : "=r" (tbhi)); \
39 __asm__ __volatile__ ("mftbl %0" : "=r" (tblo)); \
/third_party/musl/arch/mips64/
Datomic_arch.h11 __asm__ __volatile__ ( in a_ll()
21 __asm__ __volatile__ ( in a_sc()
31 __asm__ __volatile__ ( in a_ll_p()
41 __asm__ __volatile__ ( in a_sc_p()
50 __asm__ __volatile__ ("sync" : : : "memory"); in a_barrier()
/third_party/musl/porting/liteos_m/user/arch/arm/
Datomic_arch.h16 __asm__ __volatile__ ("ldrex %0, %1" : "=r"(v) : "Q"(*p)); in a_ll()
24 __asm__ __volatile__ ("strex %0,%2,%1" : "=&r"(r), "=Q"(*p) : "r"(v) : "memory"); in a_sc()
33 __asm__ __volatile__ ("dmb ish" : : : "memory"); in a_barrier()
52 __asm__ __volatile__ ( in a_cas()
68 __asm__ __volatile__( BLX " ip" : "+r"(ip) : : "memory", "cc", "lr" ); in a_barrier()
75 __asm__ __volatile__( in a_crash()
/third_party/musl/porting/liteos_a/kernel/include/
Datomic_arch.h18 __asm__ __volatile__ ("ldrex %0, %1" : "=r"(v) : "Q"(*p)); in a_ll()
26 __asm__ __volatile__ ("strex %0,%2,%1" : "=&r"(r), "=Q"(*p) : "r"(v) : "memory"); in a_sc()
35 __asm__ __volatile__ ("dmb ish" : : : "memory"); in a_barrier()
54 __asm__ __volatile__ ( in a_cas()
70 __asm__ __volatile__( BLX " ip" : "+r"(ip) : : "memory", "cc", "lr" ); in a_barrier()
77 __asm__ __volatile__( in a_crash()
/third_party/musl/arch/arm/
Datomic_arch.h18 __asm__ __volatile__ ("ldrex %0, %1" : "=r"(v) : "Q"(*p)); in a_ll()
26 __asm__ __volatile__ ("strex %0,%2,%1" : "=&r"(r), "=Q"(*p) : "r"(v) : "memory"); in a_sc()
35 __asm__ __volatile__ ("dmb ish" : : : "memory"); in a_barrier()
54 __asm__ __volatile__ ( in a_cas()
70 __asm__ __volatile__( BLX " ip" : "+r"(ip) : : "memory", "cc", "lr" ); in a_barrier()
77 __asm__ __volatile__( in a_crash()

1234567