/external/qemu/tcg/ |
tcg.h | 99 typedef enum TCGType { 121 } TCGType; 245 TCGType base_type; 246 TCGType type;
|
tcg.c | 294 static inline int tcg_global_reg_new_internal(TCGType type, int reg, 336 static inline int tcg_global_mem_new_internal(TCGType type, int reg, 415 static inline int tcg_temp_new_internal(TCGType type, int temp_local) [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 515 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) 523 static void tcg_out_movi(TCGContext *s, TCGType type, 565 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, 572 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, 1009 TCGType type = TCG_TYPE_I32; [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 438 static void tcg_out_mov (TCGContext *s, TCGType type, int ret, int arg) 461 static void tcg_out_movi (TCGContext *s, TCGType type, 927 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, 936 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, 1049 static void tcg_out_setcond (TCGContext *s, TCGType type, TCGCond cond, [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 362 static inline void tcg_out_movi(TCGContext *s, TCGType type, 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, [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | 341 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) 351 static void tcg_out_movi(TCGContext *s, TCGType type, 396 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, 403 static inline void tcg_out_st(TCGContext *s, TCGType type, int ret, [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 440 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) 445 static void tcg_out_movi(TCGContext *s, TCGType type, 959 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, 965 static void tcg_out_st (TCGContext *s, TCGType type, int arg, int arg1, [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 307 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) 333 static inline void tcg_out_movi(TCGContext *s, TCGType type, 399 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, 408 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, [all...] |