cpu: Add Intel Haswell cpu model

The new model supports following features in addition to those supported
by SandyBridge:

fma, pcid, movbe, fsgsbase, bmi1, hle, avx2, smep, bmi2, erms, invpcid,
rtm
This commit is contained in:
Peter Krempa 2012-10-30 16:16:10 +01:00
parent 70f0bbe8e0
commit bb2704e7b5

View File

@ -495,6 +495,22 @@
<feature name='rdtscp'/>
</model>
<model name='Haswell'>
<model name='SandyBridge'/>
<feature name='fma'/>
<feature name='pcid'/>
<feature name='movbe'/>
<feature name='fsgsbase'/>
<feature name='bmi1'/>
<feature name='hle'/>
<feature name='avx2'/>
<feature name='smep'/>
<feature name='bmi2'/>
<feature name='erms'/>
<feature name='invpcid'/>
<feature name='rtm'/>
</model>
<!-- AMD CPUs -->
<model name='athlon'>
<model name='pentiumpro'/>