HomeSort by: relevance | last modified time | path
    Searched defs:opcode (Results 1 - 25 of 728) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans6/
ans.py 14 import dns.opcode namespace
29 qctx.response.set_opcode(dns.opcode.UPDATE)
  /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.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/mpl/bind/dist/bin/tests/system/class/
tests_class_chaos.py 13 import dns.opcode namespace
45 msg.set_opcode(dns.opcode.NOTIFY)
46 msg.flags = dns.opcode.to_flags(dns.opcode.NOTIFY)
  /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.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/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

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>