as: SH64 Opcodes

1 
1 9.43.4 Opcodes
1 --------------
1 
1 For detailed information on the SH64 machine instruction set, see
1 'SuperH 64 bit RISC Series Architecture Manual' (SuperH, Inc.).
1 
1    'as' implements all the standard SH64 opcodes.  In addition, the
1 following pseudo-opcodes may be expanded into one or more alternate
1 opcodes:
1 
1 'movi'
1      If the value doesn't fit into a standard 'movi' opcode, 'as' will
1      replace the 'movi' with a sequence of 'movi' and 'shori' opcodes.
1 
1 'pt'
1      This expands to a sequence of 'movi' and 'shori' opcode, followed
1      by a 'ptrel' opcode, or to a 'pta' or 'ptb' opcode, depending on
1      the label referenced.
1