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

  /external/qemu/tcg/
tcg-op.h 2286 static inline void tcg_gen_qemu_st32(TCGv arg, TCGv addr, int mem_index) function
2365 static inline void tcg_gen_qemu_st32(TCGv arg, TCGv addr, int mem_index) function
    [all...]
  /external/qemu/target-i386/
translate.c 579 tcg_gen_qemu_st32(t0, a0, mem_index);
    [all...]
  /external/qemu/target-arm/
translate.c 831 tcg_gen_qemu_st32(val, addr, index);
1083 tcg_gen_qemu_st32(cpu_F0s, addr, IS_USER(s));
    [all...]

Completed in 20 milliseconds