Searched defs:hwcaps (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/v8/src/base/
H A Dcpu.cc407 // Try to extract the list of CPU features from ELF hwcaps.
408 uint32_t hwcaps = ReadELFHWCaps(); local
409 if (hwcaps != 0) {
410 has_idiva_ = (hwcaps & HWCAP_IDIVA) != 0;
411 has_neon_ = (hwcaps & HWCAP_NEON) != 0;
412 has_vfp_ = (hwcaps & HWCAP_VFP) != 0;
413 has_vfp3_ = (hwcaps & (HWCAP_VFPv3 | HWCAP_VFPv3D16 | HWCAP_VFPv4)) != 0;
414 has_vfp3_d32_ = (has_vfp3_ && ((hwcaps & HWCAP_VFPv3D16) == 0 ||
415 (hwcaps & HWCAP_VFPD32) != 0));
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c409 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 DSDL_ph_video.c349 PgHWCaps_t hwcaps; local
389 if (PgGetGraphicsHWCaps(&hwcaps) < 0)
396 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &desktop_mode) < 0)
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c603 /* Extract the list of CPU features from ELF hwcaps */
604 uint32_t hwcaps = get_elf_hwcap(); local
606 if (hwcaps != 0) {
607 int has_vfp = (hwcaps & HWCAP_VFP);
608 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);
609 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16);
610 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
611 int has_neon = (hwcaps & HWCAP_NEON);
612 int has_idiva = (hwcaps & HWCAP_IDIVA);
613 int has_idivt = (hwcaps
[all...]
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c603 /* Extract the list of CPU features from ELF hwcaps */
604 uint32_t hwcaps = get_elf_hwcap(); local
606 if (hwcaps != 0) {
607 int has_vfp = (hwcaps & HWCAP_VFP);
608 int has_vfpv3 = (hwcaps & HWCAP_VFPv3);
609 int has_vfpv3d16 = (hwcaps & HWCAP_VFPv3D16);
610 int has_vfpv4 = (hwcaps & HWCAP_VFPv4);
611 int has_neon = (hwcaps & HWCAP_NEON);
612 int has_idiva = (hwcaps & HWCAP_IDIVA);
613 int has_idivt = (hwcaps
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c119 UInt hwcaps; member in struct:__anon31811
2158 //ZZ if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
2482 //ZZ if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
2692 //ZZ if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
6022 //ZZ if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
6394 //ZZ if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
6562 //ZZ if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
6989 UInt hwcaps_host = archinfo_host->hwcaps;
7016 env->hwcaps = hwcaps_host;
H A Dhost_arm_isel.c118 UInt hwcaps; member in struct:__anon31904
1642 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
1937 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
2147 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
5415 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
5707 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
5838 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
5913 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
5989 if (env->hwcaps & VEX_HWCAPS_ARM_NEON) {
6073 if (env->hwcaps
[all...]
H A Dhost_mips_isel.c120 UInt hwcaps; member in struct:__anon31971
4144 UInt hwcaps_host = archinfo_host->hwcaps;
4178 env->hwcaps = hwcaps_host;
4180 env->hwcaps = hwcaps_host;
H A Dhost_s390_isel.c112 UInt hwcaps; member in struct:__anon32134
4089 UInt hwcaps_host = archinfo_host->hwcaps;
4091 /* KLUDGE: export hwcaps. */
4127 env->hwcaps = hwcaps_host;
H A Dhost_amd64_isel.c156 UInt hwcaps; member in struct:__anon31728
3709 LibVEX_ppVexHwCaps(VexArchAMD64, env->hwcaps));
4271 LibVEX_ppVexHwCaps(VexArchAMD64, env->hwcaps));
4647 if (!(env->hwcaps & VEX_HWCAPS_AMD64_CX16))
4866 UInt hwcaps_host = archinfo_host->hwcaps;
4898 env->hwcaps = hwcaps_host;
H A Dhost_ppc_isel.c284 UInt hwcaps; member in struct:__anon32068
5250 env->hwcaps));
5903 UInt hwcaps_host = archinfo_host->hwcaps;
5962 env->hwcaps = hwcaps_host;
H A Dhost_x86_defs.h517 host's hwcaps so the assembler knows what to emit. */
519 UInt hwcaps; member in struct:__anon32163::__anon32164::__anon32184
681 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
H A Dhost_x86_isel.c181 UInt hwcaps; member in struct:__anon32208
3259 do { if (env->hwcaps == 0/*baseline, no sse*/ \
3260 || env->hwcaps == VEX_HWCAPS_X86_MMXEXT /*Integer SSE*/) \
3265 do { if (0 == (env->hwcaps & VEX_HWCAPS_X86_SSE2)) \
3270 (env->hwcaps & VEX_HWCAPS_X86_SSE2)
3845 vex_printf("iselVecExpr (hwcaps = %s): can't reduce\n",
3846 LibVEX_ppVexHwCaps(VexArchX86,env->hwcaps));
4166 addInstr(env, X86Instr_MFence(env->hwcaps));
4429 UInt hwcaps_host = archinfo_host->hwcaps;
4461 env->hwcaps
[all...]
H A Dguest_ppc_toIR.c18504 UInt hwcaps = archinfo->hwcaps; local
18510 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC64_V));
18511 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC64_FX));
18512 allow_GX = (0 != (hwcaps & VEX_HWCAPS_PPC64_GX));
18513 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX));
18514 allow_DFP = (0 != (hwcaps & VEX_HWCAPS_PPC64_DFP));
18515 allow_isa_2_07 = (0 != (hwcaps & VEX_HWCAPS_PPC64_ISA2_07));
18517 allow_F = (0 != (hwcaps & VEX_HWCAPS_PPC32_F));
18518 allow_V = (0 != (hwcaps
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex.h148 /* Special value representing all available s390x hwcaps */
274 UInt hwcaps; member in struct:__anon32247

Completed in 329 milliseconds