sh64-opcodes.html

来自「gcc手册」· HTML 代码 · 共 43 行

HTML
43
字号
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="SH64%20Opcodes">SH64 Opcodes</a>,

Previous:<a rel="previous" accesskey="p" href="SH64-Directives.html#SH64%20Directives">SH64 Directives</a>,

Up:<a rel="up" accesskey="u" href="SH64-Dependent.html#SH64-Dependent">SH64-Dependent</a>

<hr><br>

</div>



<h4 class="section">Opcodes</h4>



   <p>For detailed information on the SH64 machine instruction set, see

<cite>SuperH 64 bit RISC Series Architecture Manual</cite> (SuperH, Inc.).



   <p><code>as</code> implements all the standard SH64 opcodes.  In

addition, the following pseudo-opcodes may be expanded into one or more

alternate opcodes:



     <dl>



     <br><dt><code>movi</code>

     <dd>If the value doesn't fit into a standard <code>movi</code> opcode,

<code>as</code> will replace the <code>movi</code> with a sequence of

<code>movi</code> and <code>shori</code> opcodes.



     <br><dt><code>pt</code>

     <dd>This expands to a sequence of <code>movi</code> and <code>shori</code> opcode,

followed by a <code>ptrel</code> opcode, or to a <code>pta</code> or <code>ptb</code>

opcode, depending on the label referenced.



   </dl>



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?