Searched defs:__asm__ (Results 1 – 3 of 3) sorted by relevance
69 register long r0 __asm__("r0") = AT_FDCWD; in ifunc_open() local70 register long r1 __asm__("r1") = reinterpret_cast<long>(pathname); in ifunc_open() local71 register long r2 __asm__("r2") = O_RDONLY; in ifunc_open() local72 register long r3 __asm__("r3") = 0; in ifunc_open() local73 register long r7 __asm__("r7") = __NR_openat; in ifunc_open() local79 register long r0 __asm__("r0") = fd; in ifunc_read() local80 register long r1 __asm__("r1") = reinterpret_cast<long>(buf); in ifunc_read() local81 register long r2 __asm__("r2") = count; in ifunc_read() local82 register long r7 __asm__("r7") = __NR_read; in ifunc_read() local88 register long r0 __asm__("r0") = fd; in ifunc_close() local[all …]
98 register long a0 __asm__("a0") = reinterpret_cast<long>(pairs); in __riscv_hwprobe() local99 register long a1 __asm__("a1") = pair_count; in __riscv_hwprobe() local100 register long a2 __asm__("a2") = cpu_count; in __riscv_hwprobe() local101 register long a3 __asm__("a3") = reinterpret_cast<long>(cpus); in __riscv_hwprobe() local102 register long a4 __asm__("a4") = flags; in __riscv_hwprobe() local103 register long a7 __asm__("a7") = __NR_riscv_hwprobe; in __riscv_hwprobe() local
39 register long a0 __asm__("a0") = dir_fd; in ifunc_faccessat() local40 register long a1 __asm__("a1") = reinterpret_cast<long>(path); in ifunc_faccessat() local41 register long a2 __asm__("a2") = mode; in ifunc_faccessat() local42 register long a7 __asm__("a7") = __NR_faccessat; in ifunc_faccessat() local