Revision 49516bc0 tcg/tcg.h

b/tcg/tcg.h
449 449
const TCGArg *tcg_gen_code_op(TCGContext *s, int opc, const TCGArg *args1,
450 450
                              unsigned int dead_iargs);
451 451

  
452
const TCGArg *dyngen_op(TCGContext *s, int opc, const TCGArg *opparam_ptr);
453

  
454 452
/* tcg-runtime.c */
455 453
int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2);
456 454
int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2);

Also available in: Unified diff