/external/valgrind/main/VEX/priv/ |
H A D | 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...] |
H A D | 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))
|
H A D | host_x86_defs.h | 491 carries the host's hwcaps so the assembler knows what to 494 UInt hwcaps; member in struct:__anon13921::__anon13922::__anon13940 642 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
|
H A D | 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)); 2539 if (i->Xin.MFence.hwcaps & (VEX_HWCAPS_X86_SSE3 2545 if (i->Xin.MFence.hwcaps & VEX_HWCAPS_X86_SSE1) { 2553 if (i->Xin.MFence.hwcaps == 0/*baseline, no SSE*/) { 2559 vpanic("emit_X86Instr:mfence:hwcaps");
|
H A D | host_x86_isel.c | 171 UInt hwcaps; member in struct:__anon13962 3131 do { if (env->hwcaps == 0/*baseline, no sse*/) \ 3136 do { if (0 == (env->hwcaps & VEX_HWCAPS_X86_SSE2)) \ 3141 (env->hwcaps & VEX_HWCAPS_X86_SSE2) 3680 vex_printf("iselVecExpr (hwcaps = %s): can't reduce\n", 3681 LibVEX_ppVexHwCaps(VexArchX86,env->hwcaps)); 3960 addInstr(env, X86Instr_MFence(env->hwcaps)); 4091 UInt hwcaps_host = archinfo_host->hwcaps; 4118 env->hwcaps = hwcaps_host;
|
H A D | host_s390_isel.c | 84 UInt hwcaps; member in struct:__anon13892 2357 UInt hwcaps_host = archinfo_host->hwcaps; 2386 env->hwcaps = hwcaps_host;
|
H A D | host_amd64_isel.c | 138 UInt hwcaps; member in struct:__anon13679 3791 LibVEX_ppVexHwCaps(VexArchAMD64, env->hwcaps)); 4087 if (!(env->hwcaps & VEX_HWCAPS_AMD64_CX16)) 4184 UInt hwcaps_host = archinfo_host->hwcaps; 4210 env->hwcaps = hwcaps_host;
|
H A D | host_ppc_isel.c | 268 UInt hwcaps; member in struct:__anon13849 3858 env->hwcaps)); 4250 UInt hwcaps_host = archinfo_host->hwcaps; 4290 env->hwcaps = hwcaps_host;
|
H A D | guest_ppc_toIR.c | 13337 UInt hwcaps = archinfo->hwcaps; local 13343 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC64_V)); 13344 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC64_FX)); 13345 allow_GX = (0 != (hwcaps & VEX_HWCAPS_PPC64_GX)); 13346 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX)); 13348 allow_F = (0 != (hwcaps & VEX_HWCAPS_PPC32_F)); 13349 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC32_V)); 13350 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC32_FX)); 13351 allow_GX = (0 != (hwcaps [all...] |
H A D | guest_x86_toIR.c | 8240 if (archinfo->hwcaps == 0/*baseline, no sse at all*/) 9299 if (0 == (archinfo->hwcaps & VEX_HWCAPS_X86_SSE2)) 11546 /* if (0 == (archinfo->hwcaps & VEX_HWCAPS_X86_SSE3)) */ 11550 if (0 == (archinfo->hwcaps & VEX_HWCAPS_X86_SSE2)) 12664 && 0 != (archinfo->hwcaps & VEX_HWCAPS_X86_LZCNT)) { 14566 if (archinfo->hwcaps & VEX_HWCAPS_X86_SSE2) { 14571 if (archinfo->hwcaps & VEX_HWCAPS_X86_SSE1) { 14576 if (archinfo->hwcaps == 0/*no SSE*/) {
|
H A D | host_arm_isel.c | 113 UInt hwcaps; member in struct:__anon13768 6019 UInt hwcaps_host = archinfo_host->hwcaps; 6025 /* hwcaps should not change from one ISEL call to another. */
|
H A D | guest_amd64_toIR.c | 15639 && 0 != (archinfo->hwcaps & VEX_HWCAPS_AMD64_LZCNT)) { 18141 if (sz == 8 && !(archinfo->hwcaps & VEX_HWCAPS_AMD64_CX16)) 18255 if (archinfo->hwcaps == (VEX_HWCAPS_AMD64_SSE3
|
H A D | guest_arm_toIR.c | 12015 if (archinfo->hwcaps & VEX_HWCAPS_ARM_NEON) { 12059 //UInt hwcaps = archinfo->hwcaps; 12065 //allow_VFP = (0 != (hwcaps & VEX_HWCAPS_ARM_VFP)); 14232 //UInt hwcaps = archinfo->hwcaps; 14240 //allow_VFP = (0 != (hwcaps & VEX_HWCAPS_ARM_VFP)); 18172 if (archinfo->hwcaps & VEX_HWCAPS_ARM_NEON) {
|
/external/valgrind/main/coregrind/ |
H A D | 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 | [all...] |
H A D | m_main.c | 1227 "Arch and hwcaps: %s, %s\n", 1229 LibVEX_ppVexHwCaps ( vex_arch, vex_archinfo.hwcaps ) 1613 1, "main", "... arch = %s, hwcaps = %s\n", 1615 LibVEX_ppVexHwCaps ( vex_arch, vex_archinfo.hwcaps )
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
H A D | 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) < [all...] |
H A D | 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/ |
H A D | libvex.h | 132 /* Special value representing all available s390x hwcaps */ 166 UInt hwcaps; member in struct:__anon13981
|
/external/valgrind/main/VEX/ |
H A D | 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;
|