Revision a05b5b9b tcg/tcg.c

b/tcg/tcg.c
93 93
/* Forward declarations for functions declared and used in tcg-target.c. */
94 94
static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str);
95 95
static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,
96
                       tcg_target_long arg2);
96
                       intptr_t arg2);
97 97
static void tcg_out_mov(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg);
98 98
static void tcg_out_movi(TCGContext *s, TCGType type,
99 99
                         TCGReg ret, tcg_target_long arg);
100 100
static void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args,
101 101
                       const int *const_args);
102 102
static void tcg_out_st(TCGContext *s, TCGType type, TCGReg arg, TCGReg arg1,
103
                       tcg_target_long arg2);
103
                       intptr_t arg2);
104 104
static int tcg_target_const_match(tcg_target_long val,
105 105
                                  const TCGArgConstraint *arg_ct);
106 106

  

Also available in: Unified diff