Searched refs:N_F16 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 13137 N_F16 = 0x0040000, enumerator 13349 case 16: return N_F16; in type_chk_of_el_type() 13406 else if ((mask & (N_S16 | N_U16 | N_I16 | N_16 | N_F16 | N_P16)) != 0) in el_type_of_type_chk() 13425 else if ((mask & (N_F16 | N_F32 | N_F64)) != 0) in el_type_of_type_chk() 14903 CVT_VAR (f32_f16, N_F32, N_F16, whole_reg, NULL, NULL, NULL) \ 14904 CVT_VAR (f16_f32, N_F16, N_F32, whole_reg, NULL, NULL, NULL) \ 15294 else if (neon_check_type (2, rs, N_F16, N_F32 | N_VFP).type != NT_invtype) in do_neon_cvttb_1() 15299 else if (neon_check_type (2, rs, N_F32 | N_VFP, N_F16).type != NT_invtype) in do_neon_cvttb_1() 15304 else if (neon_check_type (2, rs, N_F16, N_F64 | N_VFP).type != NT_invtype) in do_neon_cvttb_1() 15309 else if (neon_check_type (2, rs, N_F64 | N_VFP, N_F16).type != NT_invtype) in do_neon_cvttb_1()
|