/bionic/libm/amd64/ |
D | fenv.c | 90 __asm__ __volatile__ ("fnstenv %0" : "=m" (fenv)); in feclearexcept() 96 __asm__ __volatile__ ("fldenv %0" : : "m" (fenv)); in feclearexcept() 99 __asm__ __volatile__ ("stmxcsr %0" : "=m" (mxcsr)); in feclearexcept() 101 __asm__ __volatile__ ("ldmxcsr %0" : : "m" (mxcsr)); in feclearexcept() 120 __asm__ __volatile__ ("fnstsw %0" : "=am" (status)); in fegetexceptflag() 123 __asm__ __volatile__ ("stmxcsr %0" : "=m" (mxcsr)); in fegetexceptflag() 147 __asm__ __volatile__ ("fwait"); in feraiseexcept() 166 __asm__ __volatile__ ("fnstenv %0" : "=m" (fenv)); in fesetexceptflag() 173 __asm__ __volatile__ ("fldenv %0" : : "m" (fenv)); in fesetexceptflag() 176 __asm__ __volatile__ ("stmxcsr %0" : "=m" (mxcsr)); in fesetexceptflag() [all …]
|
/bionic/libc/private/ |
D | bionic_inline_raise.h | 50 register long r0 __asm__("r0") = pid; 51 register long r1 __asm__("r1") = tid; 52 register long r2 __asm__("r2") = sig; 53 register long r3 __asm__("r3") = reinterpret_cast<long>(&info); 54 register long r7 __asm__("r7") = __NR_rt_tgsigqueueinfo; 55 __asm__("swi #0" : "=r"(r0) : "r"(r0), "r"(r1), "r"(r2), "r"(r3), "r"(r7) : "memory"); 57 register long x0 __asm__("x0") = pid; 58 register long x1 __asm__("x1") = tid; 59 register long x2 __asm__("x2") = sig; 60 register long x3 __asm__("x3") = reinterpret_cast<long>(&info); [all …]
|
/bionic/libc/platform/bionic/ |
D | tls.h | 32 # define __get_tls() ({ void** __val; __asm__("mrs %0, tpidr_el0" : "=r"(__val)); __val; }) 34 # define __get_tls() ({ void** __val; __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__val)); __val; }) 36 # define __get_tls() ({ void** __val; __asm__("movl %%gs:0, %0" : "=r"(__val)); __val; }) 38 # define __get_tls() ({ void** __val; __asm__("mov %%fs:0, %0" : "=r"(__val)); __val; })
|
D | mte.h | 56 __asm__ __volatile__(".arch_extension mte; mrs %0, tco; msr tco, #1" : "=r"(prev_tco_)); in ScopedDisableMTE() 62 __asm__ __volatile__(".arch_extension mte; msr tco, %0" : : "r"(prev_tco_)); in ~ScopedDisableMTE()
|
/bionic/libc/arch-arm/ |
D | dynamic_function_dispatch.cpp | 69 register long r0 __asm__("r0") = AT_FDCWD; in ifunc_open() local 70 register long r1 __asm__("r1") = reinterpret_cast<long>(pathname); in ifunc_open() local 71 register long r2 __asm__("r2") = O_RDONLY; in ifunc_open() local 72 register long r3 __asm__("r3") = 0; in ifunc_open() local 73 register long r7 __asm__("r7") = __NR_openat; in ifunc_open() local 74 __asm__ volatile("swi #0" : "=r"(r0) : "r"(r0), "r"(r1), "r"(r2), "r"(r3), "r"(r7)); in ifunc_open() 79 register long r0 __asm__("r0") = fd; in ifunc_read() local 80 register long r1 __asm__("r1") = reinterpret_cast<long>(buf); in ifunc_read() local 81 register long r2 __asm__("r2") = count; in ifunc_read() local 82 register long r7 __asm__("r7") = __NR_read; in ifunc_read() local [all …]
|
/bionic/tests/libs/ |
D | versioned_lib_v3.cpp | 40 __asm__(".symver versioned_function_v1,versioned_function@TESTLIB_V1"); 41 __asm__(".symver versioned_function_v2,versioned_function@TESTLIB_V2"); 42 __asm__(".symver versioned_function_v3,versioned_function@@TESTLIB_V3");
|
D | cfi_test_bad_lib.cpp | 3 __asm__(".globl __cfi_check"); 4 __asm__("__cfi_check = dummy + 3"); // Not aligned to anything.
|
D | versioned_lib_v2.cpp | 34 __asm__(".symver versioned_function_v1,versioned_function@TESTLIB_V1"); 35 __asm__(".symver versioned_function_v2,versioned_function@@TESTLIB_V2");
|
D | versioned_lib_other.cpp | 21 __asm__(".symver versioned_function_v2,versioned_function@@TESTLIB_V2");
|
D | versioned_lib_v1.cpp | 30 __asm__(".symver versioned_function_v1,versioned_function@@TESTLIB_V1");
|
/bionic/libc/arch-common/bionic/ |
D | crtbegin.c | 52 __asm__(PRE "bti j; mov x29,#0; mov x30,#0; mov x0,sp; b _start_main" POST); 54 __asm__(PRE "mov fp,#0; mov lr,#0; mov r0,sp; b _start_main" POST); 56 __asm__(PRE 60 __asm__(PRE "xorl %ebp, %ebp; movq %rsp,%rdi; andq $~0xf,%rsp; callq _start_main" POST);
|
/bionic/libc/arch-arm/bionic/ |
D | exidx_dynamic.c | 48 __asm__(".symver __gnu_Unwind_Find_exidx_impl,__gnu_Unwind_Find_exidx@LIBC_PRIVATE"); 49 __asm__(".symver __gnu_Unwind_Find_exidx_impl2,__gnu_Unwind_Find_exidx@@LIBC_N");
|
D | __aeabi.c | 166 __asm__(".symver " #fn_name "_impl, " #fn_name "@@LIBC_N"); \ 167 __asm__(".symver " #fn_name "_impl2, " #fn_name "@LIBC_PRIVATE")
|
/bionic/libm/ |
D | freebsd-compat.h | 24 __asm__(".weak " #alias); \ 25 __asm__(".equ " #alias ", " #sym)
|
/bionic/libc/arch-x86/bionic/ |
D | __set_tls.cpp | 43 __asm__ __volatile__("movw %%gs, %w0" : "=q"(gs) /*output*/); in __init_user_desc() 69 __asm__ __volatile__("movw %w0, %%gs" : /*output*/ : "q"(selector) /*input*/ : /*clobber*/); in __set_tls()
|
/bionic/tools/versioner/tests/extern_cpp_mismatch/headers/ |
D | string.h | 5 #define __RENAME(x) __asm__(#x)
|
/bionic/tools/versioner/tests/extern_cpp/headers/ |
D | string.h | 5 #define __RENAME(x) __asm__(#x)
|
/bionic/libc/include/bits/ |
D | fenv_inlines_arm.h | 47 __asm__ __volatile__("vmrs %0,fpscr" : "=r" (_fpscr)); in fegetenv() 54 __asm__ __volatile__("vmsr fpscr,%0" : :"ri" (_fpscr)); in fesetenv()
|
/bionic/tools/versioner/tests/fortify_inline/headers/ |
D | fcntl.h | 5 extern int open_real(const char* name, int flags, ...) __asm__("open");
|
/bionic/libm/arm64/ |
D | fenv.c | 41 __asm__ __volatile__("mrs %0," REGISTER : "=r" (__value64)); \ 49 __asm__ __volatile__("msr " REGISTER ",%0" : : "ri" (__value64)); \
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/ |
D | foo.h | 15 #define __RENAME(x) __asm__(#x)
|
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/ |
D | foo.h | 15 #define __RENAME(x) __asm__(#x)
|
/bionic/libc/include/sys/ |
D | cdefs.h | 54 __asm__(".global " #alias "\n" \ 344 #define __RENAME(x) __asm__(#x)
|
/bionic/libc/bionic/ |
D | pthread_create.cpp | 133 __asm__ __volatile__("mov x18, %0" ::"r"(scs)); in __init_shadow_call_stack()
|
/bionic/tests/ |
D | unistd_test.cpp | 509 __asm__(""); in GetTidForTest()
|