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

12345

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DOpcode.h46 Opcode (uint8_t inst) : m_type (eType8) argument
48 m_data.inst8 = inst;
51 Opcode (uint16_t inst) : m_type (eType16) argument
53 m_data.inst16 = inst;
56 Opcode (uint32_t inst) : m_type (eType32) argument
58 m_data.inst32 = inst;
61 Opcode (uint64_t inst) : m_type (eType64) argument
63 m_data.inst64 = inst;
148 SetOpcode8 (uint8_t inst) argument
151 m_data.inst8 = inst;
155 SetOpcode16(uint16_t inst) argument
162 SetOpcode16_2(uint32_t inst) argument
169 SetOpcode32(uint32_t inst) argument
176 SetOpcode64(uint64_t inst) argument
[all...]
H A DRegisterValue.h55 RegisterValue (uint8_t inst) : argument
58 m_data.uint8 = inst;
62 RegisterValue (uint16_t inst) : argument
65 m_data.uint16 = inst;
69 RegisterValue (uint32_t inst) : argument
72 m_data.uint32 = inst;
76 RegisterValue (uint64_t inst) : argument
79 m_data.uint64 = inst;
84 RegisterValue (__uint128_t inst) : argument
87 m_data.uint128 = inst;
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp66 MCWin64EHInstruction &inst) {
69 b2 = (inst.getOperation() & 0x0F);
70 switch (inst.getOperation()) {
72 EmitAbsDifference(streamer, inst.getLabel(), begin);
73 b2 |= (inst.getRegister() & 0x0F) << 4;
77 EmitAbsDifference(streamer, inst.getLabel(), begin);
78 if (inst.getSize() > 512*1024-8) {
81 w = inst.getSize() & 0xFFF8;
83 w = inst.getSize() >> 16;
86 w = inst
65 EmitUnwindCode(MCStreamer &streamer, MCSymbol *begin, MCWin64EHInstruction &inst) argument
183 MCWin64EHInstruction inst = info->Instructions.back(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp42 if (IntrinsicInst *inst = dyn_cast<IntrinsicInst>(II)) {
43 Intrinsic::ID id = inst->getIntrinsicID();
63 Instruction *inst = SplitPoints[i]; local
64 inst->getParent()->splitBasicBlock(inst, "bar_split");
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBInstructionList.cpp60 SBInstruction inst; local
62 inst.SetOpaque (m_opaque_sp->GetInstructionList().GetInstructionAtIndex (idx));
63 return inst;
105 Instruction *inst = m_opaque_sp->GetInstructionList().GetInstructionAtIndex (i).get(); local
106 if (inst == NULL)
108 inst->Dump (&sref, max_opcode_byte_size, true, false, NULL);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_ins.d20 * inst instruction
48 tcl*:::inst-start
50 @calls[pid, "inst", copyinstr(arg0)] = count();
H A Dintoncpu.d58 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
H A Dinttimes.d59 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
60 @num[self->name, this->inst] = sum(vtimestamp - self->ts);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_ins.d20 * inst instruction
48 tcl*:::inst-start
50 @calls[pid, "inst", copyinstr(arg0)] = count();
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Cpu/
H A Dintoncpu.d58 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
59 @Time[self->name, this->inst] = quantize(vtimestamp - self->ts);
H A Dinttimes.d59 this->inst = this->devi != 0 ? this->devi->devi_instance : 0;
60 @num[self->name, this->inst] = sum(vtimestamp - self->ts);
/freebsd-10.0-release/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...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DOpcode.cpp54 for (uint32_t i=0; i<m_data.inst.length; ++i)
58 bytes_written += s->Printf ("%2.2x", m_data.inst.bytes[i]);
107 buf[0] = m_data.inst.bytes[2];
108 buf[1] = m_data.inst.bytes[3];
109 buf[2] = m_data.inst.bytes[0];
110 buf[3] = m_data.inst.bytes[1];
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-zephyr.c50 char *inst; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
147 z.inst = 0;
177 PARSE_FIELD_STR(z.inst);
213 printf(" locate %s", z.inst);
223 if (!strcmp(z.inst, "CLIENT")) {
261 if (!strcmp(z.inst, "HM")) {
266 if (!strcmp(z.inst, "REALM")) {
280 printf(" hm_ctl %s", str_to_lower(z.inst));
[all...]
/freebsd-10.0-release/sys/mips/mips/
H A Dtrap.c210 MipsKernGenException, /* virtual coherence exception inst */
928 InstFmt inst; local
929 inst = *(InstFmt *)(intptr_t)trapframe->pc;
930 switch (inst.RType.op) {
932 switch (inst.RType.func) {
935 if (inst.RType.rd == 29) {
937 frame_regs[inst.RType.rt] = (register_t)(intptr_t)td->td_md.md_tls;
940 frame_regs[inst.RType.rt] += TLS_TP_OFFSET + TLS_TCB_SIZE32;
943 frame_regs[inst.RType.rt] += TLS_TP_OFFSET + TLS_TCB_SIZE;
1194 InstFmt inst; local
1585 u_int32_t inst = *((u_int32_t *)(intptr_t)pc); local
[all...]
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-10.0-release/sys/sparc64/include/
H A Ddb_machdep.h45 #define BKPT_SET(inst) (BKPT_INST)
/freebsd-10.0-release/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:__anon1282
4733 unsigned short inst; local
5132 t_inst inst; local
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp192 /// @param[in] inst
198 virtual bool InstrumentInstruction(llvm::Instruction *inst) = 0;
203 /// @param[in] inst
357 bool InstrumentInstruction(llvm::Instruction *inst) argument
363 PrintValue(inst).c_str());
370 if (llvm::LoadInst *li = dyn_cast<llvm::LoadInst> (inst))
372 else if (llvm::StoreInst *si = dyn_cast<llvm::StoreInst> (inst))
382 inst);
395 inst);
439 bool InstrumentInstruction(llvm::Instruction *inst) argument
[all...]
/freebsd-10.0-release/sys/amd64/amd64/
H A Ddb_disasm.c107 struct inst { struct
127 static const struct inst db_inst_0f388x[] = {
147 static const struct inst * const db_inst_0f38[] = {
232 static const struct inst db_inst_0f0x[] = {
252 static const struct inst db_inst_0f2x[] = {
272 static const struct inst db_inst_0f3x[] = {
292 static const struct inst db_inst_0f4x[] = {
312 static const struct inst db_inst_0f7x[] = {
332 static const struct inst db_inst_0f8x[] = {
352 static const struct inst db_inst_0f9
1198 int inst; local
[all...]

Completed in 346 milliseconds

12345