Searched refs:tcg_out_call (Results 1 - 4 of 4) sorted by relevance

/external/qemu/tcg/arm/
H A Dtcg-target.c874 static inline void tcg_out_call(TCGContext *s, uint32_t addr) function
1085 tcg_out_call(s, (tcg_target_long) qemu_ld_helpers[s_bits]);
1351 tcg_out_call(s, (tcg_target_long) qemu_st_helpers[s_bits]);
1463 tcg_out_call(s, args[0]);
/external/qemu/tcg/hppa/
H A Dtcg-target.c625 static void tcg_out_call(TCGContext *s, void *func) function
1057 tcg_out_call(s, qemu_ld_helpers[opc & 3]);
1208 tcg_out_call(s, qemu_st_helpers[opc]);
1269 tcg_out_call(s, (void *)args[0]);
/external/qemu/tcg/ppc/
H A Dtcg-target.c482 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);
1331 tcg_out_call (s, args[0], const_args[0]);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c502 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]);

Completed in 30 milliseconds