Searched refs:opcode (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/binutils/opcodes/
H A Ds390-dis.c26 #include "opcode/s390.h"
32 /* Set up index table for first opcode byte. */
37 const struct s390_opcode *opcode; local
42 for (opcode = s390_opcodes; opcode < opcode_end; opcode++)
44 opc_index[(int) opcode->opcode[0]] = opcode - s390_opcodes;
45 while ((opcode < opcode_en
110 const struct s390_opcode *opcode; local
[all...]
H A Dalpha-dis.c5 patterned after the PPC opcode handling written by Ian Lance Taylor.
27 #include "opcode/alpha.h"
64 const struct alpha_opcode *opcode, *opcode_end; local
72 opcode = alpha_opcodes;
73 opcode_end = opcode + alpha_num_opcodes;
77 opcode_index[op] = opcode;
78 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
79 ++opcode;
[all...]
H A Darc-ext.c34 arcExtMap_instName(int opcode, int minor, int *flags) argument
36 if (opcode == 3)
42 opcode = 0x1f - 0x10 + minor - 0x09 + 1;
45 if (opcode < 0x10)
48 opcode -= 0x10;
49 if (!arc_extension_map.instructions[opcode])
51 *flags = arc_extension_map.instructions[opcode]->flags;
52 return arc_extension_map.instructions[opcode]->name;
161 p[2] = opcode
162 p[3] = minor opcode (i
180 char opcode = p[2]; local
[all...]
H A Ds390-mkopc.c1 /* s390-mkopc.c -- Generates opcode table out of s390-opc.txt
45 char opcode[16]; member in struct:op_struct
67 /* `insertOpcode': insert an op_struct into sorted opcode array. */
70 insertOpcode (char *opcode, char *mnemonic, char *format, argument
85 str = opcode;
108 strcpy(op_array[ix].opcode, opcode);
119 "/* The opcode table. This file was generated by s390-mkopc.\n\n"
120 " The format of the opcode table is:\n\n"
123 " OPCODE is the instruction opcode
175 char opcode[16]; local
[all...]
H A Dia64-asmtab.h1 /* ia64-asmtab.h -- Header for compacted IA-64 opcode tables.
25 #include "opcode/ia64.h"
27 /* The primary opcode table is made up of the following: */
31 opcode. */
34 /* The type of opcode; corresponds to the TYPE field in
38 /* The number of outputs for this opcode. */
41 /* The base insn value for this opcode. It may be modified by completers. */
42 ia64_insn opcode; member in struct:ia64_main_table
64 The completer entries modify certain bits in the instruction opcode.
67 opcode
[all...]
H A Dppc-dis.c25 #include "opcode/ppc.h"
191 const struct powerpc_opcode *opcode; local
210 /* Get the major opcode of the instruction. */
213 /* Find the first match in the opcode table. We could speed this up
214 a bit by doing a binary search on the major opcode. */
217 for (opcode = powerpc_opcodes; opcode < opcode_end; opcode++)
227 table_op = PPC_OP (opcode->opcode);
[all...]
H A DMakefile.am498 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
501 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
504 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
508 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
512 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
649 $(INCDIR)/opcode/alpha.h
651 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
655 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
660 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
667 $(INCDIR)/opcode/ar
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-zephyr.c51 char *opcode; member in struct:z_packet
148 z.opcode = 0;
178 PARSE_FIELD_STR(z.opcode);
208 if (!strcmp(z.opcode, "USER_HIDE"))
210 else if (!strcmp(z.opcode, "USER_UNHIDE"))
218 printf(" zephyr-admin %s", str_to_lower(z.opcode));
224 if (!strcmp(z.opcode, "SUBSCRIBE") ||
225 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
226 !strcmp(z.opcode, "UNSUBSCRIBE")) {
228 printf(" %ssub%s", strcmp(z.opcode, "SUBSCRIB
[all...]
H A Dprint-tftp.c80 register int opcode, i; local
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
91 cp = tok2str(op2str, "tftp-#%d", opcode);
93 /* Bail if bogus opcode */
97 switch (opcode) {
105 if (opcode != OACK)
108 if (opcode != OACK)
146 printf("(unknown #%d)", opcode);
H A Dprint-mpcp.c44 u_int8_t opcode[2]; member in struct:mpcp_common_header_t
147 u_int16_t opcode; local
156 opcode = EXTRACT_16BITS(mpcp.common_header->opcode);
157 printf("MPCP, Opcode %s", tok2str(mpcp_opcode_values, "Unknown (%u)", opcode));
158 if (opcode != MPCP_OPCODE_PAUSE) {
168 switch (opcode) {
265 /* unknown opcode - hexdump for now */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Di386ly-tdep.c40 char opcode[7]; local
44 read_memory_nobpt (frame->pc - 7, opcode, 7);
45 if (memcmp (opcode, call_inst, 7) == 0)
/freebsd-9.3-release/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c45 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) argument
57 c->opcode = (uint16_t) opcode;
58 c->opcode = htole16(c->opcode);
91 cc->opcode = le16toh(cc->opcode);
93 if (cc->opcode == 0x0000 || cc->opcode != opcode)
125 hci_simple_request(int s, int opcode, char *rp, int *rp_size) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dopcode.h18 /* $Id: opcode.h,v 1.8 2007/06/19 23:47:17 tbox Exp $ */
23 /*! \file dns/opcode.h */
31 isc_result_t dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target);
33 * Put a textual representation of error 'opcode' into 'target'.
36 *\li 'opcode' is a valid opcode.
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_pt.h36 u_int8_t opcode; member in struct:scsi_send_receive
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dibverbs.h84 #define IBV_INIT_CMD(cmd, size, opcode) \
87 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
89 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
94 #define IBV_INIT_CMD_RESP(cmd, size, opcode, out, outsize) \
97 (cmd)->command = IB_USER_VERBS_CMD_##opcode; \
99 (cmd)->command = IB_USER_VERBS_CMD_##opcode##_V2; \
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h51 opcode : 4, member in struct:ins_format1
55 opcode : 4,
69 opcode : 4, member in struct:ins_format2
73 opcode : 4,
86 opcode : 4, member in struct:ins_format3
90 opcode : 4,
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_debug.c123 const char *opcode; local
128 switch (dcmd->opcode) {
130 opcode = "CTRL_GETINFO";
133 opcode = "CTRL_FLUSHCACHE";
136 opcode = "CTRL_SHUTDOWN";
139 opcode = "EVENT_GETINFO";
142 opcode = "EVENT_GET";
145 opcode = "EVENT_WAIT";
148 opcode = "LD_GET_LIST";
151 opcode
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h55 int ng_output(const char *path, u_int cookie, u_int opcode,
57 int ng_output_node(const char *node, u_int cookie, u_int opcode,
59 int ng_output_id(ng_ID_t node, u_int cookie, u_int opcode,
62 struct ng_mesg *ng_dialog(const char *path, u_int cookie, u_int opcode,
64 struct ng_mesg *ng_dialog_node(const char *node, u_int cookie, u_int opcode,
66 struct ng_mesg *ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dopt_41.h27 isc_uint16_t opcode; member in struct:dns_rdata_opt_opcode
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dprotocol.c40 kcm_operation opcode,
44 KCM_LOG_REQUEST(context, client, opcode);
59 kcm_operation opcode,
72 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
74 ret = kcm_ccache_resolve_client(context, client, opcode,
102 kcm_operation opcode,
109 KCM_LOG_REQUEST(context, client, opcode);
133 kcm_operation opcode,
145 KCM_LOG_REQUEST(context, client, opcode);
199 kcm_operation opcode,
38 kcm_op_noop(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
57 kcm_op_get_name(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
100 kcm_op_gen_new(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
131 kcm_op_initialize(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
197 kcm_op_destroy(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
228 kcm_op_store(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
286 kcm_op_retrieve(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
376 kcm_op_get_principal(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
419 kcm_op_get_first(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
467 kcm_op_get_next(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
529 kcm_op_end_get(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
577 kcm_op_remove_cred(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
635 kcm_op_set_flags(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
682 kcm_op_chown(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
736 kcm_op_chmod(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
790 kcm_op_get_initial_ticket(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
882 kcm_op_get_ticket(krb5_context context, kcm_client *client, kcm_operation opcode, krb5_storage *request, krb5_storage *response) argument
975 kcm_op2string(kcm_operation opcode) argument
993 uint16_t opcode; local
[all...]
H A Dacl.c40 kcm_operation opcode,
50 switch (opcode) {
80 if (opcode == KCM_OP_INITIALIZE ||
81 opcode == KCM_OP_DESTROY ||
82 opcode == KCM_OP_REMOVE_CRED) {
119 client->pid, kcm_op2string(opcode), ccache->name);
38 kcm_access(krb5_context context, kcm_client *client, kcm_operation opcode, kcm_ccache ccache) argument
/freebsd-9.3-release/crypto/openssh/
H A Dttymodes.c352 int opcode, baud; local
381 opcode = packet_get_char();
382 switch (opcode) {
426 debug("Ignoring unsupported tty mode opcode %d (0x%x)",
427 opcode, opcode);
436 if (opcode > 0 && opcode < 128) {
440 } else if (opcode >= 128 && opcode < 16
[all...]
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_opstats.h113 int opcode; /* vfs opcode */ member in struct:coda_op_stats
/freebsd-9.3-release/sbin/ipfw/
H A Dipv6.c97 if (cmd->o.opcode == O_IP6_SRC_ME || cmd->o.opcode == O_IP6_DST_ME) {
101 if (cmd->o.opcode == O_IP6) {
114 (cmd->o.opcode == O_IP6_SRC || cmd->o.opcode == O_IP6_DST) ?
162 cmd->o.opcode = O_ICMP6TYPE;
262 cmd->opcode = O_EXT_HDR;
368 cmd->o.opcode = O_IP_DST_LOOKUP;
485 cmd->o.opcode = O_FLOW6ID;
499 if (cmd->opcode
[all...]
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_msq.c58 mode2xfer(device_t bus, struct ppb_device *ppbdev, int opcode) argument
63 switch (opcode) {
73 panic("%s: unknown opcode (%d)", __func__, opcode);
118 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) argument
121 struct ppb_xfer *xfer = mode2xfer(bus, ppbdev, opcode);
132 * Execute any microsequence opcode - expensive
136 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, argument
145 msq[0].opcode = opcode;
[all...]

Completed in 144 milliseconds

1234567891011>>