Searched refs:mips16 (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/binutils/libopcodes/
H A DMakefile.mips3 SRCS+= mips-dis.c mips-opc.c mips16-opc.c
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/
H A Dld.ucore.S49 *(.mips16.fn.*)
50 *(.mips16.call.*)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c147 /* True if this is a mips16 instruction and if we want the extended
173 /* True for mips16 instructions that jump to an absolute address. */
217 /* Whether we are assembling for the mips16 processor. 0 if we are
219 Changed by `.set mips16' and `.set nomips16', and the -mips16 and
221 int mips16; member in struct:mips_set_options
240 /* Non-zero if we should not autoextend mips16 instructions.
279 /* True if -mips16 was passed or implied by arguments passed on the
438 (strncmp (TARGET_CPU, "mips16", sizeof ("mips16")
[all...]
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub255 | mips16 \
336 | mips16-* \
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub240 | mips16 \
311 | mips16-* \
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub263 | mips16 \
350 | mips16-* \
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub240 | mips16 \
312 | mips16-* \
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1193 | mips16 \
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub595 | mips16 \
721 | mips16-* \
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub595 | mips16 \
721 | mips16-* \
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1195 | mips16 \
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub274 | mips16 \
393 | mips16-* \
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub273 | mips16 \
391 | mips16-* \
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub272 | mips16 \
388 | mips16-* \
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub274 | mips16 \
401 | mips16-* \
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub273 | mips16 \
391 | mips16-* \
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub274 | mips16 \
400 | mips16-* \
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub271 | mips16 \
398 | mips16-* \
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub274 | mips16 \
399 | mips16-* \
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub274 | mips16 \
399 | mips16-* \
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.am150 mips16-opc.c \
296 mips16-opc.lo \
1023 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
H A DMakefile.in374 mips16-opc.c \
520 mips16-opc.lo \
1570 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.c1176 /* Lots of mips16 instruction formats */
1543 int mips16; local
1547 mips16 = pc_is_mips16 (addr);
1553 if (mips16)
1844 /* This mips16 case isn't necessarily reliable. Sometimes the compiler
5069 /* If PC is in a mips16 call or return stub, return the address of the target
5082 See the source code for the stubs in gcc/config/mips/mips16.S for

Completed in 212 milliseconds