Home
last modified time | relevance | path

Searched refs:ALTIVEC_REGNO_P (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.h997 #define ALTIVEC_REGNO_P(N) ((N) >= FIRST_ALTIVEC_REGNO && (N) <= LAST_ALTIVEC_REGNO) macro
1000 #define VSX_REGNO_P(N) (FP_REGNO_P (N) || ALTIVEC_REGNO_P (N))
1005 (ALTIVEC_REGNO_P (N) || (TARGET_VSX && FP_REGNO_P (N)))
1009 #define VINT_REGNO_P(N) ALTIVEC_REGNO_P (N)
1015 (INT_REGNO_P (N) || ALTIVEC_REGNO_P (N) \
1058 (! ALTIVEC_REGNO_P (DST) || df_regs_ever_live_p (DST))
Drs6000.cc1825 else if (ALTIVEC_REGNO_P (regno)) in rs6000_hard_regno_nregs_internal()
1876 if (ALTIVEC_REGNO_P (regno)) in rs6000_hard_regno_mode_ok_uncached()
1881 return ALTIVEC_REGNO_P (last_regno); in rs6000_hard_regno_mode_ok_uncached()
1925 if (ALTIVEC_REGNO_P (regno)) in rs6000_hard_regno_mode_ok_uncached()
6564 bool dest_vmx_p = ALTIVEC_REGNO_P (REGNO (dest)); in output_vec_const_move()
6637 gcc_assert (ALTIVEC_REGNO_P (REGNO (dest))); in output_vec_const_move()
7827 && ALTIVEC_REGNO_P (src_regno) in rs6000_split_vec_extract_var()
11864 if (is_altivec && ALTIVEC_REGNO_P (regno)) in register_to_reg_type()
13169 && (regno >= 0 && ALTIVEC_REGNO_P (regno))) in rs6000_secondary_reload_class()
13192 if ((regno == -1 || ALTIVEC_REGNO_P (regno)) in rs6000_secondary_reload_class()
[all …]
Dvsx.md443 || ALTIVEC_REGNO_P (reg_or_subregno (operands[0]))))
493 || ALTIVEC_REGNO_P (REGNO(operands[0]))))
547 || ALTIVEC_REGNO_P (REGNO(operands[0]))))
609 || ALTIVEC_REGNO_P (REGNO(operands[0]))))
662 || ALTIVEC_REGNO_P (reg_or_subregno (operands[1]))))
734 || ALTIVEC_REGNO_P (reg_or_subregno (operands[1]))))
813 || ALTIVEC_REGNO_P (reg_or_subregno (operands[1]))))
906 || ALTIVEC_REGNO_P (reg_or_subregno (operands[1]))))
4989 else if (ALTIVEC_REGNO_P (dest_regno))
Dpredicates.md82 return ALTIVEC_REGNO_P (REGNO (op));
361 if (TARGET_ALTIVEC && ALTIVEC_REGNO_P (REGNO (op)))
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20016125 (ALTIVEC_REGNO_P): New.