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

  /external/qemu/tcg/
tcg-op.h 2223 static inline void tcg_gen_qemu_ld16s(TCGv ret, TCGv addr, int mem_index) function
2327 static inline void tcg_gen_qemu_ld16s(TCGv ret, TCGv addr, int mem_index) function
    [all...]
  /external/qemu/target-i386/
translate.c 521 tcg_gen_qemu_ld16s(cpu_T[0], cpu_A0, mem_index);
    [all...]
  /external/qemu/target-arm/
translate.c 798 tcg_gen_qemu_ld16s(tmp, addr, index);
    [all...]

Completed in 26 milliseconds