Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drecog.c3023 static int search_ofs; local
3062 raw_regno = search_ofs + i;
3106 search_ofs = raw_regno;
3112 search_ofs = 0;
/openbsd/src/gnu/gcc/gcc/
Drecog.c2940 static int search_ofs; in peep2_find_free_register() local
2977 raw_regno = search_ofs + i; in peep2_find_free_register()
3021 search_ofs = raw_regno; in peep2_find_free_register()
3027 search_ofs = 0; in peep2_find_free_register()