Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h156 *opcodes = m_location.expr.opcodes; in GetDWARFExpr()
159 *opcodes = nullptr; in GetDWARFExpr()
164 void SetAtDWARFExpression(const uint8_t *opcodes, uint32_t len);
166 void SetIsDWARFExpression(const uint8_t *opcodes, uint32_t len);
170 return m_location.expr.opcodes; in GetDWARFExpressionBytes()
192 const uint8_t *opcodes; member
246 m_value.expr.opcodes = opcodes; in SetIsDWARFExpression()
281 *opcodes = m_value.expr.opcodes; in GetDWARFExpr()
284 *opcodes = nullptr; in GetDWARFExpr()
291 return m_value.expr.opcodes; in GetDWARFExpressionBytes()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp873 if (opcodes.GetByteSize() == 0) { in Evaluate()
921 while (opcodes.ValidOffset(offset)) { in Evaluate()
923 const uint8_t op = opcodes.GetU8(&offset); in Evaluate()
1092 uint8_t size = opcodes.GetU8(&offset); in Evaluate()
1710 if (new_offset <= opcodes.GetByteSize()) in Evaluate()
1972 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
2035 reg_num = opcodes.GetULEB128(&offset); in Evaluate()
2688 DataExtractor opcodes(m_data); in MatchesOperand() local
2691 uint8_t opcode = opcodes.GetU8(&op_offset); in MatchesOperand()
2724 offset = opcodes.GetSLEB128(&op_offset); in MatchesOperand()
[all …]
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp435 opcodes.push_back( in encodeBinding()
447 opcodes.push_back( in encodeBinding()
465 opcodes[pWrite].data = opcodes[i].data; in optimizeOpcodes()
468 opcodes[pWrite] = opcodes[i - 1]; in optimizeOpcodes()
471 if (i == opcodes.size()) in optimizeOpcodes()
472 opcodes[pWrite] = opcodes[i - 1]; in optimizeOpcodes()
480 (opcodes[i].data == opcodes[i - 1].data)) { in optimizeOpcodes()
483 opcodes[pWrite].data = opcodes[i].data; in optimizeOpcodes()
487 (opcodes[i].data == opcodes[i - 1].data)) { in optimizeOpcodes()
492 opcodes[pWrite] = opcodes[i - 1]; in optimizeOpcodes()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp46 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes, in operator ==()
57 const uint8_t *opcodes, uint32_t len) { in SetAtDWARFExpression() argument
59 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
66 const uint8_t *opcodes, uint32_t len) { in SetIsDWARFExpression() argument
68 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
151 s, llvm::ArrayRef(m_location.expr.opcodes, m_location.expr.length), in Dump()
184 return !memcmp(m_value.expr.opcodes, rhs.m_value.expr.opcodes, in operator ==()
205 DumpDWARFExpr(s, llvm::ArrayRef(m_value.expr.opcodes, m_value.expr.length), in Dump()
/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c301 size_t opcodes; in bhnd_sprom_opcode_init_entry() local
324 opcodes = (state->input - state->layout->bindings); in bhnd_sprom_opcode_init_entry()
325 if (opcodes > UINT16_MAX) { in bhnd_sprom_opcode_init_entry()
327 "%zu\n", opcodes); in bhnd_sprom_opcode_init_entry()
330 entry->opcodes = opcodes; in bhnd_sprom_opcode_init_entry()
347 BHND_NV_ASSERT(entry->opcodes < state->layout->bindings_size, in bhnd_sprom_opcode_seek()
355 state->input = state->layout->bindings + entry->opcodes; in bhnd_sprom_opcode_seek()
H A Dbhnd_nvram_data_spromvar.h150 uint16_t opcodes; /**< SPROM opcode offset */ member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td84 // set of opcodes.
199 // Check that the instruction opcode is one of the opcodes in set `Opcodes`.
253 // `opcodes` list, and each case is associated with MCStatement `caseStmt`.
254 class MCOpcodeSwitchCase<list<Instruction> opcodes, MCStatement caseStmt> {
255 list<Instruction> Opcodes = opcodes;
322 // a) MI's opcode is in the `opcodes` set, and
334 class InstructionEquivalenceClass<list<Instruction> opcodes,
337 list<Instruction> Opcodes = opcodes;
348 class DepBreakingClass<list<Instruction> opcodes, MCInstPredicate pred,
350 : InstructionEquivalenceClass<opcodes, pred, BrokenDeps>;
H A DTargetSchedule.td18 // class. Target hooks allow subtargets to associate opcodes with
36 // opcodes. This overrides any SchedReadWrite types or
73 // HighLatency with groups of opcodes.
436 // Map a set of opcodes to a list of SchedReadWrite types. This allows
564 // the maximum number of opcodes that can be retired every cycle.
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp89 uint8_t op, const lldb_private::DataExtractor &opcodes, in ParseVendorDWARFOpcode() argument
91 return GetBaseSymbolFile().ParseVendorDWARFOpcode(op, opcodes, offset, stack); in ParseVendorDWARFOpcode()
H A DSymbolFileDWARFDwo.h50 bool ParseVendorDWARFOpcode(uint8_t op, const DataExtractor &opcodes,
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyOps.def9 // This file defines the list of core opcodes for the Thread Safety
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h136 lldb::ModuleSP module_sp, const DataExtractor &opcodes,
/freebsd-14.2/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c557 static struct opcode_obj_rewrite opcodes[] = { variable
592 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64stl_init()
600 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64stl_uninit()
H A Dnat64clat_control.c552 static struct opcode_obj_rewrite opcodes[] = { variable
587 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64clat_init()
595 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64clat_uninit()
H A Dnat64lsn_control.c879 static struct opcode_obj_rewrite opcodes[] = { variable
916 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nat64lsn_init()
924 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nat64lsn_uninit()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td9 // Helper file used to generate opcodes, the interpreter and the disassembler.
117 // Record describing all opcodes.
147 // Jump opcodes
643 // Comparison opcodes.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td34 // Allow scheduler to assign default model to any unrecognized opcodes.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedPredicates.td17 // the expected instruction opcodes, because different processors may implement
H A DX86InstrCMovSetCC.td88 // here http://www.rcollins.org/secrets/opcodes/SALC.html
H A DX86InstrFMA.td17 // For all FMA opcodes declared in fma3p_rm_* and fma3s_rm_* multiclasses
168 // All source register operands of FMA opcodes defined in fma3s_rm multiclass
176 // defining FMA3 opcodes above.
259 // All of the FMA*_Int opcodes are defined as commutable here.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def9 // This file defines the target independent instruction opcodes.
228 /// The following generic opcodes are not supposed to appear after ISel.
404 // Marker for start of Generic AtomicRMW opcodes
407 // Marker for end of Generic AtomicRMW opcodes
844 /// generic opcodes.
/freebsd-14.2/contrib/diff/
H A DABOUT-NLS285 opcodes | [] |
422 opcodes | [] |
559 opcodes | [] [] |
696 opcodes | [] [] | 6
/freebsd-14.2/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c977 static struct opcode_obj_rewrite opcodes[] = { variable
1015 IPFW_ADD_OBJ_REWRITER(first, opcodes); in nptv6_init()
1025 IPFW_DEL_OBJ_REWRITER(last, opcodes); in nptv6_uninit()
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table.c2927 static struct opcode_obj_rewrite opcodes[] = { variable
3070 for (kidx = 0, rw = opcodes; in ipfw_switch_tables_namespace()
3071 rw < opcodes + nitems(opcodes); rw++) { in ipfw_switch_tables_namespace()
3334 IPFW_DEL_OBJ_REWRITER(last, opcodes); in ipfw_destroy_tables()
3372 IPFW_ADD_OBJ_REWRITER(first, opcodes); in ipfw_init_tables()

123