Searched refs:opcode (Results 251 - 275 of 736) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Ddb_interface.c125 db_frame(const struct db_variable *vp, db_expr_t *valuep, int opcode) argument
137 switch (opcode) {
145 panic("db_frame: unknown op %d", opcode);
151 db_getip(const struct db_variable *vp, db_expr_t *valuep, int opcode) argument
161 switch (opcode) {
179 panic("db_getip: unknown op %d", opcode);
185 db_getrse(const struct db_variable *vp, db_expr_t *valuep, int opcode) argument
209 switch (opcode) {
217 panic("db_getrse: unknown op %d", opcode);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.c23 #include "opcode/i386.h"
415 The result is a pointer to the first opcode byte,
613 gdb_byte *opcode = i386_skip_prefixes (insn, max_insn_len);
616 if (opcode != NULL)
617 insn = opcode;
989 four-byte operand, depending on the opcode. */
1211 these instructions; opcode bytes 0x29 and 0x2b for `subl' and
1212 opcode bytes 0x31 and 0x33 for `xorl'. */
3806 uint32_t opcode;
3928 opcode
610 gdb_byte *opcode = i386_skip_prefixes (insn, max_insn_len); local
3786 uint32_t opcode; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dopc2c.c1 /* opc2c.c --- generate C opcode decoder code from from .opc file
6 This file is part of the GNU opcode library.
104 } opcode; typedef in typeref:struct:__anon3855
107 opcode ** opcodes;
108 opcode * op;
129 opcode prefix_text, suffix_text;
145 opcode * op;
152 next_varybits (int bits, opcode * op, int byte)
174 valid_varybits (int bits, opcode * op, int byte)
237 const opcode *
[all...]
H A Dor32-opc.c32 #include "opcode/or32.h"
48 machine[31:30]: first two bits of opcode
53 machine[29:26]: next four bits of opcode
625 parse_params (const struct or32_opcode * opcode, argument
628 char *args = opcode->args;
655 arg = insn_extract (*args, opcode->encoding);
656 debug (9, "%s : %08lX ------\n", opcode->name, arg);
723 fprintf (stderr, "%s : parse error in args.\n", opcode->name);
993 struct or32_opcode const *opcode = &or32_opcodes[op_index]; local
996 sprintf (disassembled, "%s ", opcode
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dopc2c.c1 /* opc2c.c --- generate C opcode decoder code from from .opc file
6 This file is part of the GNU opcode library.
104 } opcode; typedef in typeref:struct:__anon1199
107 opcode ** opcodes;
108 opcode * op;
129 opcode prefix_text, suffix_text;
145 opcode * op;
152 next_varybits (int bits, opcode * op, int byte)
174 valid_varybits (int bits, opcode * op, int byte)
237 const opcode *
[all...]
H A Dor32-opc.c32 #include "opcode/or32.h"
48 machine[31:30]: first two bits of opcode
53 machine[29:26]: next four bits of opcode
625 parse_params (const struct or32_opcode * opcode, argument
628 char *args = opcode->args;
655 arg = insn_extract (*args, opcode->encoding);
656 debug (9, "%s : %08lX ------\n", opcode->name, arg);
723 fprintf (stderr, "%s : parse error in args.\n", opcode->name);
993 struct or32_opcode const *opcode = &or32_opcodes[op_index]; local
996 sprintf (disassembled, "%s ", opcode
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-cris.c29 #include "opcode/cris.h"
79 unsigned int opcode; member in struct:cris_prefix
101 unsigned int opcode; member in struct:cris_instruction
163 /* Handle to the opcode hash table. */
283 /* These displacements are relative to the address following the opcode
813 /* Pointer to first opcode byte in frag. */
1154 /* ...and the rest of the move-opcode for pre-v32 PIC. */
1229 as_fatal (_("Buggy opcode: `%s' \"%s\"\n"), cris_opcodes[i].name,
1277 /* Output the prefix opcode. */
1278 md_number_to_chars (opcodep, (long) prefix.opcode,
3242 unsigned int opcode; local
[all...]
H A Dtc-tic54x.c55 #include "opcode/tic54x.h"
107 unsigned short word; /* Final encoded opcode data. */
112 } opcode[3]; member in struct:_tic54x_insn
3472 insn->opcode[op].addr_expr = operand->exp;
3474 if (insn->opcode[op].addr_expr.X_op == O_constant)
3476 valueT value = insn->opcode[op].addr_expr.X_add_number;
3480 insn->opcode[0].word &= 0xFF80;
3481 insn->opcode[0].word |= (value >> 16) & 0x7F;
3482 insn->opcode[1].word = value & 0xFFFF;
3485 insn->opcode[o
[all...]
H A Dtc-sh.c956 const sh_opcode_info *opcode;
971 for (opcode = sh_table; opcode->name; opcode++)
973 if (strcmp (prev_name, opcode->name) != 0)
975 if (!SH_MERGE_ARCH_SET_VALID (opcode->arch, target_arch))
977 prev_name = opcode->name;
978 hash_insert (opcode_hash_control, opcode->name, (char *) opcode);
1677 addressing modes, return the opcode whic
954 const sh_opcode_info *opcode; local
1679 get_specific(sh_opcode_info *opcode, sh_operand_info *operands) argument
2261 build_relax(sh_opcode_info *opcode, sh_operand_info *op) argument
2343 build_Mytes(sh_opcode_info *opcode, sh_operand_info *operand) argument
2599 assemble_ppi(char *op_end, sh_opcode_info *opcode) argument
2904 sh_opcode_info *opcode; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.c83 rank in parentheses), with opcode PLUS_EXPR:
382 get_unary_op (tree name, enum tree_code opcode) argument
389 if (gimple_assign_rhs_code (stmt) == opcode)
399 eliminate_duplicate_pair (enum tree_code opcode, argument
407 /* If we have two of the same op, and the opcode is & |, min, or max,
409 If we have two of the same op, and the opcode is ^, we can
414 switch (opcode)
477 eliminate_plus_minus_pair (enum tree_code opcode, argument
486 if (opcode != PLUS_EXPR || TREE_CODE (curr->op) != SSA_NAME)
534 eliminate_not_pairs (enum tree_code opcode, argument
603 eliminate_using_constants(enum tree_code opcode, VEC(operand_entry_t, heap) **ops) argument
782 zero_one_operation(tree *def, enum tree_code opcode, tree op) argument
828 build_and_add_sum(tree tmpvar, tree op1, tree op2, enum tree_code opcode) argument
944 undistribute_ops_list(enum tree_code opcode, VEC (operand_entry_t, heap) **ops, struct loop *loop) argument
1168 optimize_ops_list(enum tree_code opcode, VEC (operand_entry_t, heap) **ops) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Dosd.h85 uint8_t opcode; member in struct:osd_args_t
104 (CDB)[0] = (ARGS)->opcode; \
122 (ARGS)->opcode = (CDB)[0]; \
140 PRINT("opcode = 0x%x\n", CDB[0]); \
/netbsd-6-1-5-RELEASE/sbin/scsictl/
H A Dscsi_subr.c105 cmd.opcode = SCSI_MODE_SENSE_6;
119 cmd.opcode = SCSI_MODE_SELECT_6;
134 cmd.opcode = SCSI_REQUEST_SENSE;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Ddb_disasm.c72 struct opcode { struct
83 void disasm_fields(const struct opcode *popcode, instr_t instr, vaddr_t loc,
85 void dis_ppc(const struct opcode *opcodeset, instr_t instr, vaddr_t loc);
119 const struct opcode opcodes[] = {
179 const struct opcode opcodes_13[] = {
198 const struct opcode opcodes_1e[] = {
209 const struct opcode opcodes_1f[] = {
344 const struct opcode opcodes_3a[] = {
351 const struct opcode opcodes_3b[] = {
366 const struct opcode opcodes_3
1075 instr_t opcode; local
1089 instr_t opcode; local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/arpa/
H A Dnameser_compat.h49 unsigned opcode: 4; /* purpose of message */ member in struct:__anon740
65 unsigned opcode :4; /* purpose of message */ member in struct:__anon740
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Dosd_ops.c96 args.opcode = 0x7F;
146 args.opcode = 0x7F;
195 args.opcode = 0x7F;
222 args.opcode = 0x7F;
251 args.opcode = 0x7F;
280 args.opcode = 0x7F;
310 args.opcode = 0x7F;
371 args.opcode = 0x7F;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dnetworking.h87 #define clear_to_zero opcode
88 u_int32 opcode; /* last request opcode */ member in struct:speer
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dinst-po-be.d1 #name: .inst pseudo-opcode test 1 - big endian version
H A Dinst-po.d1 #name: .inst pseudo-opcode test 1
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dwdsreg.h53 u_char opcode; member in struct:wds_cmd
156 u_char opcode; member in struct:wds_setup
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dslot.pl255 my ($this_pre, $addr, $this_post, $opcode) = ($1, $2, $3, $4);
257 my $this_type = $optable{$opcode};
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_all.h28 * SCSI-like command format and opcode
60 u_int8_t opcode; member in struct:scsipi_inquiry
69 u_int8_t opcode; member in struct:scsipi_start_stop
/netbsd-6-1-5-RELEASE/sys/arch/arc/dti/
H A Dbtl.c183 * icnt: number of args (outbound bytes including opcode)
201 u_char opcode = ibuf[0]; local
211 switch (opcode) {
224 if (opcode != BT_MBO_INTR_EN) {
257 if (opcode != BT_INQUIRE_REVISION &&
258 opcode != BT_INQUIRE_REVISION_3)
277 if (opcode != BT_INQUIRE_REVISION &&
278 opcode != BT_INQUIRE_REVISION_3)
291 if (opcode != BT_MBO_INTR_EN) {
535 toggle.cmd.opcode
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dparisc-mont.pl910 { my $opcode=(0x03<<26)|($2<<21)|($1<<16)|(3<<6)|$3;
911 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
914 { my $opcode=(0x03<<26)|($2<<21)|(1<<12)|(3<<6)|$3;
915 $opcode|=(($1&0xF)<<17)|(($1&0x10)<<12); # encode offset
916 $opcode|=(1<<5) if ($mod =~ /^,m/);
917 $opcode|=(1<<13) if ($mod =~ /^,mb/);
918 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
928 { my $opcode=(0x03<<26)|($3<<21)|($1<<16)|(1<<12)|(0xB<<6);
929 $opcode|=(($2&0xF)<<1)|(($2&0x10)>>4); # encode offset
930 $opcode|
[all...]
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_socket.c86 /* unprivileged commands opcode table */
88 uint16_t opcode; member in struct:__anon9259
224 if (hdr->opcode == hci_cmds[i].opcode
238 uint16_t opcode = (uint16_t)(uintptr_t)arg1; local
245 if (opcode == hci_cmds[i].opcode) {
371 hdr.opcode = le16toh(hdr.opcode);
410 DPRINTFN(2, "(%s) opcode (
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daha.c113 * icnt: number of args (outbound bytes including opcode)
131 u_char opcode = ibuf[0]; local
141 switch (opcode) {
154 if (opcode != AHA_MBO_INTR_EN) {
187 if (opcode != AHA_INQUIRE_REVISION)
206 if (opcode != AHA_INQUIRE_REVISION)
219 if (opcode != AHA_MBO_INTR_EN) {
416 toggle.cmd.opcode = AHA_MBO_INTR_EN;
609 toggle.cmd.opcode = AHA_MBO_INTR_EN;
781 config.cmd.opcode
[all...]

Completed in 456 milliseconds

<<11121314151617181920>>