Home
last modified time | relevance | path

Searched refs:z16 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dasin_3u.c85 double z16 = z8 * z8; in asin() local
86 double p = estrin_11_f64 (z2, z4, z8, z16, __asin_poly); in asin()
H A Dacos_2u.c78 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 Dasin.c65 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 Dacos.c65 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 Dacos.c94 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 Dasin.c89 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 Daes_ct.c46 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 Daes_ct64.c46 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 DARM64_DWARF_Registers.h131 z16, enumerator
H A DARM64_ehframe_Registers.h130 z16, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64_sve.h427 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 DSystemZProcessors.td42 def : ProcessorModel<"z16", Z16Model, Arch14SupportedFeatures.List>;
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod38 B<z15>, and B<z16>.
/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c495 … 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 DAArch64RegisterInfo.td933 def Z16 : AArch64Reg<16, "z16", [Q16, Q16_HI]>, DwarfRegNum<[112]>;