Home
last modified time | relevance | path

Searched refs:opcodes (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd-10-stable/gnu/usr.bin/binutils/libopcodes/
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-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DUnwindPlan.h181 GetDWARFExpr (const uint8_t **opcodes, uint16_t& len) const in GetDWARFExpr() argument
185 *opcodes = m_location.expr.opcodes; in GetDWARFExpr()
190 *opcodes = NULL; in GetDWARFExpr()
196 SetAtDWARFExpression (const uint8_t *opcodes, uint32_t len);
199 SetIsDWARFExpression (const uint8_t *opcodes, uint32_t len);
205 return m_location.expr.opcodes; in GetDWARFExpressionBytes()
234 const uint8_t *opcodes; member
/freebsd-10-stable/contrib/binutils/bfd/
Ddep-in.sed11 s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
12 s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DDWARFExpression.cpp1311 const DataExtractor& opcodes, in Evaluate() argument
1349 if (!opcodes.ValidOffsetForDataOfSize(opcodes_offset, opcodes_length)) in Evaluate()
1358 while (opcodes.ValidOffset(offset) && offset < end_offset) in Evaluate()
1361 const uint8_t op = opcodes.GetU8(&offset); in Evaluate()
1383 stack.push_back(Scalar(opcodes.GetAddress(&offset))); in Evaluate()
1519 uint8_t size = opcodes.GetU8(&offset); in Evaluate()
1656 …case DW_OP_const1u : stack.push_back(Scalar(( uint8_t)opcodes.GetU8 (&offset))); br… in Evaluate()
1657 …case DW_OP_const1s : stack.push_back(Scalar(( int8_t)opcodes.GetU8 (&offset))); br… in Evaluate()
1658 …case DW_OP_const2u : stack.push_back(Scalar((uint16_t)opcodes.GetU16 (&offset))); b… in Evaluate()
1659 …case DW_OP_const2s : stack.push_back(Scalar(( int16_t)opcodes.GetU16 (&offset))); b… in Evaluate()
[all …]
/freebsd-10-stable/contrib/binutils/gas/
Ddep-in.sed12 s!@SRCDIR@/\.\./opcodes!$(srcdir)/../opcodes!g
13 s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
DMakefile.in794 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
873 $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
875 $(srcdir)/../opcodes/fr30-opc.h cgen.h
880 $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
882 $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
913 $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
919 $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
927 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
958 subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \
960 $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/ip2k-opc.h \
[all …]
Dconfigure.in35 [ --enable-commonbfdlib build shared BFD/opcodes/libiberty library],
274 # Do we need the opcodes library?
284 *opcodes*) shared_opcodes=true ;;
583 # do we need the opcodes library?
586 OPCODES_LIB=../opcodes/libopcodes.la
720 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DUnwindPlan.cpp43 … return !memcmp (m_location.expr.opcodes, rhs.m_location.expr.opcodes, m_location.expr.length); in operator ==()
53 UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetAtDWARFExpression() argument
56 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
63 UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetIsDWARFExpression() argument
66 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
/freebsd-10-stable/contrib/binutils/
DMakefile.def320 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; };
374 dependencies = { module=configure-opcodes; on=configure-intl; };
[all …]
DMakefile.in416 @if opcodes
418 $$r/$(HOST_SUBDIR)/opcodes/.libs:$$r/$(HOST_SUBDIR)/prev-opcodes/.libs:
419 @endif opcodes
603 maybe-configure-opcodes \
729 @if opcodes-no-bootstrap
730 all-host: maybe-all-opcodes
731 @endif opcodes-no-bootstrap
866 info-host: maybe-info-opcodes
972 dvi-host: maybe-dvi-opcodes
1078 pdf-host: maybe-pdf-opcodes
[all …]
DMAINTAINERS16 bfd/; binutils/; gas/; gprof/; ld/; opcodes/; cpu/; BFD's part of include/
22 cgen/; cgen parts of opcodes/, sim/ & include/
25 May need separate opcodes/ or sim/ approval for
DFREEBSD-upgrade14 src/ld src/libiberty src/opcodes
28 hard-coded configure script in the opcodes subdirectory)
/freebsd-10-stable/contrib/gdb/
Dmd5.sum2810 642459f0a2056219260229c61f154312 opcodes/ChangeLog
2811 1b4b8646bdc7ad5a2f9071d8ac8b024e opcodes/ChangeLog-0001
2812 83ac14eead5eda1862cc926b82d35cea opcodes/ChangeLog-0203
2813 568db2b4641150f46a18da55529d8d3b opcodes/ChangeLog-9297
2814 fc3adcd099179b77d2adb79ada21a89c opcodes/ChangeLog-9899
2815 d618facc3e8ce8bf3d02ba452e1be6ab opcodes/MAINTAINERS
2816 1bc951e4a53ae1bb7d15b2b251863a11 opcodes/Makefile.am
2817 f8d110e3944f1add5ad62bdcb1dad83f opcodes/Makefile.in
2818 9941095a567267c8af6e2847165ef2fa opcodes/a29k-dis.c
2819 bd5eb3fd0135ccc8fe3f80b61c245322 opcodes/acinclude.m4
[all …]
DFREEBSD-Xlist58 gdb-*/opcodes/*
/freebsd-10-stable/contrib/binutils/include/opcode/
DChangeLog35 to opcodes/i386-opc.h.
202 * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come
269 (CGEN_ATTR_VALUE): Reference macros generated in opcodes/<arch>-desc.h.
285 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.
296 before corresponding pa11 opcodes. Add strict pa10 register-immediate
352 implicit space-register addressing. Set space-register bits on opcodes
354 long-immediate opcodes. Remove various opcodes using implicit 3-bit
356 fstw opcodes.
DChangeLog-9103229 * msp430.h: New file. Defines msp430 opcodes.
233 * h8300.h: Added some more pseudo opcodes for system call
298 * tic4x.h: File reordering. Added enhanced opcodes.
307 * tic4x.h: Added new opcodes and corrected some bugs. Add support
320 * mips.h: Update comment for new opcodes.
472 structure for parallel opcodes.
540 * arc.h: Add prototypes from opcodes/arc-opc.c.
811 Move related opcodes closer to each other.
812 Minor changes in comments, list undefined opcodes.
820 * i860.h (btne, bte, bla): Changed these opcodes
[all …]
/freebsd-10-stable/contrib/binutils/gas/doc/
Dc-avr.texi67 @cindex @code{-mall-opcodes} command line option, AVR
68 @item -mall-opcodes
69 Accept all AVR opcodes, even if not supported by @code{-mmcu}.
222 @code{@value{AS}} implements all the standard AVR opcodes.
223 The following table summarizes the AVR opcodes, and their arguments.
/freebsd-10-stable/contrib/binutils/opcodes/
DChangeLog17 * po/opcodes.pot: Regenerate.
220 * opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
222 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
316 * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
340 * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
507 * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
513 * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
515 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
DChangeLog-929723 was `yes', or was set to `*opcodes*'.
59 * arm-dis.c: Add support for disassembling Thumb opcodes.
65 (thumb_opcodes): Table of Thumb opcodes.
195 determining opcodes.
260 * d30v-dis.c (print_insn): Fix disassembly of SHORT_D2 opcodes.
355 * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other.
365 opcodes..
446 (print_insn_sparc): Sort opcodes by sorting table of pointers.
460 FP. Mark ISA1 insns. Consolidate duplicate opcodes where
659 * ppc-opc.c: Add PPC 403 instructions and extended opcodes. From
[all …]
DChangeLog-0203388 * po/opcodes.pot: Regenerate.
402 * po/opcodes.pot: Regenerate.
499 opcodes.
502 opcodes and renumber the remaining lines repectively.
551 * po/opcodes.pot: Regenerate.
576 * po/opcodes.pot: Regenerate.
1066 we iterate through the opcodes.
1188 (mips_builtin_opcodes): Add vr4120, vr5400 and vr5500 opcodes.
1667 Fix n parameter of ldm opcodes: The opcode contains (n-1).
1721 (mips_builtin_op): Add comment indicating that opcodes of the
[all …]
Dconfigure.in18 AM_INIT_AUTOMAKE(opcodes, ${BFD_VERSION})
40 [ --enable-commonbfdlib build shared BFD/opcodes/libiberty library],
44 *) AC_MSG_ERROR([bad value ${enableval} for opcodes commonbfdlib option]) ;;
DChangeLog-2006165 "diexq" and "diexq." opcodes.
536 * opcodes/mips-dis.c (mips16_to_32_reg_map, mips16_reg_names):
548 * opcodes/arm-dis.c (coprocessor_opcodes): Add %A, %B, %k, convert
672 * i386-dis.c (IS_3BYTE_OPCODE): New for 3-byte opcodes used by
681 (print_insn): Handle 3-byte opcodes used by Intel Merom New
806 * m68k-opc.c (m68k_opcodes): Fix opcodes for ColdFire f?abss,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DDWARFExpression.h347 const DataExtractor& opcodes,
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
DMakefile5 .PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
/freebsd-10-stable/contrib/binutils/binutils/
DREADME9 pair of libraries (bfd and opcodes) and a common set of header files
69 configure. This will build the BFD and opcodes libraries as shared
73 a binutils release are bfd and opcodes.
217 of the opcodes and binutils files trap a bug in the DEC C optimizer,

12345