Home
last modified time | relevance | path

Searched refs:hwcaps (Results 1 – 19 of 19) sorted by relevance

/external/valgrind/main/VEX/priv/
Dmain_main.c70 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)); in LibVEX_Translate()
286 vassert(are_valid_hwcaps(VexArchAMD64, vta->archinfo_host.hwcaps)); in LibVEX_Translate()
308 vassert(are_valid_hwcaps(VexArchPPC32, vta->archinfo_host.hwcaps)); in LibVEX_Translate()
330 vassert(are_valid_hwcaps(VexArchPPC64, vta->archinfo_host.hwcaps)); in LibVEX_Translate()
352 vassert(are_valid_hwcaps(VexArchS390X, vta->archinfo_host.hwcaps)); in LibVEX_Translate()
374 vassert(are_valid_hwcaps(VexArchARM, vta->archinfo_host.hwcaps)); in LibVEX_Translate()
396 vassert(are_valid_hwcaps(VexArchX86, vta->archinfo_guest.hwcaps)); in LibVEX_Translate()
412 vassert(are_valid_hwcaps(VexArchAMD64, vta->archinfo_guest.hwcaps)); in LibVEX_Translate()
[all …]
Dhost_s390_defs.h481 (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))
Dhost_x86_defs.h494 UInt hwcaps; member
642 extern X86Instr* X86Instr_MFence ( UInt hwcaps );
Dhost_x86_defs.c702 X86Instr* X86Instr_MFence ( UInt hwcaps ) { in X86Instr_MFence() argument
705 i->Xin.MFence.hwcaps = hwcaps; in X86Instr_MFence()
706 vassert(0 == (hwcaps & ~(VEX_HWCAPS_X86_SSE1 in X86Instr_MFence()
1007 LibVEX_ppVexHwCaps(VexArchX86,i->Xin.MFence.hwcaps)); in ppX86Instr()
2539 if (i->Xin.MFence.hwcaps & (VEX_HWCAPS_X86_SSE3 in emit_X86Instr()
2545 if (i->Xin.MFence.hwcaps & VEX_HWCAPS_X86_SSE1) { in emit_X86Instr()
2553 if (i->Xin.MFence.hwcaps == 0/*baseline, no SSE*/) { in emit_X86Instr()
Dhost_x86_isel.c171 UInt hwcaps; member
3131 do { if (env->hwcaps == 0/*baseline, no sse*/) \ in iselVecExpr_wrk()
3136 do { if (0 == (env->hwcaps & VEX_HWCAPS_X86_SSE2)) \ in iselVecExpr_wrk()
3141 (env->hwcaps & VEX_HWCAPS_X86_SSE2) in iselVecExpr_wrk()
3681 LibVEX_ppVexHwCaps(VexArchX86,env->hwcaps)); in iselVecExpr_wrk()
3960 addInstr(env, X86Instr_MFence(env->hwcaps)); in iselStmt()
4091 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_X86()
4118 env->hwcaps = hwcaps_host; in iselSB_X86()
Dhost_s390_isel.c84 UInt hwcaps; member
2357 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_S390()
2386 env->hwcaps = hwcaps_host; in iselSB_S390()
Dhost_amd64_isel.c138 UInt hwcaps; member
3791 LibVEX_ppVexHwCaps(VexArchAMD64, env->hwcaps)); in iselVecExpr_wrk()
4087 if (!(env->hwcaps & VEX_HWCAPS_AMD64_CX16)) in iselStmt()
4184 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_AMD64()
4210 env->hwcaps = hwcaps_host; in iselSB_AMD64()
Dguest_ppc_toIR.c13337 UInt hwcaps = archinfo->hwcaps; in disInstr_PPC_WRK() local
13343 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC64_V)); in disInstr_PPC_WRK()
13344 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC64_FX)); in disInstr_PPC_WRK()
13345 allow_GX = (0 != (hwcaps & VEX_HWCAPS_PPC64_GX)); in disInstr_PPC_WRK()
13346 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC64_VX)); in disInstr_PPC_WRK()
13348 allow_F = (0 != (hwcaps & VEX_HWCAPS_PPC32_F)); in disInstr_PPC_WRK()
13349 allow_V = (0 != (hwcaps & VEX_HWCAPS_PPC32_V)); in disInstr_PPC_WRK()
13350 allow_FX = (0 != (hwcaps & VEX_HWCAPS_PPC32_FX)); in disInstr_PPC_WRK()
13351 allow_GX = (0 != (hwcaps & VEX_HWCAPS_PPC32_GX)); in disInstr_PPC_WRK()
13352 allow_VX = (0 != (hwcaps & VEX_HWCAPS_PPC32_VX)); in disInstr_PPC_WRK()
[all …]
Dhost_ppc_isel.c268 UInt hwcaps; member
3858 env->hwcaps)); in iselVecExpr_wrk()
4250 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_PPC()
4290 env->hwcaps = hwcaps_host; in iselSB_PPC()
Dguest_x86_toIR.c8240 if (archinfo->hwcaps == 0/*baseline, no sse at all*/) in disInstr_X86_WRK()
9299 if (0 == (archinfo->hwcaps & VEX_HWCAPS_X86_SSE2)) in disInstr_X86_WRK()
11550 if (0 == (archinfo->hwcaps & VEX_HWCAPS_X86_SSE2)) in disInstr_X86_WRK()
12664 && 0 != (archinfo->hwcaps & VEX_HWCAPS_X86_LZCNT)) { in disInstr_X86_WRK()
14566 if (archinfo->hwcaps & VEX_HWCAPS_X86_SSE2) { in disInstr_X86_WRK()
14571 if (archinfo->hwcaps & VEX_HWCAPS_X86_SSE1) { in disInstr_X86_WRK()
14576 if (archinfo->hwcaps == 0/*no SSE*/) { in disInstr_X86_WRK()
Dhost_arm_isel.c113 UInt hwcaps; member
6019 UInt hwcaps_host = archinfo_host->hwcaps; in iselSB_ARM()
Dguest_amd64_toIR.c15639 && 0 != (archinfo->hwcaps & VEX_HWCAPS_AMD64_LZCNT)) { in disInstr_AMD64_WRK()
18141 if (sz == 8 && !(archinfo->hwcaps & VEX_HWCAPS_AMD64_CX16)) in disInstr_AMD64_WRK()
18255 if (archinfo->hwcaps == (VEX_HWCAPS_AMD64_SSE3 in disInstr_AMD64_WRK()
Dguest_arm_toIR.c12015 if (archinfo->hwcaps & VEX_HWCAPS_ARM_NEON) { in decode_NV_instruction()
18172 if (archinfo->hwcaps & VEX_HWCAPS_ARM_NEON) { in disInstr_THUMB_WRK()
/external/valgrind/main/coregrind/
Dm_machine.c658 vai.hwcaps = VEX_HWCAPS_X86_SSE1; in VG_()
659 vai.hwcaps |= VEX_HWCAPS_X86_SSE2; in VG_()
661 vai.hwcaps |= VEX_HWCAPS_X86_LZCNT; in VG_()
668 vai.hwcaps = VEX_HWCAPS_X86_SSE1; in VG_()
674 vai.hwcaps = 0; /*baseline - no sse at all*/ in VG_()
733 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0) in VG_()
865 vai.hwcaps = 0; in VG_()
866 if (have_F) vai.hwcaps |= VEX_HWCAPS_PPC32_F; in VG_()
867 if (have_V) vai.hwcaps |= VEX_HWCAPS_PPC32_V; in VG_()
868 if (have_FX) vai.hwcaps |= VEX_HWCAPS_PPC32_FX; in VG_()
[all …]
Dm_main.c1229 LibVEX_ppVexHwCaps ( vex_arch, vex_archinfo.hwcaps ) in print_preamble()
1615 LibVEX_ppVexHwCaps ( vex_arch, vex_archinfo.hwcaps ) in valgrind_main()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_image.c409 PgHWCaps_t hwcaps; in ph_UpdateHWInfo() local
412 if (PgGetGraphicsHWCaps(&hwcaps) < 0) in ph_UpdateHWInfo()
417 this->info.video_mem=hwcaps.currently_available_video_ram/1024; in ph_UpdateHWInfo()
420 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &vmode) < 0) in ph_UpdateHWInfo()
429 if (hwcaps.currently_available_video_ram!=0) in ph_UpdateHWInfo()
524 PgHWCaps_t hwcaps; in ph_AllocHWSurface() local
562 if (PgGetGraphicsHWCaps(&hwcaps) < 0) in ph_AllocHWSurface()
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024; in ph_AllocHWSurface()
576 PgHWCaps_t hwcaps; in ph_FreeHWSurface() local
605 if (PgGetGraphicsHWCaps(&hwcaps) < 0) in ph_FreeHWSurface()
[all …]
DSDL_ph_video.c349 PgHWCaps_t hwcaps; in ph_VideoInit() local
389 if (PgGetGraphicsHWCaps(&hwcaps) < 0) in ph_VideoInit()
396 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &desktop_mode) < 0) in ph_VideoInit()
/external/valgrind/main/VEX/pub/
Dlibvex.h166 UInt hwcaps; member
/external/valgrind/main/VEX/
Dtest_main.c168 vai_x86.hwcaps = VEX_HWCAPS_X86_SSE1 in main()
172 vai_amd64.hwcaps = 0; in main()
175 vai_ppc32.hwcaps = 0; in main()