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

  /external/qemu/tcg/i386/
tcg-target.c 434 static void *qemu_st_helpers[4] = { variable
741 tcg_out32(s, (tcg_target_long)qemu_st_helpers[s_bits] -
760 tcg_out32(s, (tcg_target_long)qemu_st_helpers[s_bits] -
771 tcg_out32(s, (tcg_target_long)qemu_st_helpers[s_bits] -
792 tcg_out32(s, (tcg_target_long)qemu_st_helpers[s_bits] -
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 360 static void *qemu_st_helpers[4] = { variable
663 tcg_out_call(s, qemu_st_helpers[s_bits]);
  /external/qemu/tcg/ppc/
tcg-target.c 494 static void *qemu_st_helpers[4] = { variable
799 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
801 tcg_out_b (s, LK, (tcg_target_long) qemu_st_helpers[opc]);
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 530 static const void * const qemu_st_helpers[4] = { variable
834 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_st_helpers[s_bits]
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 525 static void *qemu_st_helpers[4] = { variable
788 tcg_out_goto(s, 1, qemu_st_helpers[s_bits]);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 833 static void *qemu_st_helpers[4] = { variable
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 534 static void *qemu_st_helpers[4] = { variable
752 tcg_out_call (s, (tcg_target_long) qemu_st_helpers[opc], 1);
    [all...]

Completed in 49 milliseconds