/external/qemu/tcg/ |
D | tcg.h | 99 typedef enum TCGType { enum 121 } TCGType; typedef 245 TCGType base_type; 246 TCGType type;
|
D | tcg.c | 294 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/ |
D | tcg-target.c | 438 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/ |
D | tcg-target.c | 515 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/ |
D | tcg-target.c | 307 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/ |
D | tcg-target.c | 362 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/ |
D | tcg-target.c | 341 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/ |
D | tcg-target.c | 440 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/ |
D | tcg-target.c | 1809 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()
|