Home
last modified time | relevance | path

Searched defs:__asm__ (Results 1 – 1 of 1) 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 …]