Home
last modified time | relevance | path

Searched refs:noautoextend (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/doc/
Dc-mips.texi758 @kindex @code{.set noautoextend}
760 when necessary. The directive @code{.set noautoextend} will turn this
761 off. When @code{.set noautoextend} is in effect, any 32 bit instruction
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c237 int noautoextend; member
13730 if (mips_opts.noautoextend && !forced_insn_length) in mips16_ip()
15721 mips_opts.noautoextend = 0; in parse_code_option()
15723 mips_opts.noautoextend = 1; in parse_code_option()