Home
last modified time | relevance | path

Searched refs:a7 (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/sysdeps/aarch64/
Dtst-audit27mod.c26 float a5, float a6, float a7) in tst_audit27_func_float() argument
42 if (a7 != FUNC_FLOAT_ARG7) in tst_audit27_func_float()
43 FAIL_EXIT1 ("a7: %a != %a", a7, FUNC_FLOAT_ARG7); in tst_audit27_func_float()
50 double a5, double a6, double a7) in tst_audit27_func_double() argument
66 if (a7 != FUNC_DOUBLE_ARG7) in tst_audit27_func_double()
67 FAIL_EXIT1 ("a7: %la != %la", a7, FUNC_DOUBLE_ARG7); in tst_audit27_func_double()
75 long double a6, long double a7) in tst_audit27_func_ldouble() argument
91 if (a7 != FUNC_LDOUBLE_ARG7) in tst_audit27_func_ldouble()
92 FAIL_EXIT1 ("a7: %La != %La", a7, FUNC_LDOUBLE_ARG7); in tst_audit27_func_ldouble()
Dtst-audit27mod.h36 float a5, float a6, float a7);
50 double a5, double a6, double a7);
65 long double a6, long double a7);
/glibc-2.36/sysdeps/unix/
Dsysdep.h45 #define __INTERNAL_SYSCALL7(name, a1, a2, a3, a4, a5, a6, a7) \ argument
46 INTERNAL_SYSCALL (name, 7, a1, a2, a3, a4, a5, a6, a7)
74 #define __INTERNAL_SYSCALL_NCS7(name, a1, a2, a3, a4, a5, a6, a7) \ argument
75 INTERNAL_SYSCALL_NCS (name, 7, a1, a2, a3, a4, a5, a6, a7)
94 #define __INLINE_SYSCALL7(name, a1, a2, a3, a4, a5, a6, a7) \ argument
95 INLINE_SYSCALL (name, 7, a1, a2, a3, a4, a5, a6, a7)
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dsysdep.h36 li.d a7, SYS_ify (syscall_name); \
38 li.d a7, -4096; \
39 bltu a7, a0, .Lsyscall_error##name;
76 li.d a7, SYS_ify (syscall_name); \
Dclone3.S40 LI a7, __NR_clone3
77 LI a7, __NR_exit
Dclone.S53 LI a7,__NR_clone
90 LI a7, __NR_exit
Dsetcontext.S43 li.d a7, SYS_ify (rt_sigprocmask)
62 RESTORE_INT_REG(a7, 11, t0)
Dswapcontext.S54 li.d a7, SYS_ify (rt_sigprocmask)
72 RESTORE_INT_REG (a7, 11, t0)
Dvfork.S35 li.d a7, __NR_clone
Dgetcontext.S48 li.d a7, SYS_ify (rt_sigprocmask)
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dsysdep.h66 li a7, SYS_ify (syscall_name); \
68 li a7, -4096; \
69 bgtu a0, a7, .Lsyscall_error ## name;
113 li a7, SYS_ify (syscall_name); \
Dclone.S53 li a7,__NR_clone
88 li a7, __NR_exit
Dsetcontext.S41 li a7, SYS_ify (rt_sigprocmask)
81 RESTORE_INT_REG (a7, 17, t0)
Dswapcontext.S68 li a7, SYS_ify (rt_sigprocmask)
106 RESTORE_INT_REG (a7, 17, t0)
Dvfork.S36 li a7, __NR_clone
Dgetcontext.S67 li a7, SYS_ify (rt_sigprocmask)
/glibc-2.36/sysdeps/mips/sys/
Dregdef.h38 #define a7 $11 macro
46 #define ta3 a7
/glibc-2.36/sysdeps/loongarch/
Ddl-trampoline.S40 REG_S a7, sp, 8*SZREG
68 REG_L a7, sp, 8*SZREG
/glibc-2.36/sysdeps/riscv/
Ddl-trampoline.S43 REG_S a7, 8*SZREG(sp)
73 REG_L a7, 8*SZREG(sp)
/glibc-2.36/sysdeps/ieee754/flt-32/
De_lgammaf_r.c33 a7 = 5.1006977446e-04, /* 0x3a05b634 */ variable
194 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11))))); in __ieee754_lgammaf_r()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_lgamma_r.c98 a7 = 5.10069792153511336608e-04, /* 0x3F40B6C6, 0x89B99C00 */ variable
259 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11))))); in __ieee754_lgamma_r()
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/
Dsyscall.S44 move a6, a7
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dsysdep.h399 # define LOAD_ARGS_7(a1, a2, a3, a4, a5, a6, a7) \ argument
400 int _v3tmp = (int) (a7); \
/glibc-2.36/sysdeps/loongarch/sys/
Dregdef.h34 #define a7 $r11 macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dmakecontext.S92 REG_S a7, A7OFF(sp)

12