Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c16597 #define NB_SAVED_REGS 3 macro
16982 static uint8_t reg_saved[NB_SAVED_REGS] = { 3, 6, 7 }; in asm_gen_code()
16993 for(i = 0; i < NB_SAVED_REGS; i++) { in asm_gen_code()
17050 for(i = NB_SAVED_REGS - 1; i >= 0; i--) { in asm_gen_code()