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

  /external/qemu/target-i386/
translate.c     [all...]
  /external/qemu/tcg/
tcg-op.h 888 static inline void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2, function
1178 static inline void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2, tcg_target_long offset) function
    [all...]
  /external/qemu/target-arm/
translate.c 1118 tcg_gen_st_i64(var, cpu_env, vfp_reg_offset(1, reg));
1124 #define tcg_gen_st_f64 tcg_gen_st_i64
1159 tcg_gen_st_i64(var, cpu_env, offsetof(CPUARMState, iwmmxt.regs[reg]));
    [all...]
  /external/qemu/target-mips/
translate.c 640 tcg_gen_st_i64(t, cpu_env, offsetof(CPUMIPSState, active_fpu.fpr[reg].d));
    [all...]

Completed in 421 milliseconds