Package jnr.x86asm
Class CpuInfo
- java.lang.Object
-
- jnr.x86asm.CpuInfo
-
public class CpuInfo extends java.lang.Object
Information about target CPU
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CpuInfo.Vendor
-
Field Summary
Fields Modifier and Type Field Description (package private) int
family
static CpuInfo
GENERIC
(package private) CpuInfo.Vendor
vendor
-
Constructor Summary
Constructors Constructor Description CpuInfo(CpuInfo.Vendor vendor, int family)
-
-
-
Field Detail
-
vendor
final CpuInfo.Vendor vendor
-
family
final int family
-
GENERIC
public static final CpuInfo GENERIC
-
-
Constructor Detail
-
CpuInfo
public CpuInfo(CpuInfo.Vendor vendor, int family)
-
-