Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro.cc3510 unsigned int which_scratch; in tilepro_expand_prologue() local
3620 which_scratch = 0; in tilepro_expand_prologue()
3624 rtx r = reg_save_addr[which_scratch]; in tilepro_expand_prologue()
3632 reg_save_addr[which_scratch] = r; in tilepro_expand_prologue()
3652 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilepro_expand_prologue()
3678 unsigned int which_scratch; in tilepro_expand_epilogue() local
3719 which_scratch = 0; in tilepro_expand_epilogue()
3723 rtx r = reg_save_addr[which_scratch]; in tilepro_expand_epilogue()
3727 reg_save_addr[which_scratch] = r; in tilepro_expand_epilogue()
3744 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilepro_expand_epilogue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro.c3510 unsigned int which_scratch; in tilepro_expand_prologue() local
3620 which_scratch = 0; in tilepro_expand_prologue()
3624 rtx r = reg_save_addr[which_scratch]; in tilepro_expand_prologue()
3632 reg_save_addr[which_scratch] = r; in tilepro_expand_prologue()
3652 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilepro_expand_prologue()
3678 unsigned int which_scratch; in tilepro_expand_epilogue() local
3719 which_scratch = 0; in tilepro_expand_epilogue()
3723 rtx r = reg_save_addr[which_scratch]; in tilepro_expand_epilogue()
3727 reg_save_addr[which_scratch] = r; in tilepro_expand_epilogue()
3744 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilepro_expand_epilogue()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c3975 unsigned int which_scratch; in tilegx_expand_prologue() local
4086 which_scratch = 0; in tilegx_expand_prologue()
4090 rtx r = reg_save_addr[which_scratch]; in tilegx_expand_prologue()
4099 reg_save_addr[which_scratch] = r; in tilegx_expand_prologue()
4118 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilegx_expand_prologue()
4144 unsigned int which_scratch; in tilegx_expand_epilogue() local
4185 which_scratch = 0; in tilegx_expand_epilogue()
4189 rtx r = reg_save_addr[which_scratch]; in tilegx_expand_epilogue()
4193 reg_save_addr[which_scratch] = r; in tilegx_expand_epilogue()
4209 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilegx_expand_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc3976 unsigned int which_scratch; in tilegx_expand_prologue() local
4087 which_scratch = 0; in tilegx_expand_prologue()
4091 rtx r = reg_save_addr[which_scratch]; in tilegx_expand_prologue()
4100 reg_save_addr[which_scratch] = r; in tilegx_expand_prologue()
4119 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilegx_expand_prologue()
4145 unsigned int which_scratch; in tilegx_expand_epilogue() local
4186 which_scratch = 0; in tilegx_expand_epilogue()
4190 rtx r = reg_save_addr[which_scratch]; in tilegx_expand_epilogue()
4194 reg_save_addr[which_scratch] = r; in tilegx_expand_epilogue()
4210 which_scratch = (which_scratch + 1) % ROUND_ROBIN_SIZE; in tilegx_expand_epilogue()