Searched refs:NUM_GENREGS (Results 1 – 1 of 1) sorted by relevance
56 NUM_GENREGS = 16, enumerator382 unsigned long reg[NUM_GENREGS];1309 if (regno >= 0 && regno < NUM_GENREGS) in cris_register_size()1314 else if (regno >= NUM_GENREGS && regno < NUM_REGS) in cris_register_size()1318 spec_regno = regno - NUM_GENREGS; in cris_register_size()1474 if (regno >= 0 && regno < NUM_GENREGS) in cris_register_name()1479 else if (regno >= NUM_GENREGS && regno < NUM_REGS) in cris_register_name()1483 spec_regno = regno - NUM_GENREGS; in cris_register_name()1752 for (i = 0; i < NUM_GENREGS; i++) in find_step_target()1756 offset = NUM_GENREGS; in find_step_target()[all …]