Home
last modified time | relevance | path

Searched defs:__asm__ (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/arch-arm/
Ddynamic_function_dispatch.cpp69 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
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
88 register long r0 __asm__("r0") = fd; in ifunc_close() local
[all …]
/bionic/libc/bionic/
Dvdso.cpp98 register long a0 __asm__("a0") = reinterpret_cast<long>(pairs); in __riscv_hwprobe() local
99 register long a1 __asm__("a1") = pair_count; in __riscv_hwprobe() local
100 register long a2 __asm__("a2") = cpu_count; in __riscv_hwprobe() local
101 register long a3 __asm__("a3") = reinterpret_cast<long>(cpus); in __riscv_hwprobe() local
102 register long a4 __asm__("a4") = flags; in __riscv_hwprobe() local
103 register long a7 __asm__("a7") = __NR_riscv_hwprobe; in __riscv_hwprobe() local
/bionic/libc/arch-riscv64/
Ddynamic_function_dispatch.cpp39 register long a0 __asm__("a0") = dir_fd; in ifunc_faccessat() local
40 register long a1 __asm__("a1") = reinterpret_cast<long>(path); in ifunc_faccessat() local
41 register long a2 __asm__("a2") = mode; in ifunc_faccessat() local
42 register long a7 __asm__("a7") = __NR_faccessat; in ifunc_faccessat() local