summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/cplocal.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Implement .cplocal directiveSimon Atanasyan2019-07-171-0/+45
This directive forces to use the alternate register for context pointer. For example, this code: .cplocal $4 jal foo expands to: ld $25, %call16(foo)($4) jalr $25 Differential Revision: https://reviews.llvm.org/D64743 llvm-svn: 366300
OpenPOWER on IntegriCloud