Searched refs:a4 (Results 1 – 25 of 26) sorted by relevance
12
/bionic/libc/arch-riscv64/bionic/ |
D | setjmp.S | 94 xor a4, a4, \reg // a4 is the masked gp (x3) for SCS. 158 li a4, SCS_MASK 159 and a4, a4, gp 165 sd a4, _JB_GP(a0) // a4 is the masked gp (x3) for SCS. 239 ld a4, _JB_GP(a0) // Don't clobber the upper bits of gp (x3) used for SCS yet. 259 or gp, gp, a4
|
D | syscall.S | 39 mv a3, a4 40 mv a4, a5
|
D | vfork.S | 48 li a4, 0
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_policy.h | 28 struct in_addr a4; member
|
/bionic/libc/arch-riscv64/string/ |
D | memcpy_v.S | 63 #define pDstPtr a4
|
D | memset_v.S | 63 #define iTemp a4
|
D | strcpy_v.S | 63 #define iCurrentVL a4
|
D | memchr_v.S | 65 #define iTemp a4
|
D | strnlen_v.S | 63 #define iEndOffset a4
|
D | stpcpy_v.S | 62 #define iCurrentVL a4
|
D | strchr_v.S | 62 #define iTemp1 a4
|
D | memcmp_v.S | 65 #define iTemp a4
|
D | memmove_v.S | 63 #define pDstPtr a4
|
D | strcat_v.S | 63 #define iCurrentVL a4
|
D | strncat_v.S | 63 #define iVL a4
|
D | strncpy_v.S | 63 #define iVL a4
|
D | strncmp_v.S | 65 #define iTemp1 a4
|
D | strcmp_v.S | 65 #define iTemp2 a4
|
/bionic/libc/kernel/uapi/asm-riscv/asm/ |
D | ptrace.h | 29 unsigned long a4; member
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_lgammaf_r.c | 38 a4 = 6.98275631e-03, /* 0x3be4cf9b */ variable 174 p1 = a0+z*(a2+z*a4); in lgammaf_r()
|
D | e_lgamma_r.c | 99 a4 = 7.38555086081402883957e-03, /* 0x3F7E404F, 0xB68FEFE8 */ variable 253 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in lgamma_r()
|
/bionic/libc/bionic/ |
D | vdso.cpp | 102 register long a4 __asm__("a4") = flags; in __riscv_hwprobe() 104 __asm__ volatile("ecall" : "=r"(a0) : "r"(a0), "r"(a1), "r"(a2), "r"(a3), "r"(a4), "r"(a7)); in __riscv_hwprobe()
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_lgammal_r.c | 44 a4 = 7.38555102867398526627292839296001626e-03L, variable 277 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*(a12+z*(a14+z*(a16+ in lgammal_r()
|
/bionic/linker/arch/riscv64/ |
D | tlsdesc_resolver.S | 83 \op a4, 5
|
/bionic/libc/dns/resolv/ |
D | res_send.c | 1325 struct sockaddr_in *a4, *b4; in sock_eq() local 1332 a4 = (struct sockaddr_in *)(void *)a; in sock_eq() 1334 return a4->sin_port == b4->sin_port && in sock_eq() 1335 a4->sin_addr.s_addr == b4->sin_addr.s_addr; in sock_eq()
|
12