Home | History | Annotate | Download | only in x86_64

Lines Matching refs:TCGContext

238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x)
264 static inline void tcg_out_modrm(TCGContext *s, int opc, int r, int rm)
271 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, int rm,
320 static void tcg_out_modrm_offset2(TCGContext *s, int opc, int r, int rm,
357 static inline void tcg_out_mov(TCGContext *s, int ret, int arg)
362 static inline void tcg_out_movi(TCGContext *s, TCGType type,
380 static void tcg_out_goto(TCGContext *s, int call, uint8_t *target)
394 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret,
403 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg,
412 static inline void tgen_arithi32(TCGContext *s, int c, int r0, int32_t val)
435 static inline void tgen_arithi64(TCGContext *s, int c, int r0, int64_t val)
460 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
466 static void tcg_out_jxx(TCGContext *s, int opc, int label_index)
502 static void tcg_out_cmp(TCGContext *s, TCGArg arg1, TCGArg arg2,
521 static void tcg_out_brcond(TCGContext *s, int cond,
529 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg dest,
557 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args,
751 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args,
906 static inline void tcg_out_op(TCGContext *s, int opc, const TCGArg *args,
1279 static inline void tcg_out_push(TCGContext *s, int reg)
1284 static inline void tcg_out_pop(TCGContext *s, int reg)
1290 void tcg_target_qemu_prologue(TCGContext *s)
1427 void tcg_target_init(TCGContext *s)