HomeSort by relevance Sort by last modified time
    Searched defs:mips16 (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.h 69 unsigned int mips16 : 1; member in struct:mips_segment_info
74 /* This field is nonzero if the symbol is the target of a MIPS16 jump. */
tc-mips.c 140 decided to use an extended MIPS16 instruction, this includes the
159 /* True for mips16 instructions that jump to an absolute address. */
205 /* Whether we are assembling for the mips16 processor. 0 if we are
207 Changed by `.set mips16' and `.set nomips16', and the -mips16 and
209 int mips16; member in struct:mips_set_options
235 /* Non-zero if we should not autoextend mips16 instructions.
282 /* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /* micromips */ -1,
293 /* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /* micromips */ -1,
309 /* True if any MIPS16 code was produced. *
    [all...]

Completed in 511 milliseconds