Home
last modified time | relevance | path

Searched refs:hfd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_sve.td979 defm SVABS_F : SInstZPZ<"svabs", "hfd", "aarch64_sve_fabs">;
980 defm SVNEG_F : SInstZPZ<"svneg", "hfd", "aarch64_sve_fneg">;
982 defm SVABD_F : SInstZPZZ<"svabd", "hfd", "aarch64_sve_fabd">;
983 defm SVADD_F : SInstZPZZ<"svadd", "hfd", "aarch64_sve_fadd">;
984 defm SVDIV_F : SInstZPZZ<"svdiv", "hfd", "aarch64_sve_fdiv">;
985 defm SVDIVR_F : SInstZPZZ<"svdivr", "hfd", "aarch64_sve_fdivr">;
986 defm SVMAX_F : SInstZPZZ<"svmax", "hfd", "aarch64_sve_fmax">;
987 defm SVMAXNM : SInstZPZZ<"svmaxnm","hfd", "aarch64_sve_fmaxnm">;
988 defm SVMIN_F : SInstZPZZ<"svmin", "hfd", "aarch64_sve_fmin">;
989 defm SVMINNM : SInstZPZZ<"svminnm","hfd", "aarch64_sve_fminnm">;
[all …]
/netbsd-src/sys/arch/ia64/stand/common/
H A Dcommands.c148 int hfd, matched, doindex; in command_help() local
153 if ((hfd = open(buf, O_RDONLY)) < 0) { in command_help()
180 while(help_getnext(hfd, &t, &s, &d)) { in command_help()
197 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) { in command_help()
214 close(hfd); in command_help()
/netbsd-src/lib/librumphijack/
H A Dhijack.c1056 int hfd; in fd_rump2host_withdup()
1059 hfd = unmapdup2(fd); in fd_rump2host_withdup()
1060 if (hfd != -1) { in fd_rump2host_withdup()
1061 _DIAGASSERT(hfd <= DUP2HIGH); in fd_rump2host_withdup()
1062 return hfd; in fd_rump2host_withdup()
1055 int hfd; fd_rump2host_withdup() local