Searched refs:f16 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vfp_helper.c | 684 float16 f16 = float16_squash_input_denormal(input, fpst); in HELPER() local 685 uint32_t f16_val = float16_val(f16); in HELPER() 686 uint32_t f16_sign = float16_is_neg(f16); in HELPER() 691 if (float16_is_any_nan(f16)) { in HELPER() 692 float16 nan = f16; in HELPER() 693 if (float16_is_signaling_nan(f16, fpst)) { in HELPER() 696 nan = float16_silence_nan(f16, fpst); in HELPER() 703 } else if (float16_is_infinity(f16)) { in HELPER() 704 return float16_set_sign(float16_zero, float16_is_neg(f16)); in HELPER() 705 } else if (float16_is_zero(f16)) { in HELPER() [all …]
|
| H A D | vfp.decode | 186 # VCVTT and VCVTB from f16: Vd format depends on size bit; Vm is always vm_sp 192 # VCVTB and VCVTT to f16: Vd format is always vd_sp;
|
| H A D | vec_helper.c | 2161 static float32 float16_to_float32_by_bits(uint32_t f16, bool fz16) 2165 uint32_t sign = extract32(f16, 15, 1); 2166 uint32_t exp = extract32(f16, 10, 5); 2167 uint32_t frac = extract32(f16, 0, 10);
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | features-too-many.json | 6 'f10', 'f11', 'f12', 'f13', 'f14', 'f15', 'f16', 'f17',
|