Searched refs:z1 (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/sysdeps/aarch64/multiarch/ |
D | memcpy_a64fx.S | 50 ld1b z1.b, p0/z, [src, 1, mul vl] 61 st1b z1.b, p0, [dst, 1, mul vl] 63 ld1b z1.b, p0/z, [src, 1, mul vl] 88 st1b z1.b, p0, [dst, 1, mul vl] 112 ld1b z1.b, p1/z, [src, 1, mul vl] 114 st1b z1.b, p1, [dstin, 1, mul vl] 130 ld1b z1.b, p0/z, [src, 1, mul vl] 134 st1b z1.b, p0, [dstin, 1, mul vl] 143 ld1b z1.b, p0/z, [src, 1, mul vl] 151 st1b z1.b, p0, [dstin, 1, mul vl] [all …]
|
D | memcpy_sve.S | 108 ld1b z1.b, p1/z, [src, 1, mul vl] 110 st1b z1.b, p1, [dstin, 1, mul vl]
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | k_tanl.c | 158 long double u1, z1; in __kernel_tanl() local 163 z1 = ldbl_high (z); in __kernel_tanl() 164 s = 1.0 + z1 * u1; in __kernel_tanl() 165 return z1 + z * (s + z1 * v); in __kernel_tanl()
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | memset.S | 161 bf 25, L(z1) 165 L(z1): cmplwi cr5, rLEN, 0
|