Home
last modified time | relevance | path

Searched refs:first_used (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlocal-alloc.c2175 HARD_REG_SET first_used, used; local
2233 COPY_HARD_REG_SET (first_used, used);
2238 IOR_COMPL_HARD_REG_SET (first_used, qty_phys_copy_sugg[qtyno]);
2240 IOR_COMPL_HARD_REG_SET (first_used, qty_phys_sugg[qtyno]);
2244 GO_IF_HARD_REG_SUBSET (reg_class_contents[(int) ALL_REGS], first_used, fail);
2255 if (! TEST_HARD_REG_BIT (first_used, regno)
/openbsd/src/gnu/gcc/gcc/
Dlocal-alloc.c2218 HARD_REG_SET first_used, used; in find_free_reg() local
2275 COPY_HARD_REG_SET (first_used, used); in find_free_reg()
2280 IOR_COMPL_HARD_REG_SET (first_used, qty_phys_copy_sugg[qtyno]); in find_free_reg()
2282 IOR_COMPL_HARD_REG_SET (first_used, qty_phys_sugg[qtyno]); in find_free_reg()
2286 GO_IF_HARD_REG_SUBSET (reg_class_contents[(int) ALL_REGS], first_used, fail); in find_free_reg()
2297 if (! TEST_HARD_REG_BIT (first_used, regno) in find_free_reg()