Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsimplify-rtx.c2730 int final_regno = subreg_hard_regno (gen_rtx_SUBREG (outermode, op, byte), local
2736 if (HARD_REGNO_MODE_OK (final_regno, outermode)
2739 rtx x = gen_rtx_REG (outermode, final_regno);
Demit-rtl.c917 unsigned int byte_offset, base_regno, final_regno; local
940 final_regno = subreg_regno (x);
942 return final_regno;
/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c4609 unsigned int final_regno in simplify_subreg() local
4615 if (HARD_REGNO_MODE_OK (final_regno, outermode) in simplify_subreg()
4633 x = gen_rtx_REG_offset (op, outermode, final_regno, final_offset); in simplify_subreg()