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

  /external/qemu/target-i386/
translate.c     [all...]
  /external/qemu/tcg/
tcg-op.h 827 static inline void tcg_gen_ld_i64(TCGv_i64 ret, TCGv_ptr arg2, function
1102 static inline void tcg_gen_ld_i64(TCGv_i64 ret, TCGv_i64 arg2, tcg_target_long offset) function
    [all...]
  /external/qemu/target-arm/
translate.c 1125 tcg_gen_ld_i64(var, cpu_env, vfp_reg_offset(1, reg));
1134 #define tcg_gen_ld_f64 tcg_gen_ld_i64
1166 tcg_gen_ld_i64(var, cpu_env, offsetof(CPUState, iwmmxt.regs[reg]));
    [all...]
  /external/qemu/target-mips/
translate.c 618 tcg_gen_ld_i64(t, cpu_env, offsetof(CPUState, active_fpu.fpr[reg].d));
    [all...]

Completed in 27 milliseconds