Home
last modified time | relevance | path

Searched refs:fp_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxfpu.md24 ;; - attr 'type' and 'fp_type' should definitely
27 ;; Should use consistent fp* attrs. 'fp_type'
59 (eq_attr "fp_type" "fp_default"))
71 (eq_attr "fp_type" "fp_addsub_s"))
78 (eq_attr "fp_type" "fp_addsub_d"))
85 (eq_attr "fp_type" "fp_mul_s"))
92 (eq_attr "fp_type" "fp_mul_d"))
109 (eq_attr "fp_type" "fp_maddsub_s"))
116 (eq_attr "fp_type" "fp_maddsub_d"))
/netbsd-src/sys/kern/
H A Dkern_veriexec.c227 veriexec_fpops_add(const char *fp_type, size_t hash_len, size_t ctx_size, in veriexec_fpops_add() argument
238 KASSERT(fp_type != NULL); in veriexec_fpops_add()
240 if (veriexec_fpops_lookup(fp_type) != NULL) in veriexec_fpops_add()
244 ops->type = fp_type; in veriexec_fpops_add()
268 strlen(fp_type)) { in veriexec_fpops_add()
284 strlcat(veriexec_fp_names, fp_type, veriexec_name_max); in veriexec_fpops_add()
1047 const char *file, *fp_type; in veriexec_file_add() local
1070 fp_type = prop_string_value(prop_dictionary_get(dict, "fp-type")); in veriexec_file_add()
1071 if ((vfe->ops = veriexec_fpops_lookup(fp_type)) == NULL) { in veriexec_file_add()
1073 "`%s' for file `%s'.\n", fp_type, file); in veriexec_file_add()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhsa.h3852 hsa_fp_type_t fp_type,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c6898 const bool fp_type variable
6900 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc6830 const bool fp_type in traverse_record_type() local
6832 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU, in traverse_record_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20084024 and fp_type.
4034 * config/rs6000/rs6000.md (attr fp_type): New. Include xfpu.md.
4036 fp_type.
H A DChangeLog-201824247 * config/rs6000/titan.md: Adjust for fp_type removal.
H A DChangeLog-201117729 * config/rs6000/rs6000.md (fmadf4_fpr): Set fp_type fp_maddsub_d
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog992 powerpc*-*-linux* for ppc-fp_type.