Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/doc/
Dc-mips.texi752 @kindex @code{.set noautoextend}
754 when necessary. The directive @code{.set noautoextend} will turn this
755 off. When @code{.set noautoextend} is in effect, any 32 bit instruction
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c237 int noautoextend; member
13833 if (mips_opts.noautoextend && !forced_insn_length) in mips16_ip()
15741 mips_opts.noautoextend = 0; in parse_code_option()
15743 mips_opts.noautoextend = 1; in parse_code_option()