/sysdeps/ieee754/flt-32/ |
A D | sincosf_poly.h | 36 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 50 x6 = x4 * x2; in sincosf_poly() 56 *cosp = c + x6 * c2; in sincosf_poly() 64 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 82 x6 = x4 * x2; in sinf_poly() 85 return c + x6 * c2; in sinf_poly()
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | syscall.S | 36 mov x5, x6 37 mov x6, x7
|
A D | clone.S | 60 mov x4, x6 /* ctid */
|
A D | sysdep.h | 215 # define LOAD_ARGS_7(x0, x1, x2, x3, x4, x5, x6)\ argument 216 long _x6tmp = (long) (x6); \
|
/sysdeps/x86_64/ |
A D | tst-auditmod3a.c | 9 __m128i x4, __m128i x5, __m128i x6, __m128i x7) in audit_test() argument 19 || memcmp (&xmm, &x6, sizeof (xmm)) in audit_test()
|
A D | tst-auditmod10a.c | 27 __m512i x4, __m512i x5, __m512i x6, __m512i x7) in audit_test() argument 56 if (memcmp (&zmm, &x6, sizeof (zmm))) in audit_test()
|
A D | tst-auditmod4a.c | 10 __m256i x4, __m256i x5, __m256i x6, __m256i x7) in audit_test() argument 39 if (memcmp (&ymm, &x6, sizeof (ymm))) in audit_test()
|
A D | tst-auditmod5a.c | 9 __m128i x4, __m128i x5, __m128i x6, __m128i x7) in audit_test() argument 38 if (memcmp (&xmm, &x6, sizeof (xmm))) in audit_test()
|
A D | tst-auditmod6a.c | 9 __m128i x4, __m128i x5, __m128i x6, __m128i x7) in audit_test() argument 38 if (memcmp (&xmm, &x6, sizeof (xmm))) in audit_test()
|
A D | tst-avx512mod.c | 10 __m512i x4, __m512i x5, __m512i x6, __m512i x7) in avx512_test() argument 39 if (memcmp (&zmm, &x6, sizeof (zmm))) in avx512_test()
|
A D | tst-avxmod.c | 10 __m256i x4, __m256i x5, __m256i x6, __m256i x7) in avx_test() argument 39 if (memcmp (&ymm, &x6, sizeof (ymm))) in avx_test()
|
A D | tst-ssemod.c | 9 __m128i x4, __m128i x5, __m128i x6, __m128i x7) in sse_test() argument 38 if (memcmp (&xmm, &x6, sizeof (xmm))) in sse_test()
|
/sysdeps/x86/fpu/ |
A D | sincosf_poly.h | 88 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 106 x6 = x4 * x2; in sinf_poly() 109 return c + x6 * c2; in sinf_poly()
|
/sysdeps/aarch64/ |
A D | memset-reg.h | 27 #define tmp2 x6
|
A D | sysdep.h | 161 stp x6, x7, [sp, #64]; \ 162 cfi_rel_offset (x6, 64); \ 175 ldp x6, x7, [sp, #64]; \ 176 cfi_restore (x6); \
|
A D | dl-trampoline.S | 54 stp x6, x7, [sp, #16] 55 cfi_rel_offset (x6, 16) 112 ldp x6, x7, [sp, #16] 183 stp x6, x7, [x29, #OFFSET_RG + DL_OFFSET_RG_X0 + 16*3] 184 cfi_rel_offset (x6, OFFSET_RG + DL_OFFSET_RG_X0 + 16*3 + 0) 236 ldp x6, x7, [x29, #OFFSET_RG + DL_OFFSET_RG_X0 + 16*3] 282 ldp x6, x7, [x29, #OFFSET_RG + DL_OFFSET_RG_X0 + 16*3]
|
A D | start.S | 60 mov x6, sp
|
A D | dl-tlsdesc.S | 198 stp x5, x6, [sp, #16*1] 206 cfi_rel_offset (x6, 16*1+8) 230 ldp x5, x6, [sp, #16*1]
|
A D | strcmp.S | 43 #define syndrome x6 44 #define tmp x6
|
A D | tst-vpcs-mod.S | 31 stp x6, x7, [x0, 48] 91 ldp x6, x7, [x1, 48]
|
A D | memcmp.S | 39 #define data4 x6 41 #define tmp x6
|
A D | memchr.S | 42 #define shift x6
|
A D | memrchr.S | 38 #define shift x6
|
/sysdeps/sparc/sparc64/multiarch/ |
A D | memcpy-niagara2.S | 49 #define FREG_FROB(x0, x1, x2, x3, x4, x5, x6, x7, x8) \ argument 55 faligndata %x5, %x6, %f10; \ 56 faligndata %x6, %x7, %f12; \ 86 #define FREG_MOVE_7(x0, x1, x2, x3, x4, x5, x6) \ argument 93 fsrc2 %x6, %f12; 94 #define FREG_MOVE_8(x0, x1, x2, x3, x4, x5, x6, x7) \ argument 101 fsrc2 %x6, %f12; \ 130 #define FREG_LOAD_7(base, x0, x1, x2, x3, x4, x5, x6) \ argument 137 LOAD(ldd, base + 0x30, %x6);
|
/sysdeps/aarch64/multiarch/ |
A D | memchr_nosimd.S | 47 #define src x6
|