This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] add znver1 processor.


>>> On 10.03.15 at 08:49, <Ganesh.Gopalasubramanian@amd.com> wrote:
> Attached patch adds the following.
> 	* New AMD znver1 processor. The architecture has the below features
> 		* TBM, FMA4, XOP, LWP: ISAs are not supported.
> 		* SMAP, RDSEED, SHA, XSAVEC, XSAVES, CLFLUSHOPT, ADCX: ISAs are supported.
> 	* New CLZERO instruction support. 
> 		* clzero has opcode "0F 01 FC".
> 		* clzero gets enabled with CPUID, 8000_0008, EBX[0] =1.
> 		* clzero instruction zero's out the 64 byte cache line specified in rax. 
> Bits 5:0 of rAX are ignored

Is there _any_ public documentation available for this new processor
model?

Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]