summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/intel-syntax-32.s
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Don't accept (%si,%bp) 16-bit address expressions.Craig Topper2018-06-221-0/+6
The second register is the index register and should only be %si or %di if used with a base register. And in that case the base register should be %bp or %bx. This makes us compatible with gas. We do still need to support both orders with Intel syntax which uses [bp+si] and [si+bp] llvm-svn: 335384
OpenPOWER on IntegriCloud