Lines Matching refs:N_VFP
13464 N_VFP = 0x4000000, /* VFP mode: operand size must match register width. */ enumerator
13969 if ((thisarg & N_VFP) != 0) in neon_check_type()
14127 et = neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP); in try_vfp_nsyn()
14132 et = neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP, in try_vfp_nsyn()
14133 N_F_ALL | N_KEY | N_VFP); in try_vfp_nsyn()
14219 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_VFP | N_KEY); in do_vfp_nsyn_abs_neg()
14268 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP); in do_vfp_nsyn_sqrt()
14286 neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP, in do_vfp_nsyn_div()
14287 N_F_ALL | N_KEY | N_VFP); in do_vfp_nsyn_div()
14305 neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP, in do_vfp_nsyn_nmul()
14306 N_F_ALL | N_KEY | N_VFP); in do_vfp_nsyn_nmul()
14333 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP); in do_vfp_nsyn_cmp()
14349 neon_check_type (2, rs, N_F_ALL | N_KEY | N_VFP, N_EQK); in do_vfp_nsyn_cmp()
15387 CVT_VAR (f16_s32, N_F16 | N_KEY, N_S32, N_VFP, "fsltos", "fsitos", NULL) \
15388 CVT_VAR (f16_u32, N_F16 | N_KEY, N_U32, N_VFP, "fultos", "fuitos", NULL) \
15389 CVT_VAR (u32_f16, N_U32, N_F16 | N_KEY, N_VFP, "ftouls", "ftouis", "ftouizs")\
15390 CVT_VAR (s32_f16, N_S32, N_F16 | N_KEY, N_VFP, "ftosls", "ftosis", "ftosizs")\
15392 CVT_VAR (f32_f64, N_F32, N_F64, N_VFP, NULL, "fcvtsd", NULL) \
15393 CVT_VAR (f64_f32, N_F64, N_F32, N_VFP, NULL, "fcvtds", NULL) \
15394 CVT_VAR (s32_f64, N_S32, N_F64 | key, N_VFP, "ftosld", "ftosid", "ftosizd") \
15395 CVT_VAR (u32_f64, N_U32, N_F64 | key, N_VFP, "ftould", "ftouid", "ftouizd") \
15396 CVT_VAR (f64_s32, N_F64 | key, N_S32, N_VFP, "fsltod", "fsitod", NULL) \
15397 CVT_VAR (f64_u32, N_F64 | key, N_U32, N_VFP, "fultod", "fuitod", NULL) \
15399 CVT_VAR (f32_s16, N_F32 | key, N_S16, N_VFP, "fshtos", NULL, NULL) \
15400 CVT_VAR (f32_u16, N_F32 | key, N_U16, N_VFP, "fuhtos", NULL, NULL) \
15401 CVT_VAR (f64_s16, N_F64 | key, N_S16, N_VFP, "fshtod", NULL, NULL) \
15402 CVT_VAR (f64_u16, N_F64 | key, N_U16, N_VFP, "fuhtod", NULL, NULL) \
15403 CVT_VAR (s16_f32, N_S16, N_F32 | key, N_VFP, "ftoshs", NULL, NULL) \
15404 CVT_VAR (u16_f32, N_U16, N_F32 | key, N_VFP, "ftouhs", NULL, NULL) \
15405 CVT_VAR (s16_f64, N_S16, N_F64 | key, N_VFP, "ftoshd", NULL, NULL) \
15406 CVT_VAR (u16_f64, N_U16, N_F64 | key, N_VFP, "ftouhd", NULL, NULL)
15434 || rs == NS_FF) ? N_VFP : 0; in get_neon_cvt_flavour()
15857 else if (neon_check_type (2, rs, N_F16, N_F32 | N_VFP).type != NT_invtype) in do_neon_cvttb_1()
15862 else if (neon_check_type (2, rs, N_F32 | N_VFP, N_F16).type != NT_invtype) in do_neon_cvttb_1()
15867 else if (neon_check_type (2, rs, N_F16, N_F64 | N_VFP).type != NT_invtype) in do_neon_cvttb_1()
15877 else if (neon_check_type (2, rs, N_F64 | N_VFP, N_F16).type != NT_invtype) in do_neon_cvttb_1()
17107 et = neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY in do_vrint_1()
17108 | N_VFP); in do_vrint_1()