Home
last modified time | relevance | path

Searched refs:fptype (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/mips64/mips64/
H A Dcpu.c83 int fptype, vers_maj, vers_min; in cpuattach() local
128 fptype = (ch->c1prid >> 8) & 0xff; in cpuattach()
154 fptype = MIPS_SOFT; in cpuattach()
161 fptype = MIPS_SOFT; in cpuattach()
165 fptype = MIPS_SOFT; in cpuattach()
169 fptype = MIPS_SOFT; in cpuattach()
173 fptype = MIPS_SOFT; in cpuattach()
195 switch (fptype) { in cpuattach()
234 printf("Unknown FPU type (0x%x)", fptype); in cpuattach()
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dultra1_2.md151 (eq_attr "fptype" "single"))
157 (eq_attr "fptype" "double"))
163 (eq_attr "fptype" "single"))
169 (eq_attr "fptype" "double"))
175 (eq_attr "fptype" "single"))
181 (eq_attr "fptype" "double"))
187 (eq_attr "fptype" "single"))
193 (eq_attr "fptype" "double"))
199 (eq_attr "fptype" "single"))
205 (eq_attr "fptype" "double"))
[all …]
H A Dsparc.md447 (set_attr "fptype" "double")])
484 (set_attr "fptype" "double")])
3291 (set_attr "fptype" "double")])
3426 (set_attr "fptype" "double")])
3999 (set_attr "fptype" "double")])
4038 (set_attr "fptype" "double")])
4079 (set_attr "fptype" "double")])
4087 (set_attr "fptype" "double")])
4116 (set_attr "fptype" "double")])
8367 (set_attr "fptype" "double")])
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dultra1_2.md151 (eq_attr "fptype" "single"))
157 (eq_attr "fptype" "double"))
163 (eq_attr "fptype" "single"))
169 (eq_attr "fptype" "double"))
175 (eq_attr "fptype" "single"))
181 (eq_attr "fptype" "double"))
187 (eq_attr "fptype" "single"))
193 (eq_attr "fptype" "double"))
199 (eq_attr "fptype" "single"))
205 (eq_attr "fptype" "double"))
H A Dsparc.md398 (set_attr "fptype" "double")])
435 (set_attr "fptype" "double")])
3788 (set_attr "fptype" "double")])
3937 (set_attr "fptype" "double")])
4527 (set_attr "fptype" "double")])
4566 (set_attr "fptype" "double")])
4606 (set_attr "fptype" "double")])
4614 (set_attr "fptype" "double")])
4643 (set_attr "fptype" "double")])
4657 (set_attr "fptype" "double")])
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dsrconv.c650 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
656 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
664 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
669 dbt.fptype = FPTYPE_SINGLE; in walk_tree_type_1()
674 dbt.fptype = FPTYPE_DOUBLE; in walk_tree_type_1()
685 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
693 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
747 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
773 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
828 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
[all …]
H A Dsysroff.info338 (("floating point type") (6 bits) ("fptype")
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dsrconv.c654 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
660 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
668 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
673 dbt.fptype = FPTYPE_SINGLE; in walk_tree_type_1()
678 dbt.fptype = FPTYPE_DOUBLE; in walk_tree_type_1()
689 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
697 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
751 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
777 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
832 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
[all …]
H A Dsysroff.info338 (("floating point type") (6 bits) ("fptype")
/openbsd/usr.bin/ssh/
H A Dssh-keygen.c863 int fptype; in do_download() local
866 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
875 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download()
923 int fptype; in fingerprint_one_key() local
925 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()
927 fp = sshkey_fingerprint(public, fptype, rep); in fingerprint_one_key()
1252 int fptype; in known_hosts_find_delete() local
1255 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1286 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete()
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst24242 @llvm.experimental.constrained.lrint(<fptype> <op1>,
24290 @llvm.experimental.constrained.llrint(<fptype> <op1>,
24641 @llvm.experimental.constrained.lround(<fptype> <op1>,
24679 @llvm.experimental.constrained.llround(<fptype> <op1>,
24902 declare i1 @llvm.is.fpclass(<fptype> <op>, i32 <test>)
24903 declare <N x i1> @llvm.is.fpclass(<vector-fptype> <op>, i32 <test>)
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.612130 * config/sparc/sparc.md ("fptype"): New attribute, default
12132 (all DFmode single insns): Mark as fptype "double".