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

  /src/external/gpl3/gcc/dist/gcc/
ira-lives.cc 1020 (REG:YMODE YREGNO),
1024 (subreg:YMODE (reg:XMODE XREGNO) OFFSET). */
1025 machine_mode ymode, xmode; local
1032 ymode = ALLOCNO_MODE (operand_a);
1033 offset = subreg_lowpart_offset (ymode, xmode);
1034 yregno = simplify_subreg_regno (xregno, xmode, offset, ymode);
reload.cc 2274 scalar_int_mode ymode;
2276 && is_a <scalar_int_mode> (GET_MODE (y), &ymode)
2277 && GET_MODE_SIZE (ymode) > UNITS_PER_WORD
2279 j += hard_regno_nregs (j, ymode) - 1;
2263 scalar_int_mode ymode; local
expr.cc 2375 scalar_int_mode ymode
2378 if (GET_MODE_BITSIZE (xmode) < GET_MODE_BITSIZE (ymode))
2379 mode = ymode;
2371 scalar_int_mode ymode local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-lives.cc 1019 (REG:YMODE YREGNO),
1023 (subreg:YMODE (reg:XMODE XREGNO) OFFSET). */
1024 machine_mode ymode, xmode; local
1031 ymode = ALLOCNO_MODE (operand_a);
1032 offset = subreg_lowpart_offset (ymode, xmode);
1033 yregno = simplify_subreg_regno (xregno, xmode, offset, ymode);
reload.cc 2273 scalar_int_mode ymode;
2275 && is_a <scalar_int_mode> (GET_MODE (y), &ymode)
2276 && GET_MODE_SIZE (ymode) > UNITS_PER_WORD
2278 j += hard_regno_nregs (j, ymode) - 1;
2262 scalar_int_mode ymode; local

Completed in 57 milliseconds