Home | History | Annotate | Download | only in x86_64

Lines Matching refs:tcg_target_callee_save_regs

1269 static int tcg_target_callee_save_regs[] = {
1296 for(i = 0; i < ARRAY_SIZE(tcg_target_callee_save_regs); i++) {
1297 tcg_out_push(s, tcg_target_callee_save_regs[i]);
1301 push_size = 8 + ARRAY_SIZE(tcg_target_callee_save_regs) * 8;
1313 for(i = ARRAY_SIZE(tcg_target_callee_save_regs) - 1; i >= 0; i--) {
1314 tcg_out_pop(s, tcg_target_callee_save_regs[i]);