Revision 96e132e2 tcg/tcg.h

b/tcg/tcg.h
23 23
 */
24 24
#include "qemu-common.h"
25 25
#include "tcg-target.h"
26
#include "tcg-runtime.h"
26 27

  
27 28
#if TCG_TARGET_REG_BITS == 32
28 29
typedef int32_t tcg_target_long;
......
455 456
const TCGArg *tcg_gen_code_op(TCGContext *s, int opc, const TCGArg *args1,
456 457
                              unsigned int dead_iargs);
457 458

  
458
/* tcg-runtime.c */
459
int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2);
460
int64_t tcg_helper_shr_i64(int64_t arg1, int64_t arg2);
461
int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2);
462
int64_t tcg_helper_div_i64(int64_t arg1, int64_t arg2);
463
int64_t tcg_helper_rem_i64(int64_t arg1, int64_t arg2);
464
uint64_t tcg_helper_divu_i64(uint64_t arg1, uint64_t arg2);
465
uint64_t tcg_helper_remu_i64(uint64_t arg1, uint64_t arg2);
466

  
467 459
extern uint8_t code_gen_prologue[];
468 460
#if defined(_ARCH_PPC) && !defined(_ARCH_PPC64)
469 461
#define tcg_qemu_tb_exec(tb_ptr) \

Also available in: Unified diff