diff options
Diffstat (limited to 'gas/doc/c-mips.texi')
-rw-r--r-- | gas/doc/c-mips.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 7d5d869..80b4160 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -260,6 +260,13 @@ Application Specific Extension. This tells the assembler to accept CAM instructions. @samp{-mno-loongson-cam} turns off this option. +@item -mloongson-ext +@itemx -mno-loongson-ext +Generate code for the Loongson EXTensions (EXT) instructions +Application Specific Extension. This tells the assembler to accept EXT +instructions. +@samp{-mno-loongson-ext} turns off this option. + @item -minsn32 @itemx -mno-insn32 Only use 32-bit instruction encodings when generating code for the @@ -1167,6 +1174,14 @@ instructions from the Loongson CAM from that point on in the assembly. The @code{.set noloongson-cam} directive prevents Loongson CAM instructions from being accepted. +@cindex Loongson EXTensions (EXT) instructions generation override +@kindex @code{.set loongson-ext} +@kindex @code{.set noloongson-ext} +The directive @code{.set loongson-ext} makes the assembler accept +instructions from the Loongson EXT from that point on in the assembly. +The @code{.set noloongson-ext} directive prevents Loongson EXT instructions +from being accepted. + Traditional MIPS assemblers do not support these directives. @node MIPS Floating-Point |