Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dtic4x.h229 unsigned long opcode; member
311 #define A_CLASS_INSN(name, opcode, level) \ argument
312 { name, opcode|0x00000000, 0xffe00000, "Q;R", level }, \
313 { name, opcode|0x00200000, 0xffe00000, "@,R", level }, \
314 { name, opcode|0x00400000, 0xffe00000, "*,R", level }, \
315 { name, opcode|0x00600000, 0xffe00000, "S,R", level }
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
325 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \
326 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, \
327 { name, opcode|0x40400000, 0xf0600000, "*,R", level }, \
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic4x.h229 unsigned long opcode; member
311 #define A_CLASS_INSN(name, opcode, level) \ argument
312 { name, opcode|0x00000000, 0xffe00000, "Q;R", level }, \
313 { name, opcode|0x00200000, 0xffe00000, "@,R", level }, \
314 { name, opcode|0x00400000, 0xffe00000, "*,R", level }, \
315 { name, opcode|0x00600000, 0xffe00000, "S,R", level }
324 #define AB_CLASS_INSN(name, opcode, level) \ argument
325 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \
326 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, \
327 { name, opcode|0x40400000, 0xf0600000, "*,R", level }, \
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/d10v/
Dgencode.c28 struct d10v_opcode *opcode; in write_header() local
30 for (opcode = (struct d10v_opcode *)d10v_opcodes; opcode->name; opcode++) in write_header()
31 if (opcode->format != OPCODE_FAKE) in write_header()
32 printf ("void OP_%lX (SIM_DESC, SIM_CPU *);\t\t/* %s */\n", opcode->opcode, opcode->name); in write_header()
42 struct d10v_opcode *opcode; in write_template() local
48 for (opcode = (struct d10v_opcode *)d10v_opcodes; opcode->name; opcode++) in write_template()
50 if (opcode->format != OPCODE_FAKE) in write_template()
52 printf("/* %s */\nvoid\nOP_%lX ()\n{\n", opcode->name, opcode->opcode); in write_template()
58 int flags = d10v_operands[opcode->operands[i]].flags; in write_template()
65 printf ("printf(\" %s\\n\");\n",opcode->name); in write_template()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dnios2-dis.c45 const struct nios2_opcode *opcode; member
138 new_hash->opcode = op; in nios2_init_opcode_hash()
154 printf ("%s ", tmp_hash->opcode->name); in nios2_init_opcode_hash()
166 printf ("%s ", tmp_hash->opcode->name); in nios2_init_opcode_hash()
177 nios2_find_opcode_hash (unsigned long opcode, unsigned long mach) in nios2_find_opcode_hash() argument
195 if (state->nop->match == (opcode & state->nop->mask)) in nios2_find_opcode_hash()
199 for (entry = state->ps_hash[state->extract_opcode (opcode)]; in nios2_find_opcode_hash()
201 if (entry->opcode->match == (opcode & entry->opcode->mask)) in nios2_find_opcode_hash()
202 return entry->opcode; in nios2_find_opcode_hash()
205 for (entry = state->hash[state->extract_opcode (opcode)]; in nios2_find_opcode_hash()
[all …]
Dkvx-opc.c8476 .opcode = 0x64000000,
8496 .opcode = 0xf4013000,
8501 .opcode = 0x00000000,
8521 .opcode = 0xf4012000,
8526 .opcode = 0x00000000,
8546 .opcode = 0x74000000,
8566 .opcode = 0x6a000000,
8586 .opcode = 0x7a000000,
8606 .opcode = 0x65000000,
8626 .opcode = 0xf5013000,
[all …]
Dpru-dis.c43 pru_find_opcode (unsigned long opcode) in pru_find_opcode() argument
51 if ((p->mask & opcode) == p->match) in pru_find_opcode()
83 unsigned long opcode, bfd_vma address, in pru_print_insn_arg() argument
96 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), in pru_print_insn_arg()
97 GET_INSN_FIELD (RDSEL, opcode), in pru_print_insn_arg()
103 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), in pru_print_insn_arg()
104 GET_INSN_FIELD (RDB, opcode), in pru_print_insn_arg()
108 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), in pru_print_insn_arg()
109 GET_INSN_FIELD (RS1SEL, opcode), in pru_print_insn_arg()
113 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), in pru_print_insn_arg()
[all …]
Dtic54x-dis.c52 unsigned short opcode; in print_insn_tic54x() local
63 opcode = bfd_getl16 (opbuf); in print_insn_tic54x()
64 tm = tic54x_get_insn (info, memaddr, opcode, &size); in print_insn_tic54x()
73 if (!print_parallel_instruction (info, memaddr, opcode, tm, size)) in print_insn_tic54x()
78 if (!print_instruction (info, memaddr, opcode, in print_insn_tic54x()
110 if (tm->opcode == (memdata & tm->mask)) in tic54x_get_insn()
140 if (tm->opcode == (memdata & tm->mask)) in tic54x_get_insn()
172 unsigned short opcode, in print_instruction() argument
214 sprint_dual_address (info, operand[i], XMEM (opcode)); in print_instruction()
218 sprint_dual_address (info, operand[i], YMEM (opcode)); in print_instruction()
[all …]
Dppc-dis.c485 if (seg < PPC_OP (powerpc_opcodes[idx].opcode)) in disassemble_init_powerpc()
494 if (seg < PPC_PREFIX_SEG (prefix_opcodes[idx].opcode)) in disassemble_init_powerpc()
504 op = VLE_OP (vle_opcodes[idx].opcode, vle_opcodes[idx].mask); in disassemble_init_powerpc()
515 if (seg < LSP_OP_TO_SEG (lsp_opcodes[idx].opcode)) in disassemble_init_powerpc()
525 op = SPE2_XOP (spe2_opcodes[idx].opcode); in disassemble_init_powerpc()
629 const struct powerpc_opcode *opcode, *opcode_end; in lookup_powerpc() local
637 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op]; in lookup_powerpc()
638 opcode < opcode_end; in lookup_powerpc()
639 ++opcode) in lookup_powerpc()
645 if ((insn & opcode->mask) != opcode->opcode in lookup_powerpc()
[all …]
Dalpha-dis.c61 const struct alpha_opcode *opcode, *opcode_end; in print_insn_alpha() local
69 opcode = alpha_opcodes; in print_insn_alpha()
70 opcode_end = opcode + alpha_num_opcodes; in print_insn_alpha()
74 opcode_index[op] = opcode; in print_insn_alpha()
75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) in print_insn_alpha()
76 ++opcode; in print_insn_alpha()
78 opcode_index[op] = opcode; in print_insn_alpha()
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode) in print_insn_alpha()
119 if ((insn ^ opcode->opcode) & opcode->mask) in print_insn_alpha()
122 if (!(opcode->flags & isa_mask)) in print_insn_alpha()
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dnios2-dis.c45 const struct nios2_opcode *opcode; member
138 new_hash->opcode = op; in nios2_init_opcode_hash()
154 printf ("%s ", tmp_hash->opcode->name); in nios2_init_opcode_hash()
166 printf ("%s ", tmp_hash->opcode->name); in nios2_init_opcode_hash()
177 nios2_find_opcode_hash (unsigned long opcode, unsigned long mach) in nios2_find_opcode_hash() argument
195 if (state->nop->match == (opcode & state->nop->mask)) in nios2_find_opcode_hash()
199 for (entry = state->ps_hash[state->extract_opcode (opcode)]; in nios2_find_opcode_hash()
201 if (entry->opcode->match == (opcode & entry->opcode->mask)) in nios2_find_opcode_hash()
202 return entry->opcode; in nios2_find_opcode_hash()
205 for (entry = state->hash[state->extract_opcode (opcode)]; in nios2_find_opcode_hash()
[all …]
Dkvx-opc.c8474 .opcode = 0x64000000,
8494 .opcode = 0xf4013000,
8499 .opcode = 0x00000000,
8519 .opcode = 0xf4012000,
8524 .opcode = 0x00000000,
8544 .opcode = 0x74000000,
8564 .opcode = 0x6a000000,
8584 .opcode = 0x7a000000,
8604 .opcode = 0x65000000,
8624 .opcode = 0xf5013000,
[all …]
Dpru-dis.c43 pru_find_opcode (unsigned long opcode) in pru_find_opcode() argument
51 if ((p->mask & opcode) == p->match) in pru_find_opcode()
83 unsigned long opcode, bfd_vma address, in pru_print_insn_arg() argument
96 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), in pru_print_insn_arg()
97 GET_INSN_FIELD (RDSEL, opcode), in pru_print_insn_arg()
103 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), in pru_print_insn_arg()
104 GET_INSN_FIELD (RDB, opcode), in pru_print_insn_arg()
108 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), in pru_print_insn_arg()
109 GET_INSN_FIELD (RS1SEL, opcode), in pru_print_insn_arg()
113 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), in pru_print_insn_arg()
[all …]
Dtic54x-dis.c52 unsigned short opcode; in print_insn_tic54x() local
63 opcode = bfd_getl16 (opbuf); in print_insn_tic54x()
64 tm = tic54x_get_insn (info, memaddr, opcode, &size); in print_insn_tic54x()
73 if (!print_parallel_instruction (info, memaddr, opcode, tm, size)) in print_insn_tic54x()
78 if (!print_instruction (info, memaddr, opcode, in print_insn_tic54x()
110 if (tm->opcode == (memdata & tm->mask)) in tic54x_get_insn()
140 if (tm->opcode == (memdata & tm->mask)) in tic54x_get_insn()
172 unsigned short opcode, in print_instruction() argument
214 sprint_dual_address (info, operand[i], XMEM (opcode)); in print_instruction()
218 sprint_dual_address (info, operand[i], YMEM (opcode)); in print_instruction()
[all …]
Dppc-dis.c475 if (seg < PPC_OP (powerpc_opcodes[idx].opcode)) in disassemble_init_powerpc()
484 if (seg < PPC_PREFIX_SEG (prefix_opcodes[idx].opcode)) in disassemble_init_powerpc()
494 op = VLE_OP (vle_opcodes[idx].opcode, vle_opcodes[idx].mask); in disassemble_init_powerpc()
505 if (seg < LSP_OP_TO_SEG (lsp_opcodes[idx].opcode)) in disassemble_init_powerpc()
515 op = SPE2_XOP (spe2_opcodes[idx].opcode); in disassemble_init_powerpc()
619 const struct powerpc_opcode *opcode, *opcode_end; in lookup_powerpc() local
627 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op]; in lookup_powerpc()
628 opcode < opcode_end; in lookup_powerpc()
629 ++opcode) in lookup_powerpc()
635 if ((insn & opcode->mask) != opcode->opcode in lookup_powerpc()
[all …]
Dalpha-dis.c61 const struct alpha_opcode *opcode, *opcode_end; in print_insn_alpha() local
69 opcode = alpha_opcodes; in print_insn_alpha()
70 opcode_end = opcode + alpha_num_opcodes; in print_insn_alpha()
74 opcode_index[op] = opcode; in print_insn_alpha()
75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) in print_insn_alpha()
76 ++opcode; in print_insn_alpha()
78 opcode_index[op] = opcode; in print_insn_alpha()
117 for (opcode = opcode_index[op]; opcode < opcode_end; ++opcode) in print_insn_alpha()
119 if ((insn ^ opcode->opcode) & opcode->mask) in print_insn_alpha()
122 if (!(opcode->flags & isa_mask)) in print_insn_alpha()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k6/
Dcross.pl71 my ($addr,$b1,$b2,$b3, $prefix,$opcode,$modrm);
102 $opcode = $b2;
106 $opcode = $b1;
113 && $opcode !~ /^8/ # jcond disp32
123 && $opcode !~ /1[012345]/ # adc
124 && $opcode !~ /1[89abcd]/ # sbb
125 && $opcode !~ /^4/ # inc/dec reg
126 && $opcode !~ /^5/ # push/pop reg
127 && $opcode !~ /68/ # push $imm32
128 && $opcode !~ /^7/ # jcond disp8
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mn10200.c343 int opcode = fragP->fr_literal[offset] & 0xff; in md_convert_frag() local
345 switch (opcode) in md_convert_frag()
348 opcode = 0xe9; in md_convert_frag()
351 opcode = 0xe8; in md_convert_frag()
354 opcode = 0xe2; in md_convert_frag()
357 opcode = 0xe0; in md_convert_frag()
360 opcode = 0xe1; in md_convert_frag()
363 opcode = 0xe3; in md_convert_frag()
366 opcode = 0xe6; in md_convert_frag()
369 opcode = 0xe4; in md_convert_frag()
[all …]
Dtc-tic30.c223 unsigned opcode; member
237 insn_template *opcode; variable
242 unsigned opcode; /* Final opcode. */ member
571 current_op->reg.opcode = regop->opcode; in tic30_operand()
633 unsigned opcode; /* Final opcode. */ member
906 if ((p_insn.operand_type[0][2]->reg.opcode != 0x00) in tic30_parallel_insn()
907 && (p_insn.operand_type[0][2]->reg.opcode != 0x01)) in tic30_parallel_insn()
913 if ((p_insn.operand_type[1][2]->reg.opcode != 0x02) in tic30_parallel_insn()
914 && (p_insn.operand_type[1][2]->reg.opcode != 0x03)) in tic30_parallel_insn()
962 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn()
[all …]
Dtc-mn10300.c481 int opcode = fragP->fr_literal[offset] & 0xff; in md_convert_frag() local
483 switch (opcode) in md_convert_frag()
486 opcode = 0xc9; in md_convert_frag()
489 opcode = 0xc8; in md_convert_frag()
492 opcode = 0xc2; in md_convert_frag()
495 opcode = 0xc0; in md_convert_frag()
498 opcode = 0xc1; in md_convert_frag()
501 opcode = 0xc3; in md_convert_frag()
504 opcode = 0xc6; in md_convert_frag()
507 opcode = 0xc4; in md_convert_frag()
[all …]
Dtc-moxie.c64 const moxie_opc_info_t *opcode; in md_begin() local
68 for (count = 0, opcode = moxie_form1_opc_info; count++ < 64; opcode++) in md_begin()
69 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin()
71 for (count = 0, opcode = moxie_form2_opc_info; count++ < 4; opcode++) in md_begin()
72 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin()
74 for (count = 0, opcode = moxie_form3_opc_info; count++ < 10; opcode++) in md_begin()
75 str_hash_insert (opcode_hash_control, opcode->name, opcode, 0); in md_begin()
157 moxie_opc_info_t *opcode; in md_assemble() local
181 opcode = (moxie_opc_info_t *) str_hash_find (opcode_hash_control, op_start); in md_assemble()
184 if (opcode == NULL) in md_assemble()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
Dx86_64-xlate.pl162 { package opcode; # pick up opcodes package
300 die if ($opcode->mnemonic() ne "mov");
301 $opcode->mnemonic("lea");
305 $self->{opcode} = $opcode;
361 my $mnemonic = $self->{opcode}->mnemonic();
388 my ($class, $line, $opcode) = @_;
398 $opcode->size($self->size());
497 my ($class, $line, $opcode) = @_;
510 $self->{opcode} = $opcode;
516 if ($nasm && $self->{opcode}->mnemonic()=~m/^j(?![re]cxz)/) {
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-zephyr.c54 const char *opcode; member
206 PARSE_FIELD_STR(z.opcode); in zephyr_print()
234 if (!strcmp(z.opcode, "USER_HIDE")) in zephyr_print()
236 else if (!strcmp(z.opcode, "USER_UNHIDE")) in zephyr_print()
244 ZEPHYR_PRINT(" zephyr-admin ", str_to_lower(z.opcode)); in zephyr_print()
250 if (!strcmp(z.opcode, "SUBSCRIBE") || in zephyr_print()
251 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || in zephyr_print()
252 !strcmp(z.opcode, "UNSUBSCRIBE")) { in zephyr_print()
254 ND_PRINT(" %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : "", in zephyr_print()
255 strcmp(z.opcode, "SUBSCRIBE_NODEFS") ? "" : in zephyr_print()
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-20165 * opcode/pru.h: New file.
10 * opcode/mips.h: Document `0', `1', `2', `3', `4' and `s'
15 * opcode/mips.h: Replace `0' and `4' operand codes with `.' and
20 * opcode/mips.h (INSN2_SHORT_ONLY): New macro.
25 * opcode/xgate.h: Likewise.
29 * opcode/mips.h (mips_opcode_32bit_p): New inline function.
54 * opcode/aarch64.h (aarch64_operand_class): Remove
62 * opcode/mips.h: Remove references to `>' operand code.
66 * opcode/mips.h (INSN_CHIP_MASK): Update according to bit use.
70 * opcode/mips.h (ASE_DSPR3): Add a comment.
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-20165 * opcode/pru.h: New file.
10 * opcode/mips.h: Document `0', `1', `2', `3', `4' and `s'
15 * opcode/mips.h: Replace `0' and `4' operand codes with `.' and
20 * opcode/mips.h (INSN2_SHORT_ONLY): New macro.
25 * opcode/xgate.h: Likewise.
29 * opcode/mips.h (mips_opcode_32bit_p): New inline function.
54 * opcode/aarch64.h (aarch64_operand_class): Remove
62 * opcode/mips.h: Remove references to `>' operand code.
66 * opcode/mips.h (INSN_CHIP_MASK): Update according to bit use.
70 * opcode/mips.h (ASE_DSPR3): Add a comment.
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/cr16/
Dinterp.c58 uint32_t opcode; member
97 while ((ins & mask) != (BIN(h->opcode, h->mask))) in lookup_hash()
345 if ((h == NULL) || (h->opcode == 0)) in do_run()
479 h = &hash_table[hash(s->opcode, 0)]; in sim_open()
483 if (((s->opcode << 1) >> 4) != 0) in sim_open()
484 h = &hash_table[hash((s->opcode << 1) >> 4, 0)]; in sim_open()
486 h = &hash_table[hash((s->opcode << 1), 0)]; in sim_open()
490 if ((s->opcode >> 4) != 0) in sim_open()
491 h = &hash_table[hash(s->opcode >> 4, 0)]; in sim_open()
493 h = &hash_table[hash(s->opcode, 0)]; in sim_open()
[all …]

12345678910>>...48