1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/test/MC
Matheus Almeida 33be312700 [mips] Add support for .cpload.
Summary:
This directive is used for setting up $gp in the beginning of a function.
It expands to three instructions if PIC is enabled:
lui   $gp, %hi(_gp_disp)
addui $gp, $gp, %lo(_gp_disp)
addu  $gp, $gp, $reg

_gp_disp is a special symbol that the linker sets to the distance between
the lui instruction and the context pointer (_gp).

Reviewers: dsanders

Reviewed By: dsanders

Differential Revision: http://reviews.llvm.org/D3480

llvm-svn: 207637
2014-04-30 11:28:42 +00:00
..
AArch64 AArch64/ARM64: add ARM64 runs to more MC tests. 2014-04-24 15:04:26 +00:00
ARM ARM: print COFF function header for Windows on ARM 2014-04-30 06:14:25 +00:00
ARM64 ARM64: use hex immediates for movz/movk instructions 2014-04-30 11:19:40 +00:00
AsmParser Integrated assbemler, macros: added 'vararg' argument qualifier support. 2014-04-23 06:56:28 +00:00
COFF MC: duplicate .file test for WoA (SVN r207341) 2014-04-27 16:10:57 +00:00
Disassembler ARM64: use hex immediates for movz/movk instructions 2014-04-30 11:19:40 +00:00
ELF Add an option for evaluating past symbols. 2014-04-28 20:53:11 +00:00
MachO Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
Markup
Mips [mips] Add support for .cpload. 2014-04-30 11:28:42 +00:00
PowerPC [MC] Emit an error if cfi_startproc is used before a symbol is defined. 2014-04-15 01:17:45 +00:00
Sparc [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc backend. 2014-03-02 23:39:07 +00:00
SystemZ [SystemZ] Add support for z196 float<->unsigned conversions 2014-03-21 10:56:30 +00:00
X86 [AVX512] Implemented integer conversions up/down with masking. 2014-04-22 11:36:19 +00:00