Home
last modified time | relevance | path

Searched refs:VECTOR_ALIGNMENT_P (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.h1040 #define VECTOR_ALIGNMENT_P(MODE) \ macro
1048 || VECTOR_ALIGNMENT_P (MODE))
Drs6000.cc1821 reg_size = (VECTOR_MEM_VSX_P (mode) || VECTOR_ALIGNMENT_P (mode) in rs6000_hard_regno_nregs_internal()
1868 || VECTOR_ALIGNMENT_P (mode) in rs6000_hard_regno_mode_ok_uncached()
1894 if (VECTOR_ALIGNMENT_P (mode)) in rs6000_hard_regno_mode_ok_uncached()
2660 && !VECTOR_ALIGNMENT_P (m2) in rs6000_setup_reg_addr_masks()
7999 || ((VECTOR_MODE_P (mode) || VECTOR_ALIGNMENT_P (mode)) in rs6000_slow_unaligned_access()
23523 else if ((TREE_CODE (valtype) == VECTOR_TYPE || VECTOR_ALIGNMENT_P (mode)) in rs6000_function_value()
26126 && (VECTOR_MODE_P (mode) || VECTOR_ALIGNMENT_P (mode))) in address_to_insn_form()
26325 || VECTOR_ALIGNMENT_P (mode) in reg_to_non_prefixed()
26349 || VECTOR_ALIGNMENT_P (mode) in reg_to_non_prefixed()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20203902 * config/rs6000/rs6000.h (VECTOR_ALIGNMENT_P):
19173 (rs6000_hard_regno_nregs_internal): Use VECTOR_ALIGNMENT_P.
19181 (rs6000_setup_reg_addr_masks): Use VECTOR_ALIGNMENT_P.
19188 (rs6000_slow_unaligned_access): Use VECTOR_ALIGNMENT_P.
19203 (rs6000_function_value): Use VECTOR_ALIGNMENT_P.
19209 (VECTOR_ALIGNMENT_P): New helper macro.
19210 (ALTIVEC_VECTOR_MODE): Use VECTOR_ALIGNMENT_P.