/development/ndk/platforms/android-9/arch-x86/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/xen/ |
hypercall.h | 27 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 29 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 30 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 31 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" ( (…) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathinline.h | 85 long int __res; local 86 __asm ("cvtss2si %1, %0" : "=r" (__res) : "xm" (__x)); 87 return __res; 94 long int __res; local 95 __asm ("cvtsd2si %1, %0" : "=r" (__res) : "xm" (__x)); 96 return __res; 103 long long int __res; local 104 __asm ("cvtss2si %1, %0" : "=r" (__res) : "xm" (__x)); 105 return __res; 110 long long int __res; local 158 double __res; local 165 float __res; local 175 double __res; local 182 float __res; local 196 double __res; local 206 float __res; local 217 double __res; local 227 float __res; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_list_to_vector.h | 183 __list2vector_info* __res = __get_object_info(__obj); 184 if (!__res) 187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); 188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); 189 __res->__set_vector_cost(__vc); 190 __res->__set_list_cost(__lc); 201 __list2vector_info* __res = __get_object_info(__obj); local 202 if (__res) 209 __list2vector_info* __res = __get_object_info(__obj); local 217 __list2vector_info* __res = __get_object_info(__obj); local 225 __list2vector_info* __res = __get_object_info(__obj); local [all...] |
profiler_vector_to_list.h | 180 __vector2list_info* __res = __get_object_info(__obj); 181 if (!__res) 184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), 185 __res->__resize()); 186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), 187 __res->__resize()); 188 __res->__set_vector_cost(__vc); 189 __res->__set_list_cost(__lc) 202 __vector2list_info* __res = __get_object_info(__obj); local 210 __vector2list_info* __res = __get_object_info(__obj); local 218 __vector2list_info* __res = __get_object_info(__obj); local 226 __vector2list_info* __res = __get_object_info(__obj); local 258 __vector2list_info* __res = __get_object_info(__obj); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_list_to_vector.h | 183 __list2vector_info* __res = __get_object_info(__obj); 184 if (!__res) 187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); 188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); 189 __res->__set_vector_cost(__vc); 190 __res->__set_list_cost(__lc); 201 __list2vector_info* __res = __get_object_info(__obj); local 202 if (__res) 209 __list2vector_info* __res = __get_object_info(__obj); local 217 __list2vector_info* __res = __get_object_info(__obj); local 225 __list2vector_info* __res = __get_object_info(__obj); local [all...] |
profiler_vector_to_list.h | 180 __vector2list_info* __res = __get_object_info(__obj); 181 if (!__res) 184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), 185 __res->__resize()); 186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), 187 __res->__resize()); 188 __res->__set_vector_cost(__vc); 189 __res->__set_list_cost(__lc) 202 __vector2list_info* __res = __get_object_info(__obj); local 210 __vector2list_info* __res = __get_object_info(__obj); local 218 __vector2list_info* __res = __get_object_info(__obj); local 226 __vector2list_info* __res = __get_object_info(__obj); local 258 __vector2list_info* __res = __get_object_info(__obj); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_list_to_vector.h | 183 __list2vector_info* __res = __get_object_info(__obj); 184 if (!__res) 187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); 188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); 189 __res->__set_vector_cost(__vc); 190 __res->__set_list_cost(__lc); 201 __list2vector_info* __res = __get_object_info(__obj); local 202 if (__res) 209 __list2vector_info* __res = __get_object_info(__obj); local 217 __list2vector_info* __res = __get_object_info(__obj); local 225 __list2vector_info* __res = __get_object_info(__obj); local [all...] |
profiler_vector_to_list.h | 180 __vector2list_info* __res = __get_object_info(__obj); 181 if (!__res) 184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), 185 __res->__resize()); 186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), 187 __res->__resize()); 188 __res->__set_vector_cost(__vc); 189 __res->__set_list_cost(__lc) 202 __vector2list_info* __res = __get_object_info(__obj); local 210 __vector2list_info* __res = __get_object_info(__obj); local 218 __vector2list_info* __res = __get_object_info(__obj); local 226 __vector2list_info* __res = __get_object_info(__obj); local 258 __vector2list_info* __res = __get_object_info(__obj); local [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_list_to_vector.h | 183 __list2vector_info* __res = __get_object_info(__obj); 184 if (!__res) 187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate()); 188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate()); 189 __res->__set_vector_cost(__vc); 190 __res->__set_list_cost(__lc); 201 __list2vector_info* __res = __get_object_info(__obj); local 202 if (__res) 209 __list2vector_info* __res = __get_object_info(__obj); local 217 __list2vector_info* __res = __get_object_info(__obj); local 225 __list2vector_info* __res = __get_object_info(__obj); local [all...] |
profiler_vector_to_list.h | 180 __vector2list_info* __res = __get_object_info(__obj); 181 if (!__res) 184 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate(), 185 __res->__resize()); 186 float __lc = __list_cost(__res->__shift_count(), __res->__iterate(), 187 __res->__resize()); 188 __res->__set_vector_cost(__vc); 189 __res->__set_list_cost(__lc) 202 __vector2list_info* __res = __get_object_info(__obj); local 210 __vector2list_info* __res = __get_object_info(__obj); local 218 __vector2list_info* __res = __get_object_info(__obj); local 226 __vector2list_info* __res = __get_object_info(__obj); local 258 __vector2list_info* __res = __get_object_info(__obj); local [all...] |
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/ |
div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/ |
div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/ |
div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/ |
div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm/ |
div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned long long __n asm("r0") = n; register unsigned long long __res asm("r2"); register unsigned int __rem asm(__xh); asm( __asmeq("%0", __xh) __asmeq("%1", "r2") __asmeq("%2", "r0") __asmeq("%3", "r4") "bl __do_div64" : "=r" (__rem), "=r" (__res) : "r" (__n), "r" (__base) : "ip", "lr", "cc"); n = __res; __rem; })
|