Searched defs:opcode (Results 1 - 25 of 61) sorted by relevance

123

/external/elfutils/libdw/
H A Ddwarf_getmacros.c55 unsigned int opcode = *readp++; local
61 switch (opcode)
96 mac.opcode = opcode;
H A Ddwarf_getsrclines.c158 /* The opcode base. */
161 /* Remember array with the standard opcode length (-1 to account for
162 the opcode with value zero not being mentioned). */
311 unsigned int opcode; local
315 /* Read the opcode. */
316 opcode = *linep++;
318 /* Is this a special opcode? */
319 if (likely (opcode >= opcode_base))
321 /* Yes. Handling this is quite easy since the opcode value
324 opcode
[all...]
H A Dlibdw.h111 unsigned int opcode; member in struct:__anon935
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodeVisitor.java20 void visit (int opcode, boolean wide, int offset, Object ctx); argument
/external/proguard/src/proguard/classfile/instruction/
H A DSwitchInstruction.java44 public SwitchInstruction(byte opcode, argument
48 this.opcode = opcode;
61 this.opcode = switchInstruction.opcode;
H A DBranchInstruction.java44 public BranchInstruction(byte opcode, int branchOffset) argument
46 this.opcode = opcode;
58 this.opcode = branchInstruction.opcode;
70 switch (opcode)
76 default: return opcode;
86 if (opcode == InstructionConstants.OP_GOTO_W)
88 opcode = InstructionConstants.OP_GOTO;
90 else if (opcode
[all...]
H A DLookUpSwitchInstruction.java47 public LookUpSwitchInstruction(byte opcode, argument
52 this.opcode = opcode;
66 this.opcode = lookUpSwitchInstruction.opcode;
H A DSimpleInstruction.java45 * Creates a new SimpleInstruction with the given opcode.
47 public SimpleInstruction(byte opcode) argument
49 this(opcode, embeddedConstant(opcode));
54 * Creates a new SimpleInstruction with the given opcode and constant.
56 public SimpleInstruction(byte opcode, int constant) argument
58 this.opcode = opcode;
70 this.opcode = simpleInstruction.opcode;
81 embeddedConstant(byte opcode) argument
[all...]
H A DTableSwitchInstruction.java48 public TableSwitchInstruction(byte opcode, argument
54 this.opcode = opcode;
69 this.opcode = tableSwitchInstruction.opcode;
H A DVariableInstruction.java52 public VariableInstruction(byte opcode) argument
54 this(opcode, embeddedVariable(opcode), 0);
58 public VariableInstruction(byte opcode, argument
61 this(opcode, variableIndex, 0);
65 public VariableInstruction(byte opcode, argument
69 this.opcode = opcode;
84 this.opcode = variableInstruction.opcode;
97 embeddedVariable(byte opcode) argument
[all...]
H A DConstantInstruction.java55 * Creates a new ConstantInstruction with the given opcode and constant pool
58 public ConstantInstruction(byte opcode, int constantIndex) argument
60 this(opcode, constantIndex, 0);
65 * Creates a new ConstantInstruction with the given opcode, constant pool
68 public ConstantInstruction(byte opcode, int constantIndex, int constant) argument
70 this.opcode = opcode;
83 this.opcode = constantInstruction.opcode;
96 switch (opcode)
[all...]
/external/tcpdump/
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) {
113 if (opcode != OACK)
116 if (opcode != OACK)
154 printf("(unknown #%d)", opcode);
/external/bluetooth/bluez/test/
H A Dlmptest.c76 uint8_t opcode; member in struct:__anon325
88 cp.opcode = 0x00;
/external/bluetooth/hcidump/parser/
H A Dobex.c39 static char *opcode2str(uint8_t opcode) argument
41 switch (opcode & 0x7f) {
233 uint8_t last_opcode, opcode, status; local
240 opcode = get_u8(frm);
242 status = opcode & 0x7f;
254 if (!(opcode & 0x70)) {
256 opcode2str(opcode),
257 opcode & 0x80 ? 'f' : 'c', length);
258 set_opcode(frm->handle, frm->dlci, opcode);
262 opcode
[all...]
H A Dparser.c123 uint8_t opcode; member in struct:__anon630
137 frame_table[i].opcode = 0;
211 return frame_table[i].opcode;
216 void set_opcode(uint16_t handle, uint8_t dlci, uint8_t opcode) argument
223 frame_table[i].opcode = opcode;
/external/webkit/JavaScriptCore/bytecompiler/
H A DLabel.h58 int bind(int opcode, int offset) const argument
61 m_unresolvedJumps.append(std::make_pair(opcode, offset));
64 return m_location - opcode;
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java101 byte opcode = branchInstruction.opcode;
102 if ((opcode == InstructionConstants.OP_GOTO ||
103 opcode == InstructionConstants.OP_GOTO_W) &&
139 new BranchInstruction(opcode, newBranchOffset);
229 * Returns whether the given opcode represents a pop instruction that must
232 private boolean isPop(byte opcode) argument
234 return opcode == InstructionConstants.OP_POP ||
235 opcode == InstructionConstants.OP_POP2 ||
236 opcode
[all...]
/external/webkit/JavaScriptCore/interpreter/
H A DInterpreter.h86 OpcodeID getOpcodeID(Opcode opcode) argument
89 ASSERT(isOpcode(opcode));
90 return m_opcodeIDTable.get(opcode);
92 return opcode;
151 bool isCallBytecode(Opcode opcode) { return opcode == getOpcode(op_call) || opcode == getOpcode(op_construct) || opcode == getOpcode(op_call_eval); } argument
/external/bluetooth/bluez/include/bluetooth/
H A Dhci_lib.h193 static inline void hci_filter_set_opcode(int opcode, struct hci_filter *f) argument
195 f->opcode = opcode;
199 f->opcode = 0;
201 static inline int hci_filter_test_opcode(int opcode, struct hci_filter *f) argument
203 return (f->opcode == opcode);
/external/bluetooth/bluez/tools/
H A Dhciattach_tialt.c66 static int read_command_complete(int fd, unsigned short opcode, unsigned char len) { argument
85 /* cmd-complete event: opcode */
86 FAILIF(resp.cmd_complete.opcode != (uint16_t)opcode,
87 "Error in response: opcode is 0x%04x, not 0x%04x!",
88 resp.cmd_complete.opcode, opcode);
106 cmd.hci_hdr.opcode = 0xff36;
122 if (read_command_complete(fd, cmd.hci_hdr.opcode, cmd.hci_hdr.plen) < 0) {
156 "Could not read %d bytes of data for command with opcode
[all...]
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java603 * Returns whether the given instruction opcode represents a dup or swap
606 private boolean isDupOrSwap(int opcode) argument
608 return opcode >= InstructionConstants.OP_DUP &&
609 opcode <= InstructionConstants.OP_SWAP;
/external/webkit/JavaScriptCore/bytecode/
H A DInstruction.h55 // Structure used by op_get_by_id_self_list and op_get_by_id_proto_list instruction to hold data off the main opcode stream.
125 Instruction(Opcode opcode) argument
129 // the entire struct is initialized, when opcode is not a pointer.
132 u.opcode = opcode;
149 Opcode opcode; member in union:JSC::Instruction::__anon5515
H A DOpcode.cpp40 #define OPCODE_NAME_ENTRY(opcode, size) #opcode,
116 printf("\nExecuted opcode statistics\n");
128 printf("2-opcode sequences by frequency: %lld\n\n", totalInstructions);
169 void OpcodeStats::recordInstruction(int opcode) argument
171 opcodeCounts[opcode]++;
174 opcodePairCounts[lastOpcode][opcode]++;
176 lastOpcode = opcode;
/external/webkit/WebCore/xml/
H A DXPathPredicate.cpp70 NumericOp::NumericOp(Opcode opcode, Expression* lhs, Expression* rhs) argument
71 : m_opcode(opcode)
101 EqTestOp::EqTestOp(Opcode opcode, Expression* lhs, Expression* rhs) argument
102 : m_opcode(opcode)
204 LogicalOp::LogicalOp(Opcode opcode, Expression* lhs, Expression* rhs) argument
205 : m_opcode(opcode)
/external/kernel-headers/original/linux/mmc/
H A Dmmc.h20 u32 opcode; member in struct:mmc_command
28 #define MMC_RSP_OPCODE (1 << 4) /* response contains opcode */

Completed in 636 milliseconds

123