Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/sparc/
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 …]
Dsparc.md230 (define_attr "fptype" "single,double"
447 (set_attr "fptype" "double")])
484 (set_attr "fptype" "double")])
1949 (set_attr "fptype" "*,*,*,*,*,*,*,*,*,*,*,*,double,*,*")])
1967 (set_attr "fptype" "*,*,*,*,double,*,*,double")])
2536 (set_attr "fptype" "double,double,*,*,*,*,*,*,*,*")])
2574 (set_attr "fptype" "double,double,*,*,*,*,*,*")])
3291 (set_attr "fptype" "double")])
3426 (set_attr "fptype" "double")])
3999 (set_attr "fptype" "double")])
[all …]
/freebsd-12-stable/sbin/veriexec/
Dmanifest_parser.y121 int fptype; variable
123 fptype = get_fingerprint_type($1);
128 if (fingerprint_table[fptype].fp_size) {
130 if (convert($3, fingerprint_table[fptype].fp_size,
/freebsd-12-stable/contrib/binutils/binutils/
Dsrconv.c651 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
657 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
665 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
670 dbt.fptype = FPTYPE_SINGLE; in walk_tree_type_1()
675 dbt.fptype = FPTYPE_DOUBLE; in walk_tree_type_1()
680 dbt.fptype = FPTYPE_EXTENDED; in walk_tree_type_1()
686 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
694 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
749 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
775 dbt.fptype = FPTYPE_NOTSPEC; in walk_tree_type_1()
[all …]
/freebsd-12-stable/crypto/openssh/
Dssh-keygen.c842 int fptype; in do_download() local
845 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
854 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download()
902 int fptype; in fingerprint_one_key() local
904 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()
906 fp = sshkey_fingerprint(public, fptype, rep); in fingerprint_one_key()
1232 int fptype; in known_hosts_find_delete() local
1235 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1266 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200112130 * config/sparc/sparc.md ("fptype"): New attribute, default
12132 (all DFmode single insns): Mark as fptype "double".
DChangeLog-20045607 config/sparc/sparc.md (addsi3, subsi3): Set "fptype" attribute.