Home
last modified time | relevance | path

Searched refs:zm (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/designs/quic-design/images/
H A Dquic-concurrency-models.svg1zm-2.5 4.5h-3v-1h3zm-6 0h-3v-1h3zm-6 0h-3v-1h3zm-6 0h-3v-1h3zm-6 0h-3v-1h3zm-6 0h-3v-1h3zm-6 0h-3v…
/freebsd/crypto/openssl/test/certs/
H A Dee-cert-ec-explicit.pem9 /////wAAAAD//////////7zm+q2nF56E87nKwvxjJVECAQEDQgAE+7TDP7C9VqQP
/freebsd/contrib/file/src/
H A Dcompress.c301 int zm; in file_zmagic() local
305 zm = (*compr[i].u.func)(buf); in file_zmagic()
307 zm = memcmp(buf, compr[i].u.magic, in file_zmagic()
311 if (!zm) in file_zmagic()
/freebsd/contrib/libpcap/msdos/
H A Dmakefile.wc35 -oilrtf -zm
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td438 def AArch64fmla_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm),
439 [(AArch64fma_p node:$pg, node:$zn, node:$zm, node:$za),
440 (AArch64fma_p node:$pg, node:$zm, node:$zn, node:$za)]>;
446 def AArch64fmls_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm),
447 [(int_aarch64_sve_fmls_u node:$pg, node:$za, node:$zn, node:$zm),
448 … (AArch64fma_p node:$pg, (AArch64fneg_mt node:$pg, node:$zn, (undef)), node:$zm, node:$za),
449 … (AArch64fma_p node:$pg, node:$zm, (AArch64fneg_mt node:$pg, node:$zn, (undef)), node:$za)]>;
456 def AArch64fnmla_p : PatFrags<(ops node:$pg, node:$za, node:$zn, node:$zm),
457 [(int_aarch64_sve_fnmla_u node:$pg, node:$za, node:$zn, node:$zm),
458 …AArch64fma_p node:$pg, (AArch64fneg_mt node:$pg, node:$zn, (undef)), node:$zm, (AArch64fneg_mt nod…
[all …]
H A DSMEInstrFormats.td101 zpr_ty:$zn, zpr_ty:$zm), []>,
111 : Pseudo<(outs), (ins i32imm:$tile, zn_ty:$zn, zm_ty:$zm, ZK:$zk, i32imm:$idx), []>,
122 zn_ty:$zn, zm_ty:$zm), []>,
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile32 …�#t�>"�#r�>b�؇M s����.���K�p �h�%/�e�`�B7�Į¥�%�-5\��m|����~<��zm��W��S�z����s�u�ѽI��…
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td2012 multiclass MinMaxIntr<string i, string zm, string mul, string t> {
2013 …f SVS # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "csil", MergeNone, "aarch64…
2014 …f SVU # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "UcUsUiUl", MergeNone, "aarch64…
2015 …f SVF # NAME : SInst<"sv" # i # "[" # zm # "_{d}_" # mul # "]", t, "hfd", MergeNone, "aarch64…
H A Darm_sme.td549 // Multi-multi sudot builtins are mapped to usdot, with zn & zm operands swapped
754 // Single sumla maps to usmla, with zn & zm operands swapped
760 // Multi-multi sumla builtins are mapped to usmla, with zn & zm operands swapped
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c8956 int x, y, z, dz, zm = t->z_sz / 2; in find_stree_root() local
8971 for (dz = 0; dz <= zm; dz++) { in find_stree_root()
8973 z = canonicalize(zm - dz, t->z_sz); in find_stree_root()
8987 z = canonicalize(zm + dz, t->z_sz); in find_stree_root()
9011 root = find_plane_mid(t, zm); in find_stree_root()