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

  /external/qemu/target-i386/
translate.c 586 tcg_gen_qemu_st64(t0, a0, mem_index);
    [all...]
  /external/qemu/tcg/
tcg-op.h 2296 static inline void tcg_gen_qemu_st64(TCGv_i64 arg, TCGv addr, int mem_index) function
2370 static inline void tcg_gen_qemu_st64(TCGv_i64 arg, TCGv addr, int mem_index) function
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c 836 tcg_gen_qemu_st64(val, addr, index);
1081 tcg_gen_qemu_st64(cpu_F0d, addr, IS_USER(s));
    [all...]

Completed in 864 milliseconds