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

  /external/qemu/tcg/
tcg.h 30 typedef uint32_t tcg_target_ulong; typedef
35 typedef uint64_t tcg_target_ulong; typedef
78 tcg_target_ulong value;
123 typedef tcg_target_ulong TCGArg;
265 tcg_target_ulong func;
tcg.c 587 s->helpers[s->nb_helpers].func = (tcg_target_ulong)func;
826 static TCGHelperInfo *tcg_find_helper(TCGContext *s, tcg_target_ulong val)
830 tcg_target_ulong v;
938 tcg_target_ulong val;
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 805 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_ld_helpers[s_bits]
806 - (tcg_target_ulong)s->code_ptr) >> 2)
1020 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_st_helpers[s_bits]
1021 - (tcg_target_ulong)s->code_ptr) >> 2)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 94 static inline int or_mask_p(tcg_target_ulong mask)
109 static inline int and_mask_p(tcg_target_ulong mask)
484 static void tcg_out_ori(TCGContext *s, int ret, int arg, tcg_target_ulong m)
506 static void tcg_out_andi(TCGContext *s, int ret, int arg, tcg_target_ulong m)
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c     [all...]

Completed in 143 milliseconds