⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mips-autoextend.html

📁 gcc手册
💻 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="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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -