📄 d10v-opts.html
字号:
<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="D10V-Opts">D10V-Opts</a>,
Next:<a rel="next" accesskey="n" href="D10V-Syntax.html#D10V-Syntax">D10V-Syntax</a>,
Up:<a rel="up" accesskey="u" href="D10V-Dependent.html#D10V-Dependent">D10V-Dependent</a>
<hr><br>
</div>
<h4 class="section">D10V Options</h4>
<p>The Mitsubishi D10V version of <code>as</code> has a few machine
dependent options.
<dl>
<dt><code>-O</code>
<dd>The D10V can often execute two sub-instructions in parallel. When this option
is used, <code>as</code> will attempt to optimize its output by detecting when
instructions can be executed in parallel.
<br><dt><code>--nowarnswap</code>
<dd>To optimize execution performance, <code>as</code> will sometimes swap the
order of instructions. Normally this generates a warning. When this option
is used, no warning will be generated when instructions are swapped.
<br><dt><code>--gstabs-packing</code>
<dd><br><dt><code>--no-gstabs-packing</code>
<dd><code>as</code> packs adjacent short instructions into a single packed
instruction. <code>--no-gstabs-packing</code> turns instruction packing off if
<code>--gstabs</code> is specified as well; <code>--gstabs-packing</code> (the
default) turns instruction packing on even when <code>--gstabs</code> is
specified.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -