Home
last modified time | relevance | path

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

123456

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h157 *opcodes = m_location.expr.opcodes; in GetDWARFExpr()
160 *opcodes = nullptr; in GetDWARFExpr()
165 void SetAtDWARFExpression(const uint8_t *opcodes, uint32_t len);
167 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len);
171 return m_location.expr.opcodes; in GetDWARFExpressionBytes()
193 const uint8_t *opcodes; member
241 m_value.expr.opcodes = opcodes; in SetIsDWARFExpression()
271 *opcodes = m_value.expr.opcodes; in GetDWARFExpr()
274 *opcodes = nullptr; in GetDWARFExpr()
281 return m_value.expr.opcodes; in GetDWARFExpressionBytes()
[all …]
/freebsd-12.1/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-12.1/contrib/binutils/bfd/
H A Ddep-in.sed11 s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
12 s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
/freebsd-12.1/contrib/binutils/gas/
H A Ddep-in.sed12 s!@SRCDIR@/\.\./opcodes!$(srcdir)/../opcodes!g
13 s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
H A DMakefile.in794 $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
875 $(srcdir)/../opcodes/fr30-opc.h cgen.h
880 $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
970 $(srcdir)/../opcodes/cgen-types.h ../bfd/bfd_stdint.h \
1021 $(srcdir)/../opcodes/mcore-opc.h $(INCDIR)/safe-ctype.h
1167 $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1183 $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1257 $(srcdir)/../opcodes/xc16x-opc.h cgen.h dwarf2dbg.h \
1284 $(srcdir)/../opcodes/z8k-opc.h
2658 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
[all …]
H A 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-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp1362 const uint8_t op = opcodes.GetU8(&offset); in Evaluate()
1541 uint8_t size = opcodes.GetU8(&offset); in Evaluate()
1775 uint8_t pick_idx = opcodes.GetU8(&offset); in Evaluate()
2437 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
2504 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
2920 uint64_t index = opcodes.GetULEB128(&offset); in Evaluate()
2947 uint64_t index = opcodes.GetULEB128(&offset); in Evaluate()
3350 DataExtractor opcodes = m_data; in MatchesOperand() local
3351 uint8_t opcode = opcodes.GetU8(&op_offset); in MatchesOperand()
3384 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp42 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes, in operator ==()
53 const uint8_t *opcodes, uint32_t len) { in SetAtDWARFExpression() argument
55 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
62 const uint8_t *opcodes, uint32_t len) { in SetIsDWARFExpression() argument
64 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
155 return !memcmp(m_value.expr.opcodes, rhs.m_value.expr.opcodes, in operator ==()
/freebsd-12.1/contrib/binutils/
H A DMakefile.def320 dependencies = { module=all-gdb; on=all-opcodes; };
340 dependencies = { module=all-binutils; on=all-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; };
375 dependencies = { module=all-opcodes; on=all-bfd; };
376 dependencies = { module=all-opcodes; on=all-libiberty; };
377 dependencies = { module=all-opcodes; on=all-intl; };
401 dependencies = { module=all-sid; on=all-opcodes; };
[all …]
H A DMakefile.in5775 maybe-all-opcodes: all-opcodes
5776 all-opcodes: configure-opcodes
6032 maybe-info-opcodes: info-opcodes
6057 maybe-dvi-opcodes: dvi-opcodes
6082 maybe-pdf-opcodes: pdf-opcodes
6107 maybe-html-opcodes: html-opcodes
6132 maybe-TAGS-opcodes: TAGS-opcodes
47320 mv stage1-opcodes opcodes
47504 mv stage2-opcodes opcodes ; \
47736 mv stage3-opcodes opcodes ; \
[all …]
H A 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
H A DFREEBSD-upgrade14 src/ld src/libiberty src/opcodes
28 hard-coded configure script in the opcodes subdirectory)
/freebsd-12.1/contrib/gdb/
H A Dmd5.sum2837 9c04535abc91223c5325489d9a6c8a62 opcodes/cgen.sh
2942 81a682289129e3eefb7cfd6ce9d10d92 opcodes/opintl.h
2947 93e9872a6096711dee69bc165d423a7a opcodes/pj-dis.c
2948 371eac8c21b8b61b0d712e0d1c26f787 opcodes/pj-opc.c
2955 6b929b1d601cd881be5a6899e9a1fbb2 opcodes/sh-dis.c
2956 afbfe6f26aac30de258db48899a954e7 opcodes/sh-opc.h
2963 8e4842844d864baf1d2056cf0651c2df opcodes/sysdep.h
2985 2a45485bb48273548e787a52a8fd93dd opcodes/z8kgen.c
2988 6d3b93858658dada9e01f04ea2aa2155 opcodes/po/da.po
2989 d9c5d53f5447b9fbd27f92ef1ecbbe5f opcodes/po/de.po
[all …]
/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c306 size_t opcodes; in bhnd_sprom_opcode_init_entry() local
329 opcodes = (state->input - state->layout->bindings); in bhnd_sprom_opcode_init_entry()
330 if (opcodes > UINT16_MAX) { in bhnd_sprom_opcode_init_entry()
332 "%zu\n", opcodes); in bhnd_sprom_opcode_init_entry()
335 entry->opcodes = opcodes; in bhnd_sprom_opcode_init_entry()
352 BHND_NV_ASSERT(entry->opcodes < state->layout->bindings_size, in bhnd_sprom_opcode_seek()
360 state->input = state->layout->bindings + entry->opcodes; in bhnd_sprom_opcode_seek()
H A Dbhnd_nvram_data_spromvar.h151 uint16_t opcodes; /**< SPROM opcode offset */ member
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td85 // set of opcodes.
161 // Check that the instruction opcode is one of the opcodes in set `Opcodes`.
209 // `opcodes` list, and each case is associated with MCStatement `caseStmt`.
210 class MCOpcodeSwitchCase<list<Instruction> opcodes, MCStatement caseStmt> {
211 list<Instruction> Opcodes = opcodes;
264 // a) MI's opcode is in the `opcodes` set, and
276 class InstructionEquivalenceClass<list<Instruction> opcodes,
279 list<Instruction> Opcodes = opcodes;
290 class DepBreakingClass<list<Instruction> opcodes, MCInstPredicate pred,
292 : InstructionEquivalenceClass<opcodes, pred, BrokenDeps>;
/freebsd-12.1/contrib/binutils/include/opcode/
H A 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.
H A DChangeLog-9103229 * msp430.h: New file. Defines msp430 opcodes.
298 * tic4x.h: File reordering. Added enhanced opcodes.
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.
820 * i860.h (btne, bte, bla): Changed these opcodes
830 (pfeq.ss, pfeq.dd): New opcodes.
864 * avr.h: New file with AVR opcodes.
2789 * m88k.h: Corrected a couple of opcodes.
[all …]
/freebsd-12.1/contrib/binutils/gas/doc/
H A 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-12.1/contrib/binutils/opcodes/
H A 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.
H A DChangeLog-929723 was `yes', or was set to `*opcodes*'.
195 determining opcodes.
365 opcodes..
1072 "bcnd", and "brcr" opcodes.
1460 all opcodes. Very rough cut at operands for all opcodes.
1652 on all opcodes.
2241 and stc.l opcodes.
3099 opcodes 0, 1, 2 and 3.
3190 opcodes for POWER (RS/6000).
3474 handle invalid opcodes.
[all …]
/freebsd-12.1/sys/contrib/libsodium/
H A Dconfigure.ac438 # error NativeClient detected - Avoiding AVX opcodes
454 # error NativeClient detected - Avoiding AVX2 opcodes
469 # error NativeClient detected - Avoiding AVX2 opcodes
487 # error NativeClient detected - Avoiding AVX512F opcodes
507 # error NativeClient detected - Avoiding AESNI opcodes
527 # error NativeClient detected - Avoiding RDRAND opcodes
632 AC_MSG_CHECKING(whether we can assemble AVX opcodes)
646 AC_DEFINE([HAVE_AVX_ASM], [1], [AVX opcodes are supported])
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISD.def30 // add memory opcodes starting at ISD::FIRST_TARGET_MEMORY_OPCODE here...
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def10 // This file defines the list of core opcodes for the Thread Safety
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c561 static struct opcode_obj_rewrite opcodes[] = { variable
596 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64stl_init()
604 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64stl_uninit()

123456