Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
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()
H A Dsv_asin_3u.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 Dsv_acos_2u.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 Dv_asin_3u.c91 float64x2_t z16 = vmulq_f64 (z8, z8); in V_NAME_D1() local
92 float64x2_t p = v_estrin_11_f64 (z2, z4, z8, z16, d->poly); in V_NAME_D1()
H A Dv_acos_2u.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 Dsv_asinh_3u0.c101 svfloat64_t z16 = svmul_x (pg, z8, z8); in SV_NAME_D1() local
103 = sv_estrin_17_f64_x (pg, x2, z2, z4, z8, z16, __asinh_data.poly); in SV_NAME_D1()
H A Dv_asinh_3u5.c145 z8 = vmulq_f64 (z4, z4), z16 = vmulq_f64 (z8, z8); in V_NAME_D1() local
146 float64x2_t p = v_estrin_17_f64 (x2, z2, z4, z8, z16, d->poly); in V_NAME_D1()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Utility/
H A DARM64_ehframe_Registers.h130 z16, enumerator
H A DARM64_DWARF_Registers.h131 z16, enumerator
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZProcessors.td42 def : ProcessorModel<"z16", Z16Model, Arch14SupportedFeatures.List>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td840 def Z16 : AArch64Reg<16, "z16", [Q16]>, DwarfRegNum<[112]>;