Revision 1a2eb162

b/tcg/ppc/tcg-target.c
982 982
    }
983 983
}
984 984

  
985
static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
986
{
987
    ppc_addi (s, reg, reg, val);
988
}
989

  
990 985
static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2,
991 986
                         int const_arg2, int cr)
992 987
{

Also available in: Unified diff