Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c1107 static enum fp_16bit_format fp16_format = ARM_FP16_FORMAT_DEFAULT; variable
5119 return (precision == 1) && (fp16_format == ARM_FP16_FORMAT_ALTERNATIVE); in arm_is_largest_exponent_ok()
5150 if (fp16_format == ARM_FP16_FORMAT_DEFAULT) in set_fp16_format()
5151 fp16_format = new_format; in set_fp16_format()
5154 if (new_format != fp16_format) in set_fp16_format()
32552 fp16_format = ARM_FP16_FORMAT_IEEE; in arm_parse_fp16_opt()
32554 fp16_format = ARM_FP16_FORMAT_ALTERNATIVE; in arm_parse_fp16_opt()
33359 if (fp16_format != ARM_FP16_FORMAT_DEFAULT) in aeabi_set_public_attributes()
33360 aeabi_set_attribute_int (Tag_ABI_FP_16bit_format, fp16_format); in aeabi_set_public_attributes()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200918798 (struct fp16_format): Declare.
DChangeLog-201125297 float_abi, all_float_abis, struct fp16_format, all_fp16_formats,