HomeSort by: relevance | last modified time | path
    Searched defs:VSX_REG_TYPE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 291 VSX_REG_TYPE,
305 #define IS_FP_VECT_REG_TYPE(RTYPE) IN_RANGE(RTYPE, VSX_REG_TYPE, FPR_REG_TYPE)
2804 reg_class_to_reg_type[(int)VSX_REGS] = VSX_REG_TYPE;
2815 reg_class_to_reg_type[(int)FLOAT_REGS] = VSX_REG_TYPE;
2816 reg_class_to_reg_type[(int)ALTIVEC_REGS] = VSX_REG_TYPE;
12631 && ((to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12632 || (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)))
12691 if (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)
12700 else if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12709 if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 292 VSX_REG_TYPE,
306 #define IS_FP_VECT_REG_TYPE(RTYPE) IN_RANGE(RTYPE, VSX_REG_TYPE, FPR_REG_TYPE)
2798 reg_class_to_reg_type[(int)VSX_REGS] = VSX_REG_TYPE;
2809 reg_class_to_reg_type[(int)FLOAT_REGS] = VSX_REG_TYPE;
2810 reg_class_to_reg_type[(int)ALTIVEC_REGS] = VSX_REG_TYPE;
12246 && ((to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12247 || (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)))
12306 if (to_type == VSX_REG_TYPE && from_type == GPR_REG_TYPE)
12315 else if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
12324 if (to_type == GPR_REG_TYPE && from_type == VSX_REG_TYPE)
    [all...]

Completed in 44 milliseconds