OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__volatile__
(Results
276 - 300
of
637
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
io_32.h
31
#define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__
__volatile__
("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__
__volatile__
("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__
__volatile__
("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__
__volatile__
("rep; ins" #bwl : "+D"(addr), "+c"(count) : "d"(port)); }
system_32.h
26
#define nop() __asm__
__volatile__
("nop")
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
compiler-gcc.h
12
#define barrier() __asm__
__volatile__
("": : :"memory")
/external/kernel-headers/original/asm-mips/
delay.h
23
__asm__
__volatile__
(
32
__asm__
__volatile__
(
41
__asm__
__volatile__
(
/external/kernel-headers/original/asm-x86/
string_32.h
35
__asm__
__volatile__
(
78
__asm__
__volatile__
(
86
if (n >= 4*4) __asm__
__volatile__
("movsl"
88
if (n >= 3*4) __asm__
__volatile__
("movsl"
90
if (n >= 2*4) __asm__
__volatile__
("movsl"
92
if (n >= 1*4) __asm__
__volatile__
("movsl"
98
case 1: __asm__
__volatile__
("movsb"
101
case 2: __asm__
__volatile__
("movsw"
104
default: __asm__
__volatile__
("movsw\n\tmovsb"
163
__asm__
__volatile__
(
[
all
...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c
22
__asm__
__volatile__
(
33
__asm__
__volatile__
(
65
__asm__
__volatile__
(
124
__asm__
__volatile__
(
216
__asm__
__volatile__
(
256
__asm__
__volatile__
(
291
__asm__
__volatile__
(
321
__asm__
__volatile__
(
728
__asm__
__volatile__
(
752
__asm__
__volatile__
(
[
all
...]
Completed in 762 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>