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

  /external/qemu/tcg/
tcg-op.h 2212 static inline void tcg_gen_qemu_ld16u(TCGv ret, TCGv addr, int mem_index) function
2322 static inline void tcg_gen_qemu_ld16u(TCGv ret, TCGv addr, int mem_index) function
    [all...]
  /external/qemu/target-i386/
translate.c 538 tcg_gen_qemu_ld16u(t0, a0, mem_index);
    [all...]
  /external/qemu/target-arm/
translate.c 804 tcg_gen_qemu_ld16u(tmp, addr, index);
    [all...]

Completed in 331 milliseconds