Searched refs:opcode (Results 101 - 125 of 375) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/
H A Df-exp.y144 enum exp_opcode opcode;
204 %token <opcode> ASSIGN_MODIFY
786 enum exp_opcode opcode;
964 yylval.opcode = dot_ops[i].opcode;
1122 yylval.opcode = f77_keywords[i].opcode;
H A Dparser-defs.h226 enum exp_opcode opcode;
225 enum exp_opcode opcode; member in struct:op_print
H A Dwince.c869 unsigned short opcode; local
873 opcode = read_memory_integer ((CORE_ADDR) c->Fir, sizeof (opcode));
875 if ((opcode & COND_BR_MASK) == BT_INSTR)
879 displacement = (opcode & COND_DISP) << 1;
891 else if ((opcode & COND_BR_MASK) == BF_INSTR)
897 displacement = (opcode & COND_DISP) << 1;
907 else if ((opcode & UCOND_DBR_MASK) == BRA_INSTR)
909 displacement = (opcode & UCOND_DISP) << 1;
919 else if ((opcode
[all...]
H A Djv-exp.y143 enum exp_opcode opcode;
181 %token <opcode> ASSIGN_MODIFY
545 if (base < 0 || expout->elts[base+2].opcode != OP_TYPE)
824 enum exp_opcode opcode;
879 yylval.opcode = tokentab3[i].opcode;
888 yylval.opcode = tokentab2[i].opcode;
H A Dtypeprint.c190 if (exp->elts[0].opcode == OP_TYPE)
334 if (expr->elts[0].opcode == OP_TYPE)
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp241 uint8_t opcode = debug_line_data.getU8(offset_ptr); local
243 if (opcode == 0) {
244 // Extended Opcodes always start with a zero opcode followed by
315 // Length doesn't include the zero opcode byte or the length itself, but
320 } else if (opcode < prologue->OpcodeBase) {
321 switch (opcode) {
371 // opcode 255. The motivation for DW_LNS_const_add_pc is this:
373 // small amount, it can use a single special opcode, which occupies
375 // twice the range of the last special opcode, it can use
376 // DW_LNS_const_add_pc followed by a special opcode, fo
[all...]
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_hw.c645 c_intr->opcode = Q8_MBX_CONFIG_INTR;
720 c_rss->opcode = Q8_MBX_CONFIG_RSS;
780 c_rss_ind->opcode = Q8_MBX_CONFIG_RSS_TABLE;
821 intrc->opcode = Q8_MBX_CONFIG_INTR_COALESCE;
876 cmac->opcode = Q8_MBX_CONFIG_MAC_ADDR;
930 rcv_mode->opcode = Q8_MBX_CONFIG_MAC_RX_MODE;
995 max_mtu->opcode = Q8_MBX_SET_MAX_MTU;
1033 lnk->opcode = Q8_MBX_LINK_EVENT_REQ;
1070 fw_lro->opcode = Q8_MBX_CONFIG_FW_LRO;
1254 stat->opcode
1344 uint16_t etype, opcode, offload = 1; local
1468 uint16_t etype, opcode, offload = 1; local
[all...]
H A Dql_isr.c346 uint32_t opcode; local
356 opcode = Q8_STAT_DESC_OPCODE((sdesc->data[1]));
358 if (!opcode) {
359 device_printf(ha->pci_dev, "%s: opcode=0 %p %p\n",
367 device_printf(ha->pci_dev, "%s: opcode=0 %p %p\n",
455 uint32_t comp_idx, c_idx = 0, desc_count = 0, opcode; local
483 opcode = Q8_STAT_DESC_OPCODE((sdesc->data[1]));
485 if (!opcode)
489 switch (opcode) {
707 opcode
[all...]
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c814 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
817 KASSERT(opcode == CPL_PEER_CLOSE,
818 ("%s: unexpected opcode 0x%x", __func__, opcode));
928 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
931 KASSERT(opcode == CPL_CLOSE_CON_RPL,
932 ("%s: unexpected opcode 0x%x", __func__, opcode));
1033 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
1036 KASSERT(opcode
1103 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
1332 unsigned int opcode = G_CPL_FW4_ACK_OPCODE(be32toh(OPCODE_TID(cpl))); local
1430 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
[all...]
H A Dt4_listen.c721 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
724 KASSERT(opcode == CPL_PASS_OPEN_RPL,
725 ("%s: unexpected opcode 0x%x", __func__, opcode));
796 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
799 KASSERT(opcode == CPL_CLOSE_LISTSRV_RPL,
800 ("%s: unexpected opcode 0x%x", __func__, opcode));
853 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
856 KASSERT(opcode
900 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
1245 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
1517 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); local
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c322 ng_output(const char *path, u_int cookie, u_int opcode, argument
325 return (NgSendMsg(csock, path, (int)cookie, (int)opcode, arg, arglen));
328 ng_output_node(const char *node, u_int cookie, u_int opcode, argument
334 return (ng_output(path, cookie, opcode, arg, arglen));
337 ng_output_id(ng_ID_t node, u_int cookie, u_int opcode, argument
343 return (ng_output(path, cookie, opcode, arg, arglen));
353 ng_dialog(const char *path, u_int cookie, u_int opcode, argument
362 if ((token = ng_output(path, cookie, opcode, arg, arglen)) < 0)
378 cookie, opcode);
420 ng_dialog_node(const char *node, u_int cookie, u_int opcode, argument
429 ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode, const void *arg, size_t arglen) argument
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcgen.h875 format. Each insn's opcode table entry contains a format table entry.
877 so one can reduce the size of the opcode table by recording the format table
921 (opcode & mask) == value. */
935 /* The opcode portion of the base insn. */
939 /* Extra opcode values beyond base_value. */
944 /* Instruction opcode table.
947 /* ??? Some ports already have an opcode table yet still need to use the rest
948 of what cgen_insn has. Plus keeping the opcode data with the operand
969 /* Instruction opcode value. */
1062 const CGEN_OPCODE *opcode;
1048 const CGEN_OPCODE *opcode; member in struct:cgen_insn
[all...]
H A Dspu.h77 #include "opcode/spu-insns.h"
86 unsigned int opcode; member in struct:spu_opcode
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dqp.c130 if (wr->opcode == IBV_WR_ATOMIC_CMP_AND_SWP) {
222 if (wr->opcode >= sizeof mlx4_ib_opcode / sizeof mlx4_ib_opcode[0]) {
238 if (wr->opcode == IBV_WR_SEND_WITH_IMM ||
239 wr->opcode == IBV_WR_RDMA_WRITE_WITH_IMM)
253 switch (wr->opcode) {
386 ctrl->owner_opcode = htonl(mlx4_ib_opcode[wr->opcode]) |
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c432 u_int code; /* extension field opcode */
456 * the opcode and the size field here. More stringent
461 code = ntohl(ep->opcode) & 0xffff0000;
462 len = ntohl(ep->opcode) & 0x0000ffff;
1050 "%04x %d %02x %s", htonl(ep->opcode),
1093 u_int opcode; /* extension field opcode */ local
1112 opcode = ntohl(ep->opcode);
1115 if (!(opcode
1433 u_int opcode, len; local
1698 crypto_args( struct peer *peer, u_int opcode, associd_t associd, char *str ) argument
1754 u_int len, vallen, siglen, opcode; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddwarf2dbg.c93 nonzero, use the DW_LNS_fixed_advance_pc opcode instead. */
105 /* Minimum line offset in a special line info. opcode. This value
110 /* Range of line offsets in a special line info. opcode. */
728 /* Emit a statement program opcode into the current segment. */
843 unsigned int tmp, opcode;
864 /* If the line increment is out of range of a special opcode, we
873 /* Bias the opcode by the special opcode base. */
879 /* Try using a special opcode. */
880 opcode
839 unsigned int tmp, opcode; local
898 unsigned int tmp, opcode; local
[all...]
/freebsd-9.3-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c61 const char *opcode(int);
269 opcode(ntohs(tp->th_opcode)),
336 opcode(int code) function
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-cfm.c50 u_int8_t opcode; member in struct:cfm_common_header_t
323 tok2str(cfm_opcode_values, "unknown (%u)", cfm_common_header->opcode),
328 * In non-verbose mode just print the opcode and md-level.
339 switch (cfm_common_header->opcode) {
H A Dprint-eigrp.c43 u_int8_t opcode; member in struct:eigrp_common_header
247 tok2str(eigrp_opcode_values, "unknown (%u)",eigrp_com_header->opcode),
257 printf("\n\tEIGRP v%u, opcode: %s (%u), chksum: 0x%04x, Flags: [%s]\n\tseq: 0x%08x, ack: 0x%08x, AS: %u, length: %u",
259 tok2str(eigrp_opcode_values, "unknown, type: %u",eigrp_com_header->opcode),
260 eigrp_com_header->opcode,
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c349 { "(illegal opcode)", dt_dis_str },
443 dif_instr_t opcode = DIF_INSTR_OP(instr); local
445 if (opcode >= sizeof (optab) / sizeof (optab[0]))
446 opcode = 0; /* force invalid opcode message */
448 op = &optab[opcode];
/freebsd-9.3-release/sys/dev/tws/
H A Dtws_hdm.c74 int tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode);
243 tws_send_generic_cmd(struct tws_softc *sc, u_int8_t opcode) argument
248 TWS_TRACE_DEBUG(sc, "entry", sc, opcode);
261 cmd->sgl_off__opcode = BUILD_RES__OPCODE(0, opcode);
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_crypto.h143 u_int32 opcode; /* opcode */ member in struct:exten
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwres_noop.c27 * the resolver daemon and is simply echoed back. The opcode is intended
30 * There are four main functions for the no-op opcode. One render
56 * is because the no-op opcode simply echos whatever data was sent: the
82 * The no-op opcode functions lwres_nooprequest_render(),
140 pkt->opcode = LWRES_OPCODE_NOOP;
193 pkt->opcode = LWRES_OPCODE_NOOP;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-spu.c32 #include "opcode/spu-insns.h"
44 unsigned int opcode; member in struct:spu_insn
310 insn.opcode = format->opcode;
346 /* grow the current frag and plop in the opcode */
349 md_number_to_chars (thisfrag, insn.opcode, 4);
560 insn->opcode |= regno << arg_encode[arg].pos;
579 insn->opcode |= ex.X_add_number << arg_encode[arg].pos;
688 insn->opcode |= ((val >> 2) & 0x7f);
690 insn->opcode |
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-dis.c26 #include "opcode/ia64.h"
35 unit_to_type (ia64_insn opcode, enum ia64_unit unit) argument
40 op = IA64_OP (opcode);

Completed in 226 milliseconds

1234567891011>>