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

  /external/qemu/target-i386/
translate.c 547 tcg_gen_qemu_ld64(t0, a0, mem_index);
    [all...]
  /external/qemu/tcg/
tcg-op.h 2256 static inline void tcg_gen_qemu_ld64(TCGv_i64 ret, TCGv addr, int mem_index) function
2350 static inline void tcg_gen_qemu_ld64(TCGv_i64 ret, TCGv addr, int mem_index) function
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c 816 tcg_gen_qemu_ld64(tmp, addr, index);
1073 tcg_gen_qemu_ld64(cpu_F0d, addr, IS_USER(s));
    [all...]

Completed in 259 milliseconds