summaryrefslogtreecommitdiff
path: root/insns.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-06 19:54:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-06 19:54:28 -0700
commit42a8caecb5891402c039a4154a8e17aee735afc2 (patch)
treec6bf37f840a916c7d3565182a5d5eea1878b39a1 /insns.h
parent7334e3ac2377f19af8c53fd55a240977632761a2 (diff)
downloadnasm-42a8caecb5891402c039a4154a8e17aee735afc2.tar.gz
Sandy Bridge, not Sandy Banks; add Westmere
Diffstat (limited to 'insns.h')
-rw-r--r--insns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/insns.h b/insns.h
index 7a0ecff7..7189a55c 100644
--- a/insns.h
+++ b/insns.h
@@ -115,7 +115,8 @@ extern const struct disasm_index itable[256];
#define IF_PRESCOTT 0x09000000UL /* Prescott instructions */
#define IF_X86_64 0x0A000000UL /* x86-64 instruction (long or legacy mode) */
#define IF_NEHALEM 0x0B000000UL /* Nehalem instruction */
-#define IF_SANDYBANKS 0x0C000000UL /* Sandy Banks instruction */
+#define IF_WESTMERE 0x0C000000UL /* Westmere instruction */
+#define IF_SANDYBRIDE 0x0D000000UL /* Sandy Bridge instruction */
#define IF_X64 (IF_LONG|IF_X86_64)
#define IF_IA64 0x0F000000UL /* IA64 instructions (in x86 mode) */
#define IF_CYRIX 0x10000000UL /* Cyrix-specific instruction */