Searched defs:qemu_st_helpers (Results 1 - 7 of 7) sorted by relevance

/external/qemu/tcg/x86_64/
H A Dtcg-target.c549 static void *qemu_st_helpers[4] = { variable
825 tcg_out_goto(s, 1, qemu_st_helpers[s_bits]);
/external/qemu/tcg/arm/
H A Dtcg-target.c946 static void *qemu_st_helpers[4] = { variable
1351 tcg_out_call(s, (tcg_target_long) qemu_st_helpers[s_bits]);
/external/qemu/tcg/hppa/
H A Dtcg-target.c885 static void *qemu_st_helpers[4] = { variable
1208 tcg_out_call(s, qemu_st_helpers[opc]);
/external/qemu/tcg/i386/
H A Dtcg-target.c972 static void *qemu_st_helpers[4] = { variable
1397 tcg_out_calli(s, (tcg_target_long)qemu_st_helpers[s_bits]);
/external/qemu/tcg/ppc/
H A Dtcg-target.c519 static void *qemu_st_helpers[4] = { variable
833 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c562 static void *qemu_st_helpers[4] = { variable
797 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
/external/qemu/tcg/sparc/
H A Dtcg-target.c714 static const void * const qemu_st_helpers[4] = { variable
1020 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_st_helpers[s_bits]

Completed in 33 milliseconds