Home | History | Annotate | Download | only in hppa

Lines Matching refs:tcg_target_callee_save_regs

1582 static int tcg_target_callee_save_regs[] = {
1612 frame_size += ARRAY_SIZE(tcg_target_callee_save_regs) * 4;
1622 tcg_out_ldst(s, tcg_target_callee_save_regs[0],
1626 for (i = 1; i < ARRAY_SIZE(tcg_target_callee_save_regs); i++) {
1627 tcg_out_st(s, TCG_TYPE_PTR, tcg_target_callee_save_regs[i],
1644 for (i = 1; i < ARRAY_SIZE(tcg_target_callee_save_regs); i++) {
1645 tcg_out_ld(s, TCG_TYPE_PTR, tcg_target_callee_save_regs[i],
1651 tcg_out_ldst(s, tcg_target_callee_save_regs[0],