mips-autoextend.html

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

HTML
33
字号
<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="MIPS%20autoextend">MIPS autoextend</a>,

Next:<a rel="next" accesskey="n" href="MIPS-insn.html#MIPS%20insn">MIPS insn</a>,

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

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

<hr><br>

</div>



<h4 class="section">Directives for extending MIPS 16 bit instructions</h4>



   <p>By default, MIPS 16 instructions are automatically extended to 32 bits

when necessary.  The directive <code>.set noautoextend</code> will turn this

off.  When <code>.set noautoextend</code> is in effect, any 32 bit instruction

must be explicitly extended with the <code>.e</code> modifier (e.g.,

<code>li.e $4,1000</code>).  The directive <code>.set autoextend</code> may be used

to once again automatically extend instructions when necessary.



   <p>This directive is only meaningful when in MIPS 16 mode.  Traditional

<small>MIPS</small> assemblers do not support this directive.



   </body></html>



⌨️ 快捷键说明

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