Home
last modified time | relevance | path

Searched refs:N_BF16 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c15079 N_BF16 = 0x0400000, enumerator
15380 if (size == 16) return N_BF16; in type_chk_of_el_type()
15401 else if ((mask & (N_S16 | N_U16 | N_I16 | N_16 | N_F16 | N_P16 | N_BF16)) in el_type_of_type_chk()
15423 else if ((mask & (N_BF16)) != 0) in el_type_of_type_chk()
18017 neon_check_type (3, rs, N_EQK, N_EQK, N_BF16 | N_KEY); in do_bfloat_vfma()
18032 neon_check_type (3, rs, N_EQK, N_EQK, N_BF16 | N_KEY); in do_bfloat_vfma()
18922 CVT_VAR (bf16_f32, N_BF16, N_F32, whole_reg, NULL, NULL, NULL) \
19546 else if (neon_check_type (2, rs, N_BF16 | N_VFP, N_F32).type != NT_invtype) in do_neon_cvttb_1()
22365 neon_check_type (3, rs, N_EQK, N_EQK, N_BF16 | N_KEY); in do_vdot()
22379 neon_check_type (3, rs, N_EQK, N_EQK, N_BF16 | N_KEY); in do_vdot()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2019726 (enum neon_type_mask): Add N_BF16 type.
728 (el_type_of_type_chk): Account for N_BF16.