From 029f3522619e8b77a7b848be23f4c13e50087d8b Mon Sep 17 00:00:00 2001 From: Ganesh Gopalasubramanian Date: Tue, 17 Mar 2015 21:49:15 +0530 Subject: Add znver1 processor --- opcodes/i386-opc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'opcodes/i386-opc.h') diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h index 76402d1..ed486a3 100644 --- a/opcodes/i386-opc.h +++ b/opcodes/i386-opc.h @@ -192,6 +192,8 @@ enum CpuAVX512IFMA, /* Intel AVX-512 VBMI Instructions support required. */ CpuAVX512VBMI, + /* Clzero instruction required */ + CpuCLZERO, /* 64bit support required */ Cpu64, /* Not supported in the 64bit mode */ @@ -295,6 +297,7 @@ typedef union i386_cpu_flags unsigned int cpupcommit:1; unsigned int cpuavx512ifma:1; unsigned int cpuavx512vbmi:1; + unsigned int cpuclzero:1; unsigned int cpu64:1; unsigned int cpuno64:1; #ifdef CpuUnused -- cgit v1.1