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

/external/qemu/tcg/i386/
H A Dtcg-target.c64 static const int tcg_target_call_iarg_regs[] = { variable
1007 const int r0 = tcg_target_call_iarg_regs[0];
1008 const int r1 = tcg_target_call_iarg_regs[1];
1166 tcg_target_call_iarg_regs[0], 0, opc);
1185 tcg_out_mov(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx++],
1188 tcg_out_movi(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx],
1267 int scratch = tcg_target_call_iarg_regs[1];
1341 tcg_target_call_iarg_regs[0], 0, opc);
1939 tcg_out_modrm(s, OPC_GRP5, EXT5_JMPN_Ev, tcg_target_call_iarg_regs[0]);
/external/qemu/tcg/ppc/
H A Dtcg-target.c126 static const int tcg_target_call_iarg_regs[] = { variable
224 return ARRAY_SIZE (tcg_target_call_iarg_regs);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c122 static const int tcg_target_call_iarg_regs[] = { variable
215 return ARRAY_SIZE (tcg_target_call_iarg_regs);
/external/qemu/tcg/x86_64/
H A Dtcg-target.c64 static const int tcg_target_call_iarg_regs[6] = { variable
/external/qemu/tcg/arm/
H A Dtcg-target.c109 static const int tcg_target_call_iarg_regs[4] = { variable
/external/qemu/tcg/hppa/
H A Dtcg-target.c69 static const int tcg_target_call_iarg_regs[4] = { variable
/external/qemu/tcg/sparc/
H A Dtcg-target.c78 static const int tcg_target_call_iarg_regs[6] = { variable
/external/qemu/tcg/
H A Dtcg.c1897 reg = tcg_target_call_iarg_regs[i];

Completed in 143 milliseconds