Home
last modified time | relevance | path

Searched refs:TCGType (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/
Dtcg.h173 typedef enum TCGType { enum
198 } TCGType; typedef
425 TCGType base_type;
426 TCGType type;
Dtcg.c95 static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,
97 static void tcg_out_mov(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg);
98 static void tcg_out_movi(TCGContext *s, TCGType type,
102 static void tcg_out_st(TCGContext *s, TCGType type, TCGReg arg, TCGReg arg1,
386 static inline int tcg_global_reg_new_internal(TCGType type, int reg, in tcg_global_reg_new_internal()
428 static inline int tcg_global_mem_new_internal(TCGType type, int reg, in tcg_global_mem_new_internal()
501 static inline int tcg_temp_new_internal(TCGType type, int temp_local) in tcg_temp_new_internal()
/external/qemu/tcg/i386/
Dtcg-target.c539 static inline void tcg_out_mov(TCGContext *s, TCGType type, in tcg_out_mov()
548 static void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
604 static inline void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, in tcg_out_ld()
611 static inline void tcg_out_st(TCGContext *s, TCGType type, TCGReg arg, in tcg_out_st()
618 static inline void tcg_out_sti(TCGContext *s, TCGType type, TCGReg base, in tcg_out_sti()
1085 TCGType ttype = TCG_TYPE_I32; in tcg_out_tlb_load()
1086 TCGType htype = TCG_TYPE_I32; in tcg_out_tlb_load()