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

  /external/valgrind/main/VEX/priv/
main_main.c 70 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
71 static HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
261 vassert(are_valid_hwcaps(VexArchX86, vta->archinfo_host.hwcaps));
286 vassert(are_valid_hwcaps(VexArchAMD64, vta->archinfo_host.hwcaps));
308 vassert(are_valid_hwcaps(VexArchPPC32, vta->archinfo_host.hwcaps));
330 vassert(are_valid_hwcaps(VexArchPPC64, vta->archinfo_host.hwcaps));
352 vassert(are_valid_hwcaps(VexArchS390X, vta->archinfo_host.hwcaps));
374 vassert(are_valid_hwcaps(VexArchARM, vta->archinfo_host.hwcaps));
396 vassert(are_valid_hwcaps(VexArchX86, vta->archinfo_guest.hwcaps));
412 vassert(are_valid_hwcaps(VexArchAMD64, vta->archinfo_guest.hwcaps));
    [all...]
host_s390_defs.h 481 (s390_archinfo_host->hwcaps & (VEX_HWCAPS_S390X_LDISP))
483 (s390_archinfo_host->hwcaps & (VEX_HWCAPS_S390X_EIMM))
485 (s390_archinfo_host->hwcaps & (VEX_HWCAPS_S390X_GIE))
487 (s390_archinfo_host->hwcaps & (VEX_HWCAPS_S390X_DFP))
489 (s390_archinfo_host->hwcaps & (VEX_HWCAPS_S390X_FGX))
host_x86_defs.h 491 carries the host's hwcaps so the assembler knows what to
494 UInt hwcaps; member in struct:__anon13526::__anon13527::__anon13545
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 171 UInt hwcaps; member in struct:__anon13567
    [all...]
host_s390_isel.c 84 UInt hwcaps; member in struct:__anon13497
    [all...]
host_amd64_isel.c 138 UInt hwcaps; member in struct:__anon13284
    [all...]
host_ppc_isel.c 268 UInt hwcaps; member in struct:__anon13454
    [all...]
guest_ppc_toIR.c 13337 UInt hwcaps = archinfo->hwcaps; local
    [all...]
guest_x86_toIR.c     [all...]
host_arm_isel.c 113 UInt hwcaps; member in struct:__anon13373
    [all...]
guest_amd64_toIR.c     [all...]
guest_arm_toIR.c     [all...]
  /external/valgrind/main/coregrind/
m_machine.c 417 /* For hwcaps detection on ppc32/64, s390x, and arm we'll need to do SIGILL
658 vai.hwcaps = VEX_HWCAPS_X86_SSE1;
659 vai.hwcaps |= VEX_HWCAPS_X86_SSE2;
661 vai.hwcaps |= VEX_HWCAPS_X86_LZCNT;
668 vai.hwcaps = VEX_HWCAPS_X86_SSE1;
674 vai.hwcaps = 0; /*baseline - no sse at all*/
733 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0)
865 vai.hwcaps = 0;
866 if (have_F) vai.hwcaps |= VEX_HWCAPS_PPC32_F;
867 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 132 /* Special value representing all available s390x hwcaps */
150 /* Get an ARM architecure level from HWCAPS */
166 UInt hwcaps; member in struct:__anon13586
  /external/valgrind/main/VEX/
test_main.c 166 /* FIXME: put sensible values into the .hwcaps fields */
168 vai_x86.hwcaps = VEX_HWCAPS_X86_SSE1
172 vai_amd64.hwcaps = 0;
175 vai_ppc32.hwcaps = 0;
    [all...]

Completed in 994 milliseconds