Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 25 of 216) sorted by relevance

123456789

/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDtcl_insflow_example.txt8 0 174829 4436207514793 107 inst -> push1
9 0 174829 4436207514805 11 inst <- push1
10 0 174829 4436207514814 8 inst -> push1
11 0 174829 4436207514820 5 inst <- push1
12 0 174829 4436207514826 5 inst -> push1
13 0 174829 4436207514832 5 inst <- push1
14 0 174829 4436207514838 5 inst -> invokeStk1
17 0 174829 4436207514895 11 inst <- invokeStk1
18 0 174829 4436207514901 6 inst -> push1
19 0 174829 4436207514907 5 inst <- push1
[all …]
HDtcl_ins_example.txt9 16005 inst foreach_start4 1
10 16005 inst jumpTrue1 1
11 16005 inst lappendScalar1 1
12 16005 inst list 1
13 16005 inst strneq 1
14 16005 inst beginCatch4 2
15 16005 inst dup 2
16 16005 inst endCatch 2
17 16005 inst eq 2
18 16005 inst land 2
[all …]
/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c353 static struct arm_it inst; variable
805 inst.error = _("immediate expression requires a # prefix"); in my_get_expression()
831 if (inst.error == NULL) in my_get_expression()
832 inst.error = _("bad expression"); in my_get_expression()
843 inst.error = _("bad segment"); in my_get_expression()
860 inst.error = _("invalid constant"); in my_get_expression()
1197 if (!inst.error) in first_error()
1198 inst.error = err; in first_error()
1503 inst.error = _("invalid register mask"); in parse_reg_list()
1522 if (inst.reloc.type != 0) in parse_reg_list()
[all …]
HDtc-score.c88 #define SET_INSN_ERROR(s) (inst.error = (s))
157 struct score_it inst; variable
260 struct score_it *inst; member
807 if (!inst.error) in end_of_line()
808 inst.error = BAD_GARBAGE; in end_of_line()
856 if ((reg == 1) && (nor1 == 1) && (inst.bwarn == 0)) in reg_required_here()
859 inst.bwarn = 1; in reg_required_here()
865 strcpy (inst.reg, score_crn_table[reg].name); in reg_required_here()
867 strcpy (inst.reg, score_srn_table[reg].name); in reg_required_here()
869 strcpy (inst.reg, ""); in reg_required_here()
[all …]
/NextBSD/contrib/llvm/lib/Target/Hexagon/Disassembler/
HDHexagonDisassembler.cpp68 static unsigned GetSubinstOpcode(unsigned IClass, unsigned inst, unsigned &op,
70 static void AddSubinstOperands(MCInst *MI, unsigned opcode, unsigned inst);
585 static unsigned GetSubinstOpcode(unsigned IClass, unsigned inst, unsigned &op, in GetSubinstOpcode() argument
589 if ((inst & V4_SL1_loadri_io_MASK) == V4_SL1_loadri_io_BITS) in GetSubinstOpcode()
591 else if ((inst & V4_SL1_loadrub_io_MASK) == V4_SL1_loadrub_io_BITS) in GetSubinstOpcode()
599 if ((inst & V4_SL2_deallocframe_MASK) == V4_SL2_deallocframe_BITS) in GetSubinstOpcode()
601 else if ((inst & V4_SL2_jumpr31_MASK) == V4_SL2_jumpr31_BITS) in GetSubinstOpcode()
603 else if ((inst & V4_SL2_jumpr31_f_MASK) == V4_SL2_jumpr31_f_BITS) in GetSubinstOpcode()
605 else if ((inst & V4_SL2_jumpr31_fnew_MASK) == V4_SL2_jumpr31_fnew_BITS) in GetSubinstOpcode()
607 else if ((inst & V4_SL2_jumpr31_t_MASK) == V4_SL2_jumpr31_t_BITS) in GetSubinstOpcode()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDOpcode.h48 Opcode (uint8_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType8) in Opcode() argument
50 m_data.inst8 = inst; in Opcode()
53 Opcode (uint16_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType16) in Opcode() argument
55 m_data.inst16 = inst; in Opcode()
58 Opcode (uint32_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType32) in Opcode() argument
60 m_data.inst32 = inst; in Opcode()
63 Opcode (uint64_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType64) in Opcode() argument
65 m_data.inst64 = inst; in Opcode()
150 SetOpcode8 (uint8_t inst, lldb::ByteOrder order) in SetOpcode8() argument
153 m_data.inst8 = inst; in SetOpcode8()
[all …]
HDRegisterValue.h55 RegisterValue (uint8_t inst) : in RegisterValue() argument
58 m_data.uint8 = inst; in RegisterValue()
62 RegisterValue (uint16_t inst) : in RegisterValue() argument
65 m_data.uint16 = inst; in RegisterValue()
69 RegisterValue (uint32_t inst) : in RegisterValue() argument
72 m_data.uint32 = inst; in RegisterValue()
76 RegisterValue (uint64_t inst) : in RegisterValue() argument
79 m_data.uint64 = inst; in RegisterValue()
84 RegisterValue (__uint128_t inst) : in RegisterValue() argument
87 m_data.uint128 = inst; in RegisterValue()
/NextBSD/contrib/llvm/lib/MC/
HDMCWin64EH.cpp60 WinEH::Instruction &inst) { in EmitUnwindCode() argument
63 b2 = (inst.Operation & 0x0F); in EmitUnwindCode()
64 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode()
66 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
67 b2 |= (inst.Register & 0x0F) << 4; in EmitUnwindCode()
71 EmitAbsDifference(streamer, inst.Label, begin); in EmitUnwindCode()
72 if (inst.Offset > 512 * 1024 - 8) { in EmitUnwindCode()
75 w = inst.Offset & 0xFFF8; in EmitUnwindCode()
77 w = inst.Offset >> 16; in EmitUnwindCode()
80 w = inst.Offset >> 3; in EmitUnwindCode()
[all …]
/NextBSD/contrib/llvm/lib/IR/
HDStatepoint.cpp31 bool llvm::isStatepoint(const Value *inst) { in isStatepoint() argument
32 if (isa<InvokeInst>(inst) || isa<CallInst>(inst)) { in isStatepoint()
33 ImmutableCallSite CS(inst); in isStatepoint()
38 bool llvm::isStatepoint(const Value &inst) { in isStatepoint() argument
39 return isStatepoint(&inst); in isStatepoint()
50 bool llvm::isGCRelocate(const Value *inst) { in isGCRelocate() argument
51 if (const CallInst *call = dyn_cast<CallInst>(inst)) { in isGCRelocate()
67 bool llvm::isGCResult(const Value *inst) { in isGCResult() argument
68 if (const CallInst *call = dyn_cast<CallInst>(inst)) { in isGCResult()
/NextBSD/contrib/libstdc++/src/
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.cc \
[all …]
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.cc sstream-inst.cc \
73 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \
74 wlocale-inst.cc wstring-inst.cc atomicity.cc \
89 stdexcept.lo strstream.lo tree.lo allocator-inst.lo \
90 concept-inst.lo fstream-inst.lo ext-inst.lo ios-inst.lo \
91 iostream-inst.lo istream-inst.lo istream.lo locale-inst.lo \
92 misc-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo \
93 streambuf.lo string-inst.lo valarray-inst.lo wlocale-inst.lo \
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDOpcode.cpp54 for (uint32_t i=0; i<m_data.inst.length; ++i) in Dump()
58 bytes_written += s->Printf ("%2.2x", m_data.inst.bytes[i]); in Dump()
106 swap_buf[0] = m_data.inst.bytes[2]; in GetData()
107 swap_buf[1] = m_data.inst.bytes[3]; in GetData()
108 swap_buf[2] = m_data.inst.bytes[0]; in GetData()
109 swap_buf[3] = m_data.inst.bytes[1]; in GetData()
131 swap_buf[0] = m_data.inst.bytes[1]; in GetData()
132 swap_buf[1] = m_data.inst.bytes[0]; in GetData()
133 swap_buf[2] = m_data.inst.bytes[3]; in GetData()
134 swap_buf[3] = m_data.inst.bytes[2]; in GetData()
/NextBSD/sys/boot/ficl/softwords/
HDclasses.fr18 : get ( inst class -- refinst refclass )
20 : set ( refinst refclass inst class -- )
63 \ @size ( inst class -- addr-units )
70 : get-ptr ( inst class -- addr )
76 : set-ptr ( addr inst class -- )
87 : ?null ( inst class -- flag )
92 : inc-ptr ( inst class -- )
100 : dec-ptr ( inst class -- )
122 : get ( inst class -- cell )
125 : set ( value inst class -- )
[all …]
/NextBSD/sys/mips/mips/
HDtrap.c892 InstFmt inst; in trap() local
893 inst = *(InstFmt *)(intptr_t)trapframe->pc; in trap()
894 switch (inst.RType.op) { in trap()
896 switch (inst.RType.func) { in trap()
899 if (inst.RType.rd == 29) { in trap()
901 frame_regs[inst.RType.rt] = (register_t)(intptr_t)td->td_md.md_tls; in trap()
904 frame_regs[inst.RType.rt] += TLS_TP_OFFSET + TLS_TCB_SIZE32; in trap()
907 frame_regs[inst.RType.rt] += TLS_TP_OFFSET + TLS_TCB_SIZE; in trap()
1158 InstFmt inst; in MipsEmulateBranch() local
1163 #define GetBranchDest(InstPtr, inst) \ in MipsEmulateBranch() argument
[all …]
/NextBSD/contrib/amd/scripts/
HDMakefile.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; \
260 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
261 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
[all …]
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDR600Instructions.td93 class R600_1OP <bits<11> inst, string opName, list<dag> pattern,
107 R600ALU_Word1_OP2 <inst> {
125 class R600_1OP_Helper <bits<11> inst, string opName, SDPatternOperator node,
127 R600_1OP <inst, opName,
134 class R600_2OP <bits<11> inst, string opName, list<dag> pattern,
151 R600ALU_Word1_OP2 <inst> {
163 class R600_2OP_Helper <bits<11> inst, string opName, SDPatternOperator node,
165 R600_2OP <inst, opName,
174 class R600_3OP <bits<5> inst, string opName, list<dag> pattern,
192 R600ALU_Word1_OP3<inst>{
[all …]
/NextBSD/contrib/gdb/gdb/
HDmips-tdep.c888 mips32_decode_reg_save (t_inst inst, unsigned long *gen_mask, in mips32_decode_reg_save() argument
893 if ((inst & 0xffe00000) == 0xafa00000 /* sw reg,n($sp) */ in mips32_decode_reg_save()
894 || (inst & 0xffe00000) == 0xafc00000 /* sw reg,n($r30) */ in mips32_decode_reg_save()
895 || (inst & 0xffe00000) == 0xffa00000) /* sd reg,n($sp) */ in mips32_decode_reg_save()
902 reg = (inst & 0x001f0000) >> 16; in mips32_decode_reg_save()
905 else if ((inst & 0xffe00000) == 0xe7a00000 /* swc1 freg,n($sp) */ in mips32_decode_reg_save()
906 || (inst & 0xffe00000) == 0xe7c00000 /* swc1 freg,n($r30) */ in mips32_decode_reg_save()
907 || (inst & 0xffe00000) == 0xf7a00000) /* sdc1 freg,n($sp) */ in mips32_decode_reg_save()
910 reg = ((inst & 0x001f0000) >> 16); in mips32_decode_reg_save()
921 mips16_decode_reg_save (t_inst inst, unsigned long *gen_mask) in mips16_decode_reg_save() argument
[all …]
/NextBSD/sys/mips/nlm/hal/
HDusb.h54 #define nlm_get_usb_pcibase(node, inst) nlm_pcicfg_base(XLP_IO_USB_OFFSET(node, inst)) argument
55 #define nlm_get_usb_hcd_base(node, inst) nlm_xkphys_map_pcibar0(nlm_get_usb_pcibase(node, inst)) argument
56 #define nlm_get_usb_regbase(node, inst) (nlm_get_usb_pcibase(node, inst) + XLP_IO_PCI_HDRSZ) argument
/NextBSD/contrib/tcpdump/
HDprint-zephyr.c46 char *inst; member
106 z_triple(char *class, char *inst, const char *recipient) in z_triple() argument
110 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); in z_triple()
143 z.inst = 0; in zephyr_print()
173 PARSE_FIELD_STR(z.inst); in zephyr_print()
209 ND_PRINT((ndo, " locate %s", z.inst)); in zephyr_print()
219 if (!strcmp(z.inst, "CLIENT")) { in zephyr_print()
257 if (!strcmp(z.inst, "HM")) { in zephyr_print()
262 if (!strcmp(z.inst, "REALM")) { in zephyr_print()
276 ND_PRINT((ndo, " hm_ctl %s", str_to_lower(z.inst))); in zephyr_print()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBInstructionList.cpp62 SBInstruction inst; in GetInstructionAtIndex() local
64 inst.SetOpaque (m_opaque_sp->GetInstructionList().GetInstructionAtIndex (idx)); in GetInstructionAtIndex()
65 return inst; in GetInstructionAtIndex()
111 … Instruction *inst = m_opaque_sp->GetInstructionList().GetInstructionAtIndex (i).get(); in GetDescription() local
112 if (inst == NULL) in GetDescription()
115 const Address &addr = inst->GetAddress(); in GetDescription()
123inst->Dump (&sref, max_opcode_byte_size, true, false, NULL, &sc, &prev_sc, &format, 0); in GetDescription()
/NextBSD/contrib/ofed/librdmacm/
HDMakefile.in542 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
543 inst=`echo $$inst | sed -e 's/^.*\///'`; \
544 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
545 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
546 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
563 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
564 inst=`echo $$inst | sed -e 's/^.*\///'`; \
565 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
566 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
567 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
[all …]
/NextBSD/sys/amd64/amd64/
HDdb_disasm.c108 struct inst { struct
128 static const struct inst db_inst_0f388x[] = { argument
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_0f8x[] = {
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp675 const Instruction *inst = frame.m_ii; in Interpret() local
678 log->Printf("Interpreting %s", PrintValue(inst).c_str()); in Interpret()
680 switch (inst->getOpcode()) in Interpret()
699 const BinaryOperator *bin_op = dyn_cast<BinaryOperator>(inst); in Interpret()
704 …->Printf("getOpcode() returns %s, but instruction is not a BinaryOperator", inst->getOpcodeName()); in Interpret()
710 Value *lhs = inst->getOperand(0); in Interpret()
711 Value *rhs = inst->getOperand(1); in Interpret()
736 switch (inst->getOpcode()) in Interpret()
786 frame.AssignValue(inst, result, module); in Interpret()
790 log->Printf("Interpreted a %s", inst->getOpcodeName()); in Interpret()
[all …]
HDIRDynamicChecks.cpp200 virtual bool InstrumentInstruction(llvm::Instruction *inst) = 0;
366 bool InstrumentInstruction(llvm::Instruction *inst) in InstrumentInstruction() argument
372 PrintValue(inst).c_str()); in InstrumentInstruction()
379 if (llvm::LoadInst *li = dyn_cast<llvm::LoadInst> (inst)) in InstrumentInstruction()
381 else if (llvm::StoreInst *si = dyn_cast<llvm::StoreInst> (inst)) in InstrumentInstruction()
391 inst); in InstrumentInstruction()
404 inst); in InstrumentInstruction()
448 bool InstrumentInstruction(llvm::Instruction *inst) in InstrumentInstruction() argument
450 CallInst *call_inst = dyn_cast<CallInst>(inst); in InstrumentInstruction()
463 switch (msgSend_types[inst]) in InstrumentInstruction()
[all …]
/NextBSD/sys/i386/i386/
HDdb_disasm.c92 struct inst { struct
178 static const struct inst db_inst_0f0x[] = {
198 static const struct inst db_inst_0f1x[] = {
218 static const struct inst db_inst_0f2x[] = {
238 static const struct inst db_inst_0f3x[] = {
258 static const struct inst db_inst_0f4x[] = {
278 static const struct inst db_inst_0f8x[] = {
298 static const struct inst db_inst_0f9x[] = {
318 static const struct inst db_inst_0fax[] = {
338 static const struct inst db_inst_0fbx[] = {
[all …]

123456789