Lines Matching refs:N_F32

13456   N_F32  = 0x0080000,  enumerator
13480 #define N_F_16_32 (N_F16 | N_F32)
13483 #define N_IF_32 (N_I8 | N_I16 | N_I32 | N_F16 | N_F32)
13484 #define N_F_ALL (N_F16 | N_F32 | N_F64)
13716 case 32: return N_F32; in type_chk_of_el_type()
13774 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0) in el_type_of_type_chk()
14689 N_I8 | N_I16 | N_I32 | N_I64 | N_F32 | N_KEY, N_EQK); in do_neon_logic()
15070 neon_dyadic_misc (NT_poly, N_I8 | N_I16 | N_I32 | N_F16 | N_F32 | N_P8, 0); in do_neon_mul()
15370 CVT_VAR (s32_f32, N_S32, N_F32, whole_reg, "ftosls", "ftosis", "ftosizs") \
15371 CVT_VAR (u32_f32, N_U32, N_F32, whole_reg, "ftouls", "ftouis", "ftouizs") \
15372 CVT_VAR (f32_s32, N_F32, N_S32, whole_reg, "fsltos", "fsitos", NULL) \
15373 CVT_VAR (f32_u32, N_F32, N_U32, whole_reg, "fultos", "fuitos", NULL) \
15379 CVT_VAR (f32_f16, N_F32, N_F16, whole_reg, NULL, NULL, NULL) \
15380 CVT_VAR (f16_f32, N_F16, N_F32, whole_reg, NULL, NULL, NULL) \
15389 CVT_VAR (f32_f64, N_F32, N_F64, N_VFP, NULL, "fcvtsd", NULL) \
15390 CVT_VAR (f64_f32, N_F64, N_F32, N_VFP, NULL, "fcvtds", NULL) \
15396 CVT_VAR (f32_s16, N_F32 | key, N_S16, N_VFP, "fshtos", NULL, NULL) \
15397 CVT_VAR (f32_u16, N_F32 | key, N_U16, N_VFP, "fuhtos", NULL, NULL) \
15400 CVT_VAR (s16_f32, N_S16, N_F32 | key, N_VFP, "ftoshs", NULL, NULL) \
15401 CVT_VAR (u16_f32, N_U16, N_F32 | key, N_VFP, "ftouhs", NULL, NULL) \
15854 else if (neon_check_type (2, rs, N_F16, N_F32 | N_VFP).type != NT_invtype) in do_neon_cvttb_1()
15859 else if (neon_check_type (2, rs, N_F32 | N_VFP, N_F16).type != NT_invtype) in do_neon_cvttb_1()
15906 N_I8 | N_I16 | N_I32 | N_I64 | N_F32 | N_KEY, N_EQK); in neon_move_immediate()