Searched defs:tcg_target_call_iarg_regs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c72 static const int tcg_target_call_iarg_regs[] = { variable
213 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[2]);
214 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[1]);
215 tcg_regset_reset_reg(ct->u.regs, tcg_target_call_iarg_regs[0]);
1094 const int r0 = tcg_target_call_iarg_regs[0];
1095 const int r1 = tcg_target_call_iarg_regs[1];
1349 tcg_target_call_iarg_regs[0], 0, opc);
1368 tcg_out_mov(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx++],
1371 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx],
1454 int scratch = tcg_target_call_iarg_regs[
[all...]

Completed in 48 milliseconds