HomeSort by relevance Sort by last modified time
    Searched defs:tcg_out_ld (Results 1 - 7 of 7) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.c 394 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 1809 static inline void tcg_out_ld(TCGContext *s, TCGType type, int arg, function
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 399 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 396 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
929 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R23, r1, offset);
930 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset + 4);
932 tcg_out_ld(s, TCG_TYPE_PTR, TCG_REG_R20, r1, offset);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 565 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, function
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 959 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, function
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 927 static void tcg_out_ld (TCGContext *s, TCGType type, int ret, int arg1, function
    [all...]

Completed in 81 milliseconds