Home
last modified time | relevance | path

Searched refs:x86Flags (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86_cpudetect.c222 cpuinfo.x86Flags = 0; in cpudetectInit()
240 cpuinfo.x86Flags = regs[ 3 ]; in cpudetectInit()
455 cpucaps.hasFloatingPointUnit = ( cpuinfo.x86Flags >> 0 ) & 1; in cpudetectInit()
456 cpucaps.hasVirtual8086ModeEnhancements = ( cpuinfo.x86Flags >> 1 ) & 1; in cpudetectInit()
457 cpucaps.hasDebuggingExtensions = ( cpuinfo.x86Flags >> 2 ) & 1; in cpudetectInit()
458 cpucaps.hasPageSizeExtensions = ( cpuinfo.x86Flags >> 3 ) & 1; in cpudetectInit()
459 cpucaps.hasTimeStampCounter = ( cpuinfo.x86Flags >> 4 ) & 1; in cpudetectInit()
460 cpucaps.hasModelSpecificRegisters = ( cpuinfo.x86Flags >> 5 ) & 1; in cpudetectInit()
461 cpucaps.hasPhysicalAddressExtension = ( cpuinfo.x86Flags >> 6 ) & 1; in cpudetectInit()
462 cpucaps.hasMachineCheckArchitecture = ( cpuinfo.x86Flags >> 7 ) & 1; in cpudetectInit()
[all …]
H A Dix86-64.h191 u32 x86Flags; // Feature Flags member
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A Dcpustate_aarch64.hpp565 void setCPSRRegisterFromX86(u_int64_t x86Flags);
567 void setCPSRRegisterFromX86FP(u_int64_t x86Flags);