| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | asin_3u.c | 85 double z16 = z8 * z8; in asin() local 86 double p = estrin_11_f64 (z2, z4, z8, z16, __asin_poly); in asin()
|
| H A D | acos_2u.c | 78 double z16 = z8 * z8; in acos() local 79 double p = estrin_11_f64 (z2, z4, z8, z16, __asin_poly); in acos()
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | asin.c | 65 svfloat64_t z16 = svmul_x (pg, z8, z8); in SV_NAME_D1() local 66 svfloat64_t p = sv_estrin_11_f64_x (pg, z2, z4, z8, z16, d->poly); in SV_NAME_D1()
|
| H A D | acos.c | 65 svfloat64_t z16 = svmul_x (pg, z8, z8); in SV_NAME_D1() local 66 svfloat64_t p = sv_estrin_11_f64_x (pg, z2, z4, z8, z16, d->poly); in SV_NAME_D1()
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | acos.c | 94 float64x2_t z16 = vmulq_f64 (z8, z8); in V_NAME_D1() local 95 float64x2_t p = v_estrin_11_f64 (z2, z4, z8, z16, d->poly); in V_NAME_D1()
|
| H A D | asin.c | 89 float64x2_t z16 = vmulq_f64 (z8, z8); in V_NAME_D1() local 109 float64x2_t p = vfmaq_f64 (p07, z16, p811); in V_NAME_D1()
|
| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | aes_ct.c | 46 uint32_t z10, z11, z12, z13, z14, z15, z16, z17; in br_aes_ct_bitslice_Sbox() local 157 z16 = t45 & y14; in br_aes_ct_bitslice_Sbox() 163 t46 = z15 ^ z16; in br_aes_ct_bitslice_Sbox() 172 t55 = z16 ^ z17; in br_aes_ct_bitslice_Sbox()
|
| H A D | aes_ct64.c | 46 uint64_t z10, z11, z12, z13, z14, z15, z16, z17; in br_aes_ct64_bitslice_Sbox() local 157 z16 = t45 & y14; in br_aes_ct64_bitslice_Sbox() 163 t46 = z15 ^ z16; in br_aes_ct64_bitslice_Sbox() 172 t55 = z16 ^ z17; in br_aes_ct64_bitslice_Sbox()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ARM64_DWARF_Registers.h | 131 z16, enumerator
|
| H A D | ARM64_ehframe_Registers.h | 130 z16, enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_arm64_sve.h | 427 DEFINE_VREG_SVE(v16, z16), 461 DEFINE_FPU_PSEUDO_SVE(s16, 4, z16), 494 DEFINE_FPU_PSEUDO_SVE(d16, 8, z16), 533 DEFINE_ZREG(z16),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZProcessors.td | 42 def : ProcessorModel<"z16", Z16Model, Arch14SupportedFeatures.List>;
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_s390xcap.pod | 38 B<z15>, and B<z16>.
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | s390xcap.c | 495 … else if TOK_CPU (z13) else if TOK_CPU (z14) else if TOK_CPU (z15) else if TOK_CPU_ALIAS (z16, z15) in parse_env()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.td | 933 def Z16 : AArch64Reg<16, "z16", [Q16, Q16_HI]>, DwarfRegNum<[112]>;
|