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

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.h35 // The following is a set of alias for the opcode names. This is needed
41 #define LLINT_OPCODE_ALIAS(opcode, length) \
42 const OpcodeID llint_##opcode = opcode;
/macosx-10.10/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...]
H A Dpj.h1 /* Definitions for decoding the picoJava opcode table.
41 short opcode; member in struct:pj_opc_info_t
/macosx-10.10/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...]
H A Dh8500-dis.c77 const h8500_opcode_info *opcode; local
91 for (opcode = h8500_table; opcode->name; opcode++)
105 for (byte = 0; byte < opcode->length; byte++)
108 if ((buffer[byte] & opcode->bytes[byte].mask)
109 != (opcode->bytes[byte].contents))
115 switch (opcode->bytes[byte].insert)
123 opcode->bytes[byte].insert);
208 FETCH_DATA (info, buffer + opcode
[all...]
H A Dia64-asmtab.h1 /* ia64-asmtab.h -- Header for compacted IA-64 opcode tables.
25 #include "opcode/ia64.h"
27 /* The primary opcode table is made up of the following: */
31 opcode. */
34 /* The type of opcode; corresponds to the TYPE field in
38 /* The number of outputs for this opcode. */
41 /* The base insn value for this opcode. It may be modified by completers. */
42 ia64_insn opcode; member in struct:ia64_main_table
64 The completer entries modify certain bits in the instruction opcode.
67 opcode
[all...]
/macosx-10.10/tcpdump-61/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.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLRecoveryOpcode.cpp35 void printInternal(PrintStream& out, JSC::FTL::RecoveryOpcode opcode) argument
37 switch (opcode) {
H A DFTLAvailableRecovery.cpp35 out.print(node(), " => ", opcode(), ", ", RawPointer(m_left), ", ", RawPointer(m_right), ", ", m_format);
H A DFTLAvailableRecovery.h49 AvailableRecovery(DFG::Node* node, RecoveryOpcode opcode, LValue left, LValue right, ValueFormat format) argument
52 , m_opcode(opcode)
60 RecoveryOpcode opcode() const { return m_opcode; } function in class:JSC::FTL::AvailableRecovery
/macosx-10.10/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.10/bind9-45.101/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.10/JavaScriptCore-7600.1.17/bytecode/
H A DOpcode.h57 #define OPCODE_ID_ENUM(opcode, length) opcode,
72 #define OPCODE_LENGTH(opcode) opcode##_length
74 #define OPCODE_ID_LENGTH_MAP(opcode, length) length,
112 static void recordInstruction(int opcode);
118 inline size_t opcodeLength(OpcodeID opcode) argument
120 switch (opcode) {
/macosx-10.10/JavaScriptCore-7600.1.17/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.10/cxxfilt-11/cxxfilt/
H A Dsetup.com7 $ define opcode [-.INCLUDE.OPCODE]
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Ddbreg_auto.h10 u_int32_t opcode; member in struct:___dbreg_register_args
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dopt_41.h27 isc_uint16_t opcode; member in struct:dns_rdata_opt_opcode

Completed in 303 milliseconds

1234567891011>>