mirror of https://github.com/xemu-project/xemu.git
tcg/ppc64: Remove tcg_out_addi
The only user (within tcg.c) was removed Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
1a2eb16241
commit
c24a9c6ef9
|
@ -968,11 +968,6 @@ static void ppc_addi64 (TCGContext *s, int rt, int ra, tcg_target_long si)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void tcg_out_addi (TCGContext *s, int reg, tcg_target_long val)
|
|
||||||
{
|
|
||||||
ppc_addi64 (s, reg, reg, val);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
|
static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
|
||||||
int const_arg2, int cr, int arch64)
|
int const_arg2, int cr, int arch64)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue