Searched refs:opcode (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/macosx-10.9.5/cctools-845/otool/
H A Dm88k_disasm.c113 uint32_t opcode; local
122 memcpy(&opcode, sect, left);
124 opcode = SWAP_INT(opcode);
125 printf(".long\t0x%08x\n", (unsigned int)opcode);
131 memcpy(&opcode, sect, sizeof(uint32_t));
133 opcode = SWAP_INT(opcode);
135 switch(opcode & 0xfc000000){
137 printf("ld.d\tx%u,r%u,",D(opcode), S
[all...]
H A Dppc_disasm.c98 uint32_t opcode,
103 uint32_t opcode,
108 uint32_t opcode,
113 uint32_t opcode,
118 uint32_t opcode,
123 uint32_t opcode,
128 uint32_t opcode,
135 uint32_t opcode);
138 unsigned opcode);
189 uint32_t opcode, bas local
2460 xo_form( const char *name, uint32_t opcode, uint32_t nregs) argument
2475 x_form( const char *name, uint32_t opcode, uint32_t nregs) argument
2490 sx_form( const char *name, uint32_t opcode, uint32_t nregs) argument
2505 fx_form( const char *name, uint32_t opcode, uint32_t nregs) argument
2520 xl_form( const char *name, uint32_t opcode, uint32_t nregs) argument
2535 a_form( const char *name, uint32_t opcode, uint32_t nregs) argument
2550 bc( const char *name, uint32_t opcode, uint32_t sect_offset, struct relocation_info *relocs, uint32_t nrelocs) argument
2820 trap( const char *name, uint32_t opcode) argument
2871 print_special_register_name( unsigned opcode) argument
[all...]
H A Dhppa_disasm.c42 #include "../as/hppa-opcode.h"
135 uint32_t opcode; local
148 memcpy(&opcode, sect, left);
150 opcode = SWAP_INT(opcode);
151 printf(".long\t0x%08x\n", (unsigned int)opcode);
157 memcpy(&opcode, sect, sizeof(uint32_t));
159 opcode = SWAP_INT(opcode);
162 if ( ((opcode
[all...]
H A Di860_disasm.c40 #include "../as/i860-opcode.h"
43 uint32_t opcode,
106 uint32_t opcode; local
116 memcpy(&opcode, sect, left);
118 opcode = SWAP_INT(opcode);
119 printf(".long\t0x%08x\n", (unsigned int)opcode);
125 memcpy(&opcode, sect, sizeof(uint32_t));
127 opcode = SWAP_INT(opcode);
185 i860_dump_operands( uint32_t opcode, char *format, uint32_t addr, uint32_t sect_addr, struct relocation_info *relocs, uint32_t nrelocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter.h39 // The following is a set of alias for the opcode names. This is needed
45 #define LLINT_OPCODE_ALIAS(opcode, length) \
46 const OpcodeID llint_##opcode = opcode;
54 #define LLINT_INSTRUCTION_DECL(opcode, length) extern "C" void llint_##opcode();
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic4x.h227 unsigned long opcode; member in struct:tic4x_inst
309 #define A_CLASS_INSN(name, opcode, level) \
310 { name, opcode|0x00000000, 0xffe00000, "Q;R", level }, \
311 { name, opcode|0x00200000, 0xffe00000, "@,R", level }, \
312 { name, opcode|0x00400000, 0xffe00000, "*,R", level }, \
313 { name, opcode|0x00600000, 0xffe00000, "S,R", level }
322 #define AB_CLASS_INSN(name, opcode, level) \
323 { name, opcode|0x40000000, 0xf0600000, "Q;R", level }, \
324 { name, opcode|0x40200000, 0xf0600000, "@,R", level }, \
325 { name, opcode|
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Ds390-dis.c26 #include "opcode/s390.h"
32 /* Set up index table for first opcode byte. */
37 const struct s390_opcode *opcode; local
42 for (opcode = s390_opcodes; opcode < opcode_end; opcode++)
44 opc_index[(int) opcode->opcode[0]] = opcode - s390_opcodes;
45 while ((opcode < opcode_en
110 const struct s390_opcode *opcode; local
[all...]
H A Dalpha-dis.c5 patterned after the PPC opcode handling written by Ian Lance Taylor.
27 #include "opcode/alpha.h"
64 const struct alpha_opcode *opcode, *opcode_end; local
72 opcode = alpha_opcodes;
73 opcode_end = opcode + alpha_num_opcodes;
77 opcode_index[op] = opcode;
78 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))
79 ++opcode;
[all...]
H A Dtic54x-dis.c25 #include "opcode/tic54x.h"
50 unsigned short opcode; local
61 opcode = bfd_getl16 (opbuf);
62 tm = tic54x_get_insn (info, memaddr, opcode, &size);
71 if (!print_parallel_instruction (info, memaddr, opcode, tm, size))
76 if (!print_instruction (info, memaddr, opcode,
108 if (tm->opcode == (memdata & tm->mask))
113 /* if lk addressing is used, the second half of the opcode gets
138 if (tm->opcode == (memdata & tm->mask))
168 print_instruction (info, memaddr, opcode, tm_nam
[all...]
H A Di370-dis.c26 #include "opcode/i370.h"
37 const struct i370_opcode *opcode; local
55 /* Find the first match in the opcode table. We could speed this up
56 a bit by doing a binary search on the major opcode. */
58 for (opcode = i370_opcodes; opcode < opcode_end; opcode++)
67 if (2 == opcode->len)
72 masked.i[0] &= opcode->mask.i[0];
73 if (masked.i[0] != opcode
[all...]
H A Darc-ext.c34 arcExtMap_instName(int opcode, int minor, int *flags) argument
36 if (opcode == 3)
42 opcode = 0x1f - 0x10 + minor - 0x09 + 1;
45 if (opcode < 0x10)
48 opcode -= 0x10;
49 if (!arc_extension_map.instructions[opcode])
51 *flags = arc_extension_map.instructions[opcode]->flags;
52 return arc_extension_map.instructions[opcode]->name;
161 p[2] = opcode
162 p[3] = minor opcode (i
180 char opcode = p[2]; local
[all...]
H A Ddlx-dis.c22 #include "opcode/dlx.h"
44 dlx_get_opcode (unsigned long opcode) argument
46 return (unsigned char) ((opcode >> 26) & 0x3F);
50 dlx_get_rs1 (unsigned long opcode) argument
52 return (unsigned char) ((opcode >> 21) & 0x1F);
56 dlx_get_rs2 (unsigned long opcode) argument
58 return (unsigned char) ((opcode >> 16) & 0x1F);
62 dlx_get_rdR (unsigned long opcode) argument
64 return (unsigned char) ((opcode >> 11) & 0x1F);
68 dlx_get_func (unsigned long opcode) argument
74 dlx_get_imm16(unsigned long opcode) argument
80 dlx_get_imm26(unsigned long opcode) argument
186 unsigned long opcode; member in struct:_load_opcode
236 unsigned long opcode; member in struct:_store_opcode
269 unsigned long opcode; member in struct:_aluI_opcode
327 unsigned long opcode; member in struct:_br_opcode
364 unsigned long opcode; member in struct:_jmp_opcode
404 unsigned long opcode; member in struct:_jr_opcode
[all...]
H A Davr-dis.c31 char *opcode; member in struct:avr_opcodes_s
42 #include "opcode/avr.h"
258 const struct avr_opcodes_s *opcode; local
278 for (opcode = avr_opcodes, maskptr = avr_bin_masks;
279 opcode->name;
280 opcode++, maskptr++)
286 for (s = opcode->opcode; *s; ++s)
293 assert (s - opcode->opcode
[all...]
H A Ds390-mkopc.c1 /* s390-mkopc.c -- Generates opcode table out of s390-opc.txt
44 char opcode[16]; member in struct:op_struct
66 /* `insertOpcode': insert an op_struct into sorted opcode array. */
69 insertOpcode (char *opcode, char *mnemonic, char *format, argument
84 str = opcode;
107 strcpy(op_array[ix].opcode, opcode);
118 "/* The opcode table. This file was generated by s390-mkopc.\n\n"
119 " The format of the opcode table is:\n\n"
122 " OPCODE is the instruction opcode
174 char opcode[16]; local
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-zephyr.c51 char *opcode; member in struct:z_packet
148 z.opcode = 0;
178 PARSE_FIELD_STR(z.opcode);
208 if (!strcmp(z.opcode, "USER_HIDE"))
210 else if (!strcmp(z.opcode, "USER_UNHIDE"))
218 printf(" zephyr-admin %s", str_to_lower(z.opcode));
224 if (!strcmp(z.opcode, "SUBSCRIBE") ||
225 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
226 !strcmp(z.opcode, "UNSUBSCRIBE")) {
228 printf(" %ssub%s", strcmp(z.opcode, "SUBSCRIB
[all...]
H A Dprint-tftp.c80 register int opcode, i; local
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
91 cp = tok2str(op2str, "tftp-#%d", opcode);
93 /* Bail if bogus opcode */
97 switch (opcode) {
105 if (opcode != OACK)
108 if (opcode != OACK)
146 printf("(unknown #%d)", opcode);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodVisitor.java105 * @param opcode the opcode of the instruction to be visited. This opcode is
120 void visitInsn(int opcode); argument
125 * @param opcode the opcode of the instruction to be visited. This opcode is
128 * When opcode is BIPUSH, operand value should be between
130 * When opcode is SIPUSH, operand value should be between
132 * When opcode i
138 visitIntInsn(int opcode, int operand) argument
150 visitVarInsn(int opcode, int var) argument
162 visitTypeInsn(int opcode, String desc) argument
175 visitFieldInsn(int opcode, String owner, String name, String desc) argument
189 visitMethodInsn(int opcode, String owner, String name, String desc) argument
203 visitJumpInsn(int opcode, Label label) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/docs/
H A Dmake-bytecode-docs.pl18 my $opcode = $_;
32 print OUTPUT "<h2><code>${opcode}</code></h2>\n<p><b>Format: </b><code>\n${format}\n</code></p>\n<p>\n${doc}\n</p>\n";
34 push @undocumented, $opcode;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dopcode.h18 /* $Id: opcode.h,v 1.8 2007/06/19 23:47:17 tbox Exp $ */
23 /*! \file dns/opcode.h */
31 isc_result_t dns_opcode_totext(dns_opcode_t opcode, isc_buffer_t *target);
33 * Put a textual representation of error 'opcode' into 'target'.
36 *\li 'opcode' is a valid opcode.
/macosx-10.9.5/cctools-845/as/
H A Di860.c27 #include "i860-opcode.h"
133 uint32_t opcode; member in struct:i860_it
208 /* put out the opcode */
302 printf("bad opcode - `%s %s'\n",
360 /* put out the opcode */
365 /* put out the opcode */
366 md_insn_to_chars((unsigned char *)toP, the_insn.opcode, 4);
396 uint32_t opcode; local
406 /* Advance s to end of opcode */
425 as_warn("Unknown opcode
1032 uint32_t opcode; local
[all...]
H A Dhppa.c37 #include "hppa-opcode.h"
78 * This is the machine dependent pseudo opcode table for this target machine.
169 /* put out the opcode */
170 md_number_to_chars(toP, the_insn.opcode, 4);
197 uint32_t opcode; local
232 as_bad("Unknown opcode: `%s'", str);
245 as_bad("Unknown opcode: `%s'", str);
253 opcode = insn->match;
258 * Build the opcode, checking as we go to make
282 opcode |
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DLabel.h53 int bind(int opcode, int offset) const argument
56 m_unresolvedJumps.append(std::make_pair(opcode, offset));
59 return m_location - opcode;
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dsetup.com7 $ define opcode [-.INCLUDE.OPCODE]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddbreg_auto.h10 u_int32_t opcode; member in struct:___dbreg_register_args
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dopt_41.h27 isc_uint16_t opcode; member in struct:dns_rdata_opt_opcode

Completed in 312 milliseconds

1234567891011>>