summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/msa/elm_cxcmsa.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal ↵Daniel Sanders2013-09-271-1/+1
| | | | | | error when using it in FR=0 mode. llvm-svn: 191498
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-281-0/+167
The MSA control registers have been added as reserved registers, and are only used via ISD::Copy(To|From)Reg. The intrinsics are lowered into these nodes. llvm-svn: 189468
OpenPOWER on IntegriCloud