Revision bdffd4a9 tcg/tcg.h

b/tcg/tcg.h
385 385
void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf);
386 386
TCGv tcg_const_i32(int32_t val);
387 387
TCGv tcg_const_i64(int64_t val);
388
TCGv tcg_const_local_i32(int32_t val);
389
TCGv tcg_const_local_i64(int64_t val);
388 390

  
389 391
#if TCG_TARGET_REG_BITS == 32
390 392
#define tcg_const_ptr tcg_const_i32

Also available in: Unified diff