as: AArch64 Opcodes

1 
1 9.1.6 Opcodes
1 -------------
1 
1 GAS implements all the standard AArch64 opcodes.  It also implements
1 several pseudo opcodes, including several synthetic load instructions.
1 
1 'LDR ='
1             ldr <register> , =<expression>
1 
1      The constant expression will be placed into the nearest literal
1      pool (if it not already there) and a PC-relative LDR instruction
1      will be generated.
1 
1    For more information on the AArch64 instruction set and assembly
1 language notation, see 'ARMv8 Instruction Set Overview' available at
1 <http://infocenter.arm.com>.
1