Searched refs:opcodes (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/binutils/libopcodes/
H A DMakefile5 .PATH: ${SRCDIR}/opcodes
7 LIB= opcodes
10 CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
17 .PATH: ${BINUTILSDISTDIR}/bfd ${BINUTILSDISTDIR}/opcodes
18 CFLAGS+= -I${BINUTILSDISTDIR}/opcodes -I${BINUTILSDISTDIR}/bfd
/freebsd-9.3-release/contrib/binutils/
H A DMakefile.def40 host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
320 dependencies = { module=all-gdb; on=all-opcodes; };
340 dependencies = { module=all-binutils; on=all-opcodes; };
347 // We put install-opcodes before install-binutils because the installed
348 // binutils might be on PATH, and they might need the shared opcodes
350 dependencies = { module=install-binutils; on=install-opcodes; };
353 dependencies = { module=install-opcodes; on=install-bfd; };
357 dependencies = { module=all-gas; on=all-opcodes; };
363 dependencies = { module=all-gprof; on=all-opcodes; };
368 dependencies = { module=all-ld; on=all-opcodes; };
[all...]
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile5 .PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am682 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
683 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
884 echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
1029 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
1095 $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1097 $(srcdir)/../opcodes/fr30-opc.h cgen.h
1101 $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
1103 $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
1129 $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1134 $(srcdir)/../opcodes/i38
[all...]
H A Dconfigure1012 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
10130 # Do we need the opcodes library?
10140 *opcodes*) shared_opcodes=true ;;
10542 # do we need the opcodes library?
10545 OPCODES_LIB=../opcodes/libopcodes.la
16166 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen.sh29 # ACTION is currently always "opcodes". It exists to be consistent with the
83 opcodes)
H A DMakefile.am434 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
468 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
624 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
H A Dconfigure1012 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
2993 PACKAGE=opcodes
9718 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for opcodes commonbfdlib option" >&5
9719 echo "$as_me: error: bad value ${enableval} for opcodes commonbfdlib option" >&2;}
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Ddb_disasm.c110 * of the opcodes, But I didn't feel like it when typing in the table,
116 const struct opcode opcodes[] = { variable in typeref:struct:opcode
872 dis_ppc(opcodes, instr, loc);
/freebsd-9.3-release/contrib/binutils/bfd/
H A DMakefile.am1076 cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1114 $(srcdir)/../opcodes/sh-opc.h
1491 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1494 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1499 $(srcdir)/../opcodes/sh64-opc.h
1513 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1519 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
H A Dconfigure1013 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
/freebsd-9.3-release/contrib/binutils/binutils/
H A DMakefile.am115 OPCODES = ../opcodes/libopcodes.la
H A Dconfigure1012 --enable-commonbfdlib build shared BFD/opcodes/libiberty library
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c63 unsigned char * opcodes; member in struct:__anon443
68 /* We don't add stack adjustment opcodes immediately so that we can merge
2404 as_bad (_("selected processor does not support THUMB opcodes"));
2418 as_bad (_("selected processor does not support ARM opcodes"));
3212 /* See if we can use the short opcodes. These pop a block of up to 8
3325 /* We always generate FSTMD/FLDMD-style unwinding opcodes (rather
3442 /* Generate any deferred opcodes because we're going to be looking at
3457 i = unwind.opcodes[unwind.opcode_count - 1];
3472 i = unwind.opcodes[unwind.opcode_count - 2];
3490 /* We want to generate opcodes i
[all...]

Completed in 333 milliseconds