summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/inlineasm3.ll
Commit message (Collapse)AuthorAgeFilesLines
* Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson2009-12-181-0/+12
| | | | | | | | The change in SelectionDAGBuilder is needed to allow using bitcasts to convert between f64 (the default type for ARM "d" registers) and 64-bit Neon vector types. Radar 7457110. llvm-svn: 91649
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-081-0/+13
- Also support the 'q' NEON registers asm code. llvm-svn: 90894
OpenPOWER on IntegriCloud