mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[X86][SLM] Fix typo using SandyBridge resources.
Luckily this was on instructions not supported on Silvermont.... llvm-svn: 330351
This commit is contained in:
parent
dbc9567673
commit
01d39b2bf9
@ -113,8 +113,8 @@ defm : SLMWriteResPair<WritePOPCNT, [SLM_IEC_RSV0], 3>;
|
||||
|
||||
// BMI1 BEXTR, BMI2 BZHI
|
||||
// NOTE: These don't exist on Silvermont. Ports are guesses.
|
||||
defm : SBWriteResPair<WriteBEXTR, [SLM_IEC_RSV0], 1>;
|
||||
defm : SBWriteResPair<WriteBZHI, [SLM_IEC_RSV0], 1>;
|
||||
defm : SLMWriteResPair<WriteBEXTR, [SLM_IEC_RSV0], 1>;
|
||||
defm : SLMWriteResPair<WriteBZHI, [SLM_IEC_RSV0], 1>;
|
||||
|
||||
// This is quite rough, latency depends on the dividend.
|
||||
defm : SLMWriteResPair<WriteIDiv, [SLM_IEC_RSV01, SLMDivider], 25, [1,25], 1, 4>;
|
||||
|
Loading…
Reference in New Issue
Block a user