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

  /external/valgrind/main/VEX/priv/
main_main.c 67 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
68 static HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
255 vassert(are_valid_hwcaps(VexArchX86, vta->archinfo_host.hwcaps));
277 vassert(are_valid_hwcaps(VexArchAMD64, vta->archinfo_host.hwcaps));
296 vassert(are_valid_hwcaps(VexArchPPC32, vta->archinfo_host.hwcaps));
315 vassert(are_valid_hwcaps(VexArchPPC64, vta->archinfo_host.hwcaps));
334 vassert(are_valid_hwcaps(VexArchARM, vta->archinfo_host.hwcaps));
354 vassert(are_valid_hwcaps(VexArchX86, vta->archinfo_guest.hwcaps));
370 vassert(are_valid_hwcaps(VexArchAMD64, vta->archinfo_guest.hwcaps));
386 vassert(are_valid_hwcaps(VexArchPPC32, vta->archinfo_guest.hwcaps));
    [all...]
host_x86_defs.h 491 carries the host's hwcaps so the assembler knows what to
494 UInt hwcaps; member in struct:__anon11934::__anon11935::__anon11953
642 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
host_x86_defs.c 702 X86Instr* X86Instr_MFence ( UInt hwcaps ) {
705 i->Xin.MFence.hwcaps = hwcaps;
706 vassert(0 == (hwcaps & ~(VEX_HWCAPS_X86_SSE1
1007 LibVEX_ppVexHwCaps(VexArchX86,i->Xin.MFence.hwcaps));
    [all...]
host_x86_isel.c 170 UInt hwcaps; member in struct:__anon11975
    [all...]
guest_ppc_toIR.c 9271 UInt hwcaps = archinfo->hwcaps; local
    [all...]
host_amd64_isel.c 138 UInt hwcaps; member in struct:__anon11735
    [all...]
host_ppc_isel.c 265 UInt hwcaps; member in struct:__anon11904
    [all...]
guest_x86_toIR.c     [all...]
host_arm_isel.c 113 UInt hwcaps; member in struct:__anon11823
    [all...]
guest_amd64_toIR.c     [all...]
guest_arm_toIR.c     [all...]
  /external/valgrind/main/coregrind/
m_machine.c 387 /* For hwcaps detection on ppc32/64 and arm we'll need to do SIGILL
523 vai.hwcaps = VEX_HWCAPS_X86_SSE1;
524 vai.hwcaps |= VEX_HWCAPS_X86_SSE2;
526 vai.hwcaps |= VEX_HWCAPS_X86_LZCNT;
533 vai.hwcaps = VEX_HWCAPS_X86_SSE1;
539 vai.hwcaps = 0; /*baseline - no sse at all*/
600 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0)
722 vai.hwcaps = 0;
723 if (have_F) vai.hwcaps |= VEX_HWCAPS_PPC32_F;
724 if (have_V) vai.hwcaps |= VEX_HWCAPS_PPC32_V
    [all...]
m_main.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image.c 409 PgHWCaps_t hwcaps; local
412 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
417 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
420 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &vmode) < 0)
429 if (hwcaps.currently_available_video_ram!=0)
524 PgHWCaps_t hwcaps; local
562 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
576 PgHWCaps_t hwcaps; local
605 if (PgGetGraphicsHWCaps(&hwcaps) < 0
    [all...]
SDL_ph_video.c 349 PgHWCaps_t hwcaps; local
389 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
396 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &desktop_mode) < 0)
  /external/valgrind/main/VEX/pub/
libvex.h 104 /* Get an ARM architecure level from HWCAPS */
120 UInt hwcaps; member in struct:__anon11994

Completed in 819 milliseconds