OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:micromips
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-mips.h
70
unsigned int
micromips
: 1;
member in struct:mips_segment_info
tc-mips.c
212
by `.set
micromips
' and `.set nomicromips', and the -mmicromips
213
and -mno-
micromips
command line options, and the default CPU. */
214
int
micromips
;
member in struct:mips_set_options
238
/* True if we should only emit 32-bit
microMIPS
instructions.
282
/* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /*
micromips
*/ -1,
293
/* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /*
micromips
*/ -1,
321
/* True if any
microMIPS
code was produced. */
393
|| (mips_opts.
micromips
\
409
|| mips_opts.
micromips
\
503
/* Return true if the given CPU supports the
microMIPS
ASE. *
[
all
...]
Completed in 277 milliseconds