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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 1756 /* Op0 can't be a GR_REG here, as that case is handled above.
2221 gen_rtx_REG (DImode, GR_REG (25)));
2599 && regno >= GR_REG (1) && regno <= GR_REG (31))
2609 for (regno = GR_REG (1); regno <= GR_REG (31); regno++)
2788 for (regno = GR_REG (1); regno <= GR_REG (31); regno++)
2851 SET_HARD_REG_BIT (mask, GR_REG (1));
3301 rtx r2 = gen_rtx_REG (Pmode, GR_REG (2))
4897 rtx gr_reg = gen_rtx_EXPR_LIST (VOIDmode, local
4939 rtx gr_reg = gen_rtx_EXPR_LIST (VOIDmode, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 1746 /* Op0 can't be a GR_REG here, as that case is handled above.
2211 gen_rtx_REG (DImode, GR_REG (25)));
2589 && regno >= GR_REG (1) && regno <= GR_REG (31))
2599 for (regno = GR_REG (1); regno <= GR_REG (31); regno++)
2778 for (regno = GR_REG (1); regno <= GR_REG (31); regno++)
2841 SET_HARD_REG_BIT (mask, GR_REG (1));
3291 rtx r2 = gen_rtx_REG (Pmode, GR_REG (2))
4886 rtx gr_reg = gen_rtx_EXPR_LIST (VOIDmode, local
4928 rtx gr_reg = gen_rtx_EXPR_LIST (VOIDmode, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 3863 rtx gr_reg;
3867 gr_reg = gen_rtx_EXPR_LIST (VOIDmode,
3870 return gen_rtx_PARALLEL (mode, gen_rtvec (1, gr_reg));
3855 rtx gr_reg; local

Completed in 35 milliseconds