Searched refs:inst (Results 1 - 25 of 168) sorted by relevance

1234567

/freebsd-11-stable/sys/mips/nlm/hal/
H A Dusb.h54 #define nlm_get_usb_pcibase(node, inst) nlm_pcicfg_base(XLP_IO_USB_OFFSET(node, inst))
55 #define nlm_get_usb_hcd_base(node, inst) nlm_xkphys_map_pcibar0(nlm_get_usb_pcibase(node, inst))
56 #define nlm_get_usb_regbase(node, inst) (nlm_get_usb_pcibase(node, inst) + XLP_IO_PCI_HDRSZ)
H A Dpcibus.h94 #define nlm_get_pcie_base(node, inst) \
95 nlm_pcicfg_base(XLP_IO_PCIE_OFFSET(node, inst))
96 #define nlm_get_pcie_regbase(node, inst) \
97 (nlm_get_pcie_base(node, inst) + XLP_IO_PCI_HDRSZ)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c353 static struct arm_it inst; variable in typeref:struct:arm_it
807 inst.error = _("immediate expression requires a # prefix");
833 if (inst.error == NULL)
834 inst.error = _("bad expression");
845 inst.error = _("bad segment");
862 inst.error = _("invalid constant");
1199 if (!inst.error)
1200 inst.error = err;
1505 inst.error = _("invalid register mask");
1524 if (inst
[all...]
H A Dtc-score.c28 #include "opcode/score-inst.h"
88 #define SET_INSN_ERROR(s) (inst.error = (s))
157 struct score_it inst; variable in typeref:struct:score_it
260 struct score_it *inst; member in struct:literalS
807 if (!inst.error)
808 inst.error = BAD_GARBAGE;
856 if ((reg == 1) && (nor1 == 1) && (inst.bwarn == 0))
859 inst.bwarn = 1;
865 strcpy (inst.reg, score_crn_table[reg].name);
867 strcpy (inst
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DOpcode.h43 Opcode(uint8_t inst, lldb::ByteOrder order) argument
45 m_data.inst8 = inst;
48 Opcode(uint16_t inst, lldb::ByteOrder order) argument
50 m_data.inst16 = inst;
53 Opcode(uint32_t inst, lldb::ByteOrder order) argument
55 m_data.inst32 = inst;
58 Opcode(uint64_t inst, lldb::ByteOrder order) argument
60 m_data.inst64 = inst;
153 void SetOpcode8(uint8_t inst, lldb::ByteOrder order) { argument
155 m_data.inst8 = inst;
159 SetOpcode16(uint16_t inst, lldb::ByteOrder order) argument
165 SetOpcode16_2(uint32_t inst, lldb::ByteOrder order) argument
171 SetOpcode32(uint32_t inst, lldb::ByteOrder order) argument
177 SetOpcode64(uint64_t inst, lldb::ByteOrder order) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DOpcode.cpp46 for (uint32_t i = 0; i < m_data.inst.length; ++i) {
49 s->Printf("%2.2x", m_data.inst.bytes[i]);
90 swap_buf[0] = m_data.inst.bytes[2];
91 swap_buf[1] = m_data.inst.bytes[3];
92 swap_buf[2] = m_data.inst.bytes[0];
93 swap_buf[3] = m_data.inst.bytes[1];
110 swap_buf[0] = m_data.inst.bytes[1];
111 swap_buf[1] = m_data.inst.bytes[0];
112 swap_buf[2] = m_data.inst.bytes[3];
113 swap_buf[3] = m_data.inst
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp62 WinEH::Instruction &inst) {
65 b2 = (inst.Operation & 0x0F);
66 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) {
70 EmitAbsDifference(streamer, inst.Label, begin);
71 b2 |= (inst.Register & 0x0F) << 4;
75 EmitAbsDifference(streamer, inst.Label, begin);
76 if (inst.Offset > 512 * 1024 - 8) {
79 w = inst.Offset & 0xFFF8;
81 w = inst.Offset >> 16;
84 w = inst
61 EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, WinEH::Instruction &inst) argument
197 WinEH::Instruction inst = info->Instructions.back(); local
332 ARM64EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, WinEH::Instruction &inst) argument
619 WinEH::Instruction inst = info->Instructions.back(); local
628 WinEH::Instruction inst = EpilogInstrs[i]; local
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am155 allocator-inst.cc \
156 concept-inst.cc \
157 fstream-inst.cc \
158 ext-inst.cc \
159 ios-inst.cc \
160 iostream-inst.cc \
161 istream-inst.cc \
163 locale-inst.cc \
164 misc-inst.cc \
165 ostream-inst
[all...]
H A DMakefile.in70 allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \
71 ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \
72 locale-inst.cc misc-inst.cc ostream-inst
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i55 AppendInstruction (lldb::SBInstruction inst);
93 inst = self.GetInstructionAtIndex(idx)
94 inst_file_addr = inst.addr.file_addr
96 return inst
100 closest_inst = inst
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-zephyr.c47 const char *inst; member in struct:z_packet
118 z_triple(const char *class, const char *inst, const char *recipient) argument
122 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
158 z.inst = 0;
189 PARSE_FIELD_STR(z.inst);
223 ND_PRINT((ndo, " locate %s", z.inst));
233 if (!strcmp(z.inst, "CLIENT")) {
271 if (!strcmp(z.inst, "HM")) {
276 if (!strcmp(z.inst, "REALM")) {
290 ND_PRINT((ndo, " hm_ctl %s", str_to_lower(z.inst)));
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp161 const uint8_t inst[] = { local
166 memcpy(buf, inst, sizeof(inst));
189 const uint8_t inst[] = { local
194 memcpy(loc - 4, inst, sizeof(inst));
229 const uint8_t inst[] = { local
234 memcpy(loc - 4, inst, sizeof(inst));
262 uint8_t *inst local
312 const uint8_t inst[] = { local
610 const uint8_t inst[] = { local
[all...]
H A DX86.cpp221 const uint8_t inst[] = { local
226 memcpy(buf, inst, sizeof(inst));
229 const uint8_t inst[] = { local
234 memcpy(buf, inst, sizeof(inst));
330 const uint8_t inst[] = { local
334 memcpy(loc - 3, inst, sizeof(inst));
345 const uint8_t inst[] local
405 const uint8_t inst[] = { local
440 const uint8_t inst[] = { local
450 const uint8_t inst[] = { local
463 const uint8_t inst[] = { local
[all...]
/freebsd-11-stable/sys/arm64/include/
H A Dasm.h75 .inst 0xd500409f | (0 << 8); /* Clear PAN */ \
80 .inst 0xd500409f | (1 << 8); /* Set PAN */ \
87 .inst 0xd500409f | (1 << 8); /* Set PAN */ \
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.in227 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
228 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
229 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
230 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
242 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
243 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
244 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
245 rm -f $(DESTDIR)$(man1dir)/$$inst; \
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h47 explicit RegisterValue(uint8_t inst) : m_type(eTypeUInt8) { m_scalar = inst; } argument
49 explicit RegisterValue(uint16_t inst) : m_type(eTypeUInt16) { argument
50 m_scalar = inst;
53 explicit RegisterValue(uint32_t inst) : m_type(eTypeUInt32) { argument
54 m_scalar = inst;
57 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { argument
58 m_scalar = inst;
61 explicit RegisterValue(llvm::APInt inst) : m_type(eTypeUInt128) { argument
62 m_scalar = llvm::APInt(inst);
[all...]
/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h45 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.c842 /* This returns the PC of the first inst after the prologue. If we can't
888 mips32_decode_reg_save (t_inst inst, unsigned long *gen_mask, argument
893 if ((inst & 0xffe00000) == 0xafa00000 /* sw reg,n($sp) */
894 || (inst & 0xffe00000) == 0xafc00000 /* sw reg,n($r30) */
895 || (inst & 0xffe00000) == 0xffa00000) /* sd reg,n($sp) */
902 reg = (inst & 0x001f0000) >> 16;
905 else if ((inst & 0xffe00000) == 0xe7a00000 /* swc1 freg,n($sp) */
906 || (inst & 0xffe00000) == 0xe7c00000 /* swc1 freg,n($r30) */
907 || (inst & 0xffe00000) == 0xf7a00000) /* sdc1 freg,n($sp) */
910 reg = ((inst
921 mips16_decode_reg_save(t_inst inst, unsigned long *gen_mask) argument
1009 mips32_relative_offset(unsigned long inst) argument
1026 unsigned long inst; local
1249 unpack_mips16(CORE_ADDR pc, unsigned int extension, unsigned int inst, enum mips16_inst_fmts insn_format, struct upk_mips16 *upk) argument
1589 ULONGEST inst = mips16_fetch_instruction (PROC_LOW_ADDR (proc_desc)); local
1922 unsigned short inst; local
1957 mips16_get_imm(unsigned short prev_inst, unsigned short inst, int nbits, int scale, int is_signed) argument
1996 unsigned inst = 0; /* current instruction */ local
2140 unsigned long inst, high_word, low_word; local
4580 t_inst inst; local
4681 unsigned short inst; member in struct:__anon1556
4733 unsigned short inst; local
5132 t_inst inst; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp173 /// \param[in] inst
178 virtual bool InstrumentInstruction(llvm::Instruction *inst) = 0;
182 /// \param[in] inst
320 bool InstrumentInstruction(llvm::Instruction *inst) override {
324 PrintValue(inst).c_str());
332 if (llvm::LoadInst *li = dyn_cast<llvm::LoadInst>(inst))
334 else if (llvm::StoreInst *si = dyn_cast<llvm::StoreInst>(inst))
342 new BitCastInst(dereferenced_ptr, GetI8PtrTy(), "", inst);
352 CallInst::Create(m_valid_pointer_check_func, args, "", inst);
388 bool InstrumentInstruction(llvm::Instruction *inst) overrid
467 GetCalledFunction(llvm::CallInst *inst) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp685 const Instruction *inst = &*frame.m_ii; local
687 LLDB_LOGF(log, "Interpreting %s", PrintValue(inst).c_str());
689 switch (inst->getOpcode()) {
706 const BinaryOperator *bin_op = dyn_cast<BinaryOperator>(inst);
712 inst->getOpcodeName());
718 Value *lhs = inst->getOperand(0);
719 Value *rhs = inst->getOperand(1);
740 switch (inst->getOpcode()) {
793 frame.AssignValue(inst, result, module);
796 LLDB_LOGF(log, "Interpreted a %s", inst
[all...]
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Dsha1-armv8.S1099 .inst 0x5e280803 //sha1h v3.16b,v0.16b
1100 .inst 0x5e140020 //sha1c v0.16b,v1.16b,v20.4s // 0
1102 .inst 0x5e0630a4 //sha1su0 v4.16b,v5.16b,v6.16b
1103 .inst 0x5e280802 //sha1h v2.16b,v0.16b // 1
1104 .inst 0x5e150060 //sha1c v0.16b,v3.16b,v21.4s
1106 .inst 0x5e2818e4 //sha1su1 v4.16b,v7.16b
1107 .inst 0x5e0730c5 //sha1su0 v5.16b,v6.16b,v7.16b
1108 .inst 0x5e280803 //sha1h v3.16b,v0.16b // 2
1109 .inst 0x5e140040 //sha1c v0.16b,v2.16b,v20.4s
1111 .inst
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_cpu_sparc64.c107 ihandle_t inst; local
120 if (OF_getprop(chosen, "stdin", &inst, sizeof(inst)) == -1)
122 if ((input = OF_instance_to_package(inst)) == -1)
124 if (OF_getprop(chosen, "stdout", &inst, sizeof(inst)) == -1)
126 if ((output = OF_instance_to_package(inst)) == -1)
/freebsd-11-stable/sys/mips/mips/
H A Ddb_interface.c252 InstFmt inst; local
255 inst.word = ins;
256 switch ((int)inst.JType.op) {
258 switch ((int)inst.RType.func) {
270 switch ((int)inst.IType.rt) {
304 switch (inst.RType.rs) {
339 branch_taken(int inst, db_addr_t pc) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp69 SBInstruction inst; local
71 inst.SetOpaque(
74 return LLDB_RECORD_RESULT(inst);
165 Instruction *inst = local
167 if (inst == nullptr)
170 const Address &addr = inst->GetAddress();
178 inst->Dump(&sref, max_opcode_byte_size, true, false, nullptr, &sc,
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c108 struct inst { struct
128 static const struct inst db_inst_0f388x[] = {
148 static const struct inst * const db_inst_0f38[] = {
233 static const struct inst db_inst_0f0x[] = {
253 static const struct inst db_inst_0f1x[] = {
273 static const struct inst db_inst_0f2x[] = {
293 static const struct inst db_inst_0f3x[] = {
313 static const struct inst db_inst_0f4x[] = {
333 static const struct inst db_inst_0f7x[] = {
353 static const struct inst db_inst_0f8
1228 int inst; local
[all...]

Completed in 500 milliseconds

1234567