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

  /external/qemu/tcg/arm/
tcg-target.c 874 static inline void tcg_out_call(TCGContext *s, uint32_t addr) function
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 625 static void tcg_out_call(TCGContext *s, void *func) function
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 482 static void tcg_out_call (TCGContext *s, tcg_target_long arg, int const_arg) function
602 tcg_out_call (s, (tcg_target_long) qemu_ld_helpers[s_bits], 1);
833 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 502 static void tcg_out_call (TCGContext *s, tcg_target_long arg, int const_arg) function
650 tcg_out_call (s, (tcg_target_long) qemu_ld_helpers[s_bits], 1);
797 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
1239 tcg_out_call (s, args[0], const_args[0]);
    [all...]

Completed in 154 milliseconds