HomeSort by relevance Sort by last modified time
    Searched refs:TCGType (Results 1 - 3 of 3) sorted by null

  /external/qemu/tcg/
tcg.h 173 typedef enum TCGType {
198 } TCGType;
425 TCGType base_type;
426 TCGType type;
tcg.c 95 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,
428 static inline int tcg_global_mem_new_internal(TCGType type, int reg,
501 static inline int tcg_temp_new_internal(TCGType type, int temp_local)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 539 static inline void tcg_out_mov(TCGContext *s, TCGType type,
548 static void tcg_out_movi(TCGContext *s, TCGType type,
604 static inline void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret,
611 static inline void tcg_out_st(TCGContext *s, TCGType type, TCGReg arg,
618 static inline void tcg_out_sti(TCGContext *s, TCGType type, TCGReg base,
    [all...]

Completed in 37 milliseconds