According to x86 spec, loopz and loopnz should be supported for Intel syntax, where loopz is equivalent to loope and loopnz is equivalent to loopne
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D15148
Add support for loopz, loopnz for Intel syntax ClosedPublic Authored by myatsina on Dec 2 2015, 5:37 AM.
Details Summary According to x86 spec, loopz and loopnz should be supported for Intel syntax, where loopz is equivalent to loope and loopnz is equivalent to loopne
Diff Detail
Event Timelinemyatsina updated this object. This revision is now accepted and ready to land.Dec 2 2015, 5:47 AM Closed by commit rL254877: [X86] Add support for loopz, loopnz for Intel syntax (authored by myatsina). · Explain WhyDec 6 2015, 7:34 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42012 llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/test/MC/X86/intel-syntax.s
|