Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h99 typedef enum TCGType { enum
121 } TCGType; typedef
245 TCGType base_type;
246 TCGType type;
Dtcg.c294 static inline int tcg_global_reg_new_internal(TCGType type, int reg, in tcg_global_reg_new_internal()
336 static inline int tcg_global_mem_new_internal(TCGType type, int reg, in tcg_global_mem_new_internal()
415 static inline int tcg_temp_new_internal(TCGType type, int temp_local) in tcg_temp_new_internal()
/external/qemu/tcg/ppc64/
Dtcg-target.c438 static void tcg_out_mov (TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
461 static void tcg_out_movi (TCGContext *s, TCGType type, in tcg_out_movi()
927 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, in tcg_out_ld()
936 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, in tcg_out_st()
1049 static void tcg_out_setcond (TCGContext *s, TCGType type, TCGCond cond, in tcg_out_setcond()
/external/qemu/tcg/i386/
Dtcg-target.c515 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
523 static void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
565 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, in tcg_out_ld()
572 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, in tcg_out_st()
1009 TCGType type = TCG_TYPE_I32; in tcg_out_tlb_load()
/external/qemu/tcg/sparc/
Dtcg-target.c307 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
333 static inline void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
399 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, in tcg_out_ld()
408 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, in tcg_out_st()
/external/qemu/tcg/x86_64/
Dtcg-target.c362 static inline void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
394 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, in tcg_out_ld()
403 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, in tcg_out_st()
/external/qemu/tcg/hppa/
Dtcg-target.c341 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
351 static void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
396 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, in tcg_out_ld()
403 static inline void tcg_out_st(TCGContext *s, TCGType type, int ret, in tcg_out_st()
/external/qemu/tcg/ppc/
Dtcg-target.c440 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
445 static void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
959 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, in tcg_out_ld()
965 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, in tcg_out_st()
/external/qemu/tcg/arm/
Dtcg-target.c1809 static inline void tcg_out_ld(TCGContext *s, TCGType type, int arg, in tcg_out_ld()
1815 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, in tcg_out_st()
1836 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
1841 static inline void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()