| /src/external/bsd/libpcap/dist/pcap/ |
| bluetooth.h | 55 uint16_t opcode; member in struct:_pcap_bluetooth_linux_monitor_header
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| np1.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| pn.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| np1.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| pn.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| np1.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| pn.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| np1.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| pn.h | 24 unsigned long opcode; member in struct:gld_opcode 30 /* We store four bytes of opcode for all opcodes because that 33 instruction is based on the opcode. 36 particular opcode in order for an instruction to be an instance 37 of that opcode.
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| moxie-dis.c | 27 #include "opcode/moxie.h" 48 const moxie_opc_info_t * opcode; local 64 /* Extract the Form 1 opcode. */ 65 opcode = &moxie_form1_opc_info[iword >> 8]; 66 switch (opcode->itype) 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm) [all...] |
| tilegx-dis.c | 28 #include "opcode/tilegx.h" 61 /* Determine which nop opcode is used for padding and should be skipped. */ 65 if (!decoded[i].opcode->can_bundle) 76 const struct tilegx_opcode *opcode = decoded[i].opcode; local 82 if (opcode->mnemonic == padding_mnemonic 90 name = opcode->name; 95 for (j = 0; j < opcode->num_operands; j++)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| moxie-dis.c | 27 #include "opcode/moxie.h" 48 const moxie_opc_info_t * opcode; local 64 /* Extract the Form 1 opcode. */ 65 opcode = &moxie_form1_opc_info[iword >> 8]; 66 switch (opcode->itype) 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm) [all...] |
| tilegx-dis.c | 28 #include "opcode/tilegx.h" 61 /* Determine which nop opcode is used for padding and should be skipped. */ 65 if (!decoded[i].opcode->can_bundle) 76 const struct tilegx_opcode *opcode = decoded[i].opcode; local 82 if (opcode->mnemonic == padding_mnemonic 90 name = opcode->name; 95 for (j = 0; j < opcode->num_operands; j++)
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| moxie-dis.c | 27 #include "opcode/moxie.h" 48 const moxie_opc_info_t * opcode; local 64 /* Extract the Form 1 opcode. */ 65 opcode = &moxie_form1_opc_info[iword >> 8]; 66 switch (opcode->itype) 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm) [all...] |
| tilegx-dis.c | 28 #include "opcode/tilegx.h" 61 /* Determine which nop opcode is used for padding and should be skipped. */ 65 if (!decoded[i].opcode->can_bundle) 76 const struct tilegx_opcode *opcode = decoded[i].opcode; local 82 if (opcode->mnemonic == padding_mnemonic 90 name = opcode->name; 95 for (j = 0; j < opcode->num_operands; j++)
|
| /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/gpl3/gdb/dist/sim/testsuite/or1k/ |
| or1k-asm-test-helpers.h | 51 opcode - the instruction to execute 64 .macro TEST_INST_FF_I32_I32 flags_to_set, flags_to_clear, opcode, op1, op2 variable 73 \@1$: \opcode r4, r5, r6 83 .macro TEST_INST_FF_I32_I16 flags_to_set, flags_to_clear, opcode, op1, op2 variable 91 \@1$: \opcode r4, r5, \op2 100 .macro TEST_INST_I32_I32 opcode, op1, op2 101 TEST_INST_FF_I32_I32 0, 0, \opcode, \op1, \op2 variable 104 .macro TEST_INST_I32_I16 opcode, op1, op2 105 TEST_INST_FF_I32_I16 0, 0, \opcode, \op1, \op2 variable
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| moxie-dis.c | 27 #include "opcode/moxie.h" 48 const moxie_opc_info_t * opcode; local 64 /* Extract the Form 1 opcode. */ 65 opcode = &moxie_form1_opc_info[iword >> 8]; 66 switch (opcode->itype) 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm) [all...] |
| tilegx-dis.c | 28 #include "opcode/tilegx.h" 61 /* Determine which nop opcode is used for padding and should be skipped. */ 65 if (!decoded[i].opcode->can_bundle) 76 const struct tilegx_opcode *opcode = decoded[i].opcode; local 82 if (opcode->mnemonic == padding_mnemonic 90 name = opcode->name; 95 for (j = 0; j < opcode->num_operands; j++)
|
| /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.old/dist/sim/testsuite/or1k/ |
| or1k-asm-test-helpers.h | 51 opcode - the instruction to execute 64 .macro TEST_INST_FF_I32_I32 flags_to_set, flags_to_clear, opcode, op1, op2 variable 73 \@1$: \opcode r4, r5, r6 83 .macro TEST_INST_FF_I32_I16 flags_to_set, flags_to_clear, opcode, op1, op2 variable 91 \@1$: \opcode r4, r5, \op2 100 .macro TEST_INST_I32_I32 opcode, op1, op2 101 TEST_INST_FF_I32_I32 0, 0, \opcode, \op1, \op2 variable 104 .macro TEST_INST_I32_I16 opcode, op1, op2 105 TEST_INST_FF_I32_I16 0, 0, \opcode, \op1, \op2 variable
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| opt_41.h | 22 uint16_t opcode; member in struct:dns_rdata_opt_opcode
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| opt_41.h | 23 uint16_t opcode; member in struct:dns_rdata_opt_opcode
|
| /src/sys/arch/powerpc/powerpc/ |
| fixup.c | 100 u_int opcode = instr.i_any.i_opcd; local 106 if (opcode != OPC_B || stub < stub_start || stub_end <= stub)
|
| /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
|