| /src/external/gpl3/gdb.old/dist/sim/d10v/ |
| gencode.c | 6 #include "opcode/d10v.h" 28 struct d10v_opcode *opcode; local 30 for (opcode = (struct d10v_opcode *)d10v_opcodes; opcode->name; opcode++) 31 if (opcode->format != OPCODE_FAKE) 32 printf ("void OP_%lX (SIM_DESC, SIM_CPU *);\t\t/* %s */\n", opcode->opcode, opcode->name); 42 struct d10v_opcode *opcode; local 101 struct d10v_opcode *opcode; local [all...] |
| /src/external/gpl3/gdb/dist/sim/d10v/ |
| gencode.c | 6 #include "opcode/d10v.h" 28 struct d10v_opcode *opcode; local 30 for (opcode = (struct d10v_opcode *)d10v_opcodes; opcode->name; opcode++) 31 if (opcode->format != OPCODE_FAKE) 32 printf ("void OP_%lX (SIM_DESC, SIM_CPU *);\t\t/* %s */\n", opcode->opcode, opcode->name); 42 struct d10v_opcode *opcode; local 101 struct d10v_opcode *opcode; local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
| cross.pl | 71 my ($addr,$b1,$b2,$b3, $prefix,$opcode,$modrm); 102 $opcode = $b2; 106 $opcode = $b1; 113 && $opcode !~ /^8/ # jcond disp32 118 # with just an opcode, starting 1f mod 20h 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 $imm3 [all...] |
| /src/external/lgpl3/gmp/dist/mpn/m68k/ |
| t-m68k-defs.pl | 68 my $opcode = $1; 69 print "opcode $1\n" if $opt{'t'}; 73 if ($opcode =~ /[lwb]$/ 74 && ! defined $insn{$opcode} 75 && ! defined $branch{$opcode}) 77 print "$file: $.: missing m68k_definsn: $opcode\n"; 82 if ($opcode =~ /^b/ 83 && ! defined $insn{$opcode} 84 && ! defined $branch{$opcode}) 86 print "$file: $.: missing m68k_defbranch: $opcode\n" [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic4x.h | 229 unsigned long opcode; member in struct:tic4x_inst 237 /* Opcode infix 311 #define A_CLASS_INSN(name, opcode, level) \ 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) \ 325 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \ 326 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, [all...] |
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic4x.h | 229 unsigned long opcode; member in struct:tic4x_inst 237 /* Opcode infix 311 #define A_CLASS_INSN(name, opcode, level) \ 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) \ 325 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \ 326 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, [all...] |
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic4x.h | 229 unsigned long opcode; member in struct:tic4x_inst 237 /* Opcode infix 311 #define A_CLASS_INSN(name, opcode, level) \ 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) \ 325 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \ 326 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, [all...] |
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic4x.h | 229 unsigned long opcode; member in struct:tic4x_inst 237 /* Opcode infix 311 #define A_CLASS_INSN(name, opcode, level) \ 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) \ 325 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \ 326 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| pru-dis.c | 24 #include "opcode/pru.h" 41 opcode, or NULL if there is an error. */ 43 pru_find_opcode (unsigned long opcode) 51 if ((p->mask & opcode) == p->match) 83 unsigned long opcode, bfd_vma address, 96 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 97 GET_INSN_FIELD (RDSEL, opcode), 103 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 104 GET_INSN_FIELD (RDB, opcode), 108 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), [all...] |
| alpha-dis.c | 4 patterned after the PPC opcode handling written by Ian Lance Taylor. 26 #include "opcode/alpha.h" 61 const struct alpha_opcode *opcode, *opcode_end; local 69 opcode = alpha_opcodes; 70 opcode_end = opcode + alpha_num_opcodes; 74 opcode_index[op] = opcode; 75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) 76 ++opcode; [all...] |
| tic54x-dis.c | 27 #include "opcode/tic54x.h" 52 unsigned short opcode; local 63 opcode = bfd_getl16 (opbuf); 64 tm = tic54x_get_insn (info, memaddr, opcode, &size); 73 if (!print_parallel_instruction (info, memaddr, opcode, tm, size)) 78 if (!print_instruction (info, memaddr, opcode, 110 if (tm->opcode == (memdata & tm->mask)) 115 /* if lk addressing is used, the second half of the opcode gets 140 if (tm->opcode == (memdata & tm->mask)) 172 unsigned short opcode, [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| pru-dis.c | 24 #include "opcode/pru.h" 41 opcode, or NULL if there is an error. */ 43 pru_find_opcode (unsigned long opcode) 51 if ((p->mask & opcode) == p->match) 83 unsigned long opcode, bfd_vma address, 96 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 97 GET_INSN_FIELD (RDSEL, opcode), 103 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 104 GET_INSN_FIELD (RDB, opcode), 108 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), [all...] |
| alpha-dis.c | 4 patterned after the PPC opcode handling written by Ian Lance Taylor. 26 #include "opcode/alpha.h" 61 const struct alpha_opcode *opcode, *opcode_end; local 69 opcode = alpha_opcodes; 70 opcode_end = opcode + alpha_num_opcodes; 74 opcode_index[op] = opcode; 75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) 76 ++opcode; [all...] |
| tic54x-dis.c | 27 #include "opcode/tic54x.h" 52 unsigned short opcode; local 63 opcode = bfd_getl16 (opbuf); 64 tm = tic54x_get_insn (info, memaddr, opcode, &size); 73 if (!print_parallel_instruction (info, memaddr, opcode, tm, size)) 78 if (!print_instruction (info, memaddr, opcode, 110 if (tm->opcode == (memdata & tm->mask)) 115 /* if lk addressing is used, the second half of the opcode gets 140 if (tm->opcode == (memdata & tm->mask)) 172 unsigned short opcode, [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| pru-dis.c | 24 #include "opcode/pru.h" 41 opcode, or NULL if there is an error. */ 43 pru_find_opcode (unsigned long opcode) 51 if ((p->mask & opcode) == p->match) 83 unsigned long opcode, bfd_vma address, 96 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 97 GET_INSN_FIELD (RDSEL, opcode), 103 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 104 GET_INSN_FIELD (RDB, opcode), 108 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), [all...] |
| alpha-dis.c | 4 patterned after the PPC opcode handling written by Ian Lance Taylor. 26 #include "opcode/alpha.h" 61 const struct alpha_opcode *opcode, *opcode_end; local 69 opcode = alpha_opcodes; 70 opcode_end = opcode + alpha_num_opcodes; 74 opcode_index[op] = opcode; 75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) 76 ++opcode; [all...] |
| tic54x-dis.c | 27 #include "opcode/tic54x.h" 52 unsigned short opcode; local 63 opcode = bfd_getl16 (opbuf); 64 tm = tic54x_get_insn (info, memaddr, opcode, &size); 73 if (!print_parallel_instruction (info, memaddr, opcode, tm, size)) 78 if (!print_instruction (info, memaddr, opcode, 110 if (tm->opcode == (memdata & tm->mask)) 115 /* if lk addressing is used, the second half of the opcode gets 140 if (tm->opcode == (memdata & tm->mask)) 172 unsigned short opcode, [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| pru-dis.c | 24 #include "opcode/pru.h" 41 opcode, or NULL if there is an error. */ 43 pru_find_opcode (unsigned long opcode) 51 if ((p->mask & opcode) == p->match) 83 unsigned long opcode, bfd_vma address, 96 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 97 GET_INSN_FIELD (RDSEL, opcode), 103 pru_print_insn_arg_reg (GET_INSN_FIELD (RD, opcode), 104 GET_INSN_FIELD (RDB, opcode), 108 pru_print_insn_arg_reg (GET_INSN_FIELD (RS1, opcode), [all...] |
| alpha-dis.c | 4 patterned after the PPC opcode handling written by Ian Lance Taylor. 26 #include "opcode/alpha.h" 61 const struct alpha_opcode *opcode, *opcode_end; local 69 opcode = alpha_opcodes; 70 opcode_end = opcode + alpha_num_opcodes; 74 opcode_index[op] = opcode; 75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) 76 ++opcode; [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-zephyr.c | 54 const char *opcode; member in struct:z_packet 162 NULL, /* opcode */ 206 PARSE_FIELD_STR(z.opcode); 234 if (!strcmp(z.opcode, "USER_HIDE")) 236 else if (!strcmp(z.opcode, "USER_UNHIDE")) 244 ZEPHYR_PRINT(" zephyr-admin ", str_to_lower(z.opcode)); 250 if (!strcmp(z.opcode, "SUBSCRIBE") || 251 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") || 252 !strcmp(z.opcode, "UNSUBSCRIBE")) { 254 ND_PRINT(" %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : "" [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| opcode.h | 1 /* $NetBSD: opcode.h,v 1.7 2025/01/26 16:25:28 christos Exp $ */ 18 /*! \file dns/opcode.h */ 27 dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target); 29 * Put a textual representation of error 'opcode' into 'target'. 32 *\li 'opcode' is a valid opcode.
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-aarch64-ginsn.c | 116 const aarch64_opcode *opcode = base->opcode; local 118 add_p = aarch64_opcode_subclass_p (opcode, F_ARITH_ADD); 119 sub_p = aarch64_opcode_subclass_p (opcode, F_ARITH_SUB); 123 gas_assert (aarch64_num_of_operands (opcode) == 3); 168 const aarch64_opcode *opcode = base->opcode; local 170 add_p = aarch64_opcode_subclass_p (opcode, F_ARITH_ADD); 171 sub_p = aarch64_opcode_subclass_p (opcode, F_ARITH_SUB); 175 gas_assert (aarch64_num_of_operands (opcode) == 3) 225 const aarch64_opcode *opcode = base->opcode; local 387 const aarch64_opcode *opcode = base->opcode; local 476 const aarch64_opcode *opcode = base->opcode; local 537 const aarch64_opcode *opcode = base->opcode; local 573 const aarch64_opcode *opcode = base->opcode; local 611 const aarch64_opcode *opcode = base->opcode; local 668 const aarch64_opcode *opcode = base->opcode; local 726 const aarch64_opcode *opcode = base->opcode; local 854 const aarch64_opcode *opcode = base->opcode; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-aarch64-ginsn.c | 116 const aarch64_opcode *opcode = base->opcode; local 118 add_p = aarch64_opcode_subclass_p (opcode, F_ARITH_ADD); 119 sub_p = aarch64_opcode_subclass_p (opcode, F_ARITH_SUB); 123 gas_assert (aarch64_num_of_operands (opcode) == 3); 168 const aarch64_opcode *opcode = base->opcode; local 170 add_p = aarch64_opcode_subclass_p (opcode, F_ARITH_ADD); 171 sub_p = aarch64_opcode_subclass_p (opcode, F_ARITH_SUB); 175 gas_assert (aarch64_num_of_operands (opcode) == 3) 225 const aarch64_opcode *opcode = base->opcode; local 387 const aarch64_opcode *opcode = base->opcode; local 476 const aarch64_opcode *opcode = base->opcode; local 537 const aarch64_opcode *opcode = base->opcode; local 573 const aarch64_opcode *opcode = base->opcode; local 611 const aarch64_opcode *opcode = base->opcode; local 668 const aarch64_opcode *opcode = base->opcode; local 726 const aarch64_opcode *opcode = base->opcode; local 854 const aarch64_opcode *opcode = base->opcode; local [all...] |
| /src/sys/arch/or1k/include/ |
| db_machdep.h | 72 const unsigned int opcode = isns >> 26; local 75 return opcode == 0x1b || (opcode >= 0x20 && opcode <= 0x26); 87 const unsigned int opcode = isns >> 26; local 89 return opcode >= 0x33 && opcode <= 0x37;
|
| /src/external/bsd/nvi/dist/common/ |
| vi_auto.h | 10 u_int32_t opcode; member in struct:_vi_marker_args 18 u_int32_t opcode; member in struct:_vi_cursor_args 36 u_int32_t opcode; member in struct:_vi_change_args
|