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

  /external/qemu/tcg/
tcg-op.h 2190 static inline void tcg_gen_qemu_ld8u(TCGv ret, TCGv addr, int mem_index) function
2312 static inline void tcg_gen_qemu_ld8u(TCGv ret, TCGv addr, int mem_index) function
    [all...]
  /external/qemu/target-i386/
translate.c 534 tcg_gen_qemu_ld8u(t0, a0, mem_index);
    [all...]
  /external/qemu/target-arm/
translate.c 792 tcg_gen_qemu_ld8u(tmp, addr, index);
    [all...]

Completed in 51 milliseconds