1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Target/Mips/AsmParser
Simon Atanasyan 01b3e42958 [mips] Implement .cpadd directive
This directive inserts code to add $gp to the argument's register when
support for position independent code is enabled.

For example, this code:
  .cpadd $4
expands to:
  addu $4, $4, $gp
2020-03-22 23:34:32 +03:00
..
CMakeLists.txt
LLVMBuild.txt
MipsAsmParser.cpp [mips] Implement .cpadd directive 2020-03-22 23:34:32 +03:00