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

  /external/qemu/tcg/x86_64/
tcg-target.c 549 static void *qemu_st_helpers[4] = { variable
825 tcg_out_goto(s, 1, qemu_st_helpers[s_bits]);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 946 static void *qemu_st_helpers[4] = { variable
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 885 static void *qemu_st_helpers[4] = { variable
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 972 static void *qemu_st_helpers[4] = { variable
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 519 static void *qemu_st_helpers[4] = { variable
833 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 562 static void *qemu_st_helpers[4] = { variable
797 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 714 static const void * const qemu_st_helpers[4] = { variable
1020 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_st_helpers[s_bits]
    [all...]

Completed in 403 milliseconds