HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 376 - 400 of 681) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/x86/
OP_NEW_ARRAY.S 26 jne .L${opcode}_finish # yes, fast path
45 # fall through to ${opcode}_finish
53 .L${opcode}_finish:
OP_NEW_ARRAY_JUMBO.S 24 jne .L${opcode}_finish # yes, fast path
43 # fall through to ${opcode}_finish
51 .L${opcode}_finish:
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_DIRECT.S 60 je .L${opcode}_resolve # handle resolve
62 .L${opcode}_finish:
73 .L${opcode}_resolve:
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 226 new SimpleInstruction(simpleInstruction.opcode,
234 new VariableInstruction(variableInstruction.opcode,
243 new ConstantInstruction(constantInstruction.opcode,
252 new BranchInstruction(branchInstruction.opcode,
260 new TableSwitchInstruction(tableSwitchInstruction.opcode,
272 new LookUpSwitchInstruction(lookUpSwitchInstruction.opcode,
MethodInliner.java 252 byte opcode;
260 opcode = InstructionConstants.OP_ISTORE;
264 opcode = InstructionConstants.OP_LSTORE;
268 opcode = InstructionConstants.OP_FSTORE;
272 opcode = InstructionConstants.OP_DSTORE;
276 opcode = InstructionConstants.OP_ASTORE;
281 new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink());
332 switch (simpleInstruction.opcode)
382 switch (constantInstruction.opcode)
  /external/webkit/Source/WebCore/xml/
XPathPredicate.cpp 70 NumericOp::NumericOp(Opcode opcode, Expression* lhs, Expression* rhs)
71 : m_opcode(opcode)
101 EqTestOp::EqTestOp(Opcode opcode, Expression* lhs, Expression* rhs)
102 : m_opcode(opcode)
204 LogicalOp::LogicalOp(Opcode opcode, Expression* lhs, Expression* rhs)
205 : m_opcode(opcode)
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 108 { package opcode; # pick up opcodes
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
412 if ($nasm && opcode->mnemonic()=~m/^j/) {
425 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2:
444 $line=sprintf "0x%x,0x90000000",$opcode{$1};
647 undef $opcode;
655 } elsif ($opcode=opcode->re(\$line)) { ARGUMENT: while (1) {
658 if ($arg=register->re(\$line)) { opcode->size($arg->size());
    [all...]
x86gas.pl 25 # expand opcode with size suffix;
28 { my($opcode,@arg)=@_;
47 if ($#_==0) { &::emit($opcode); }
48 elsif ($opcode =~ m/^j/o && $#_==1) { &::emit($opcode,@arg); }
49 elsif ($opcode eq "call" && $#_==1) { &::emit($opcode,@arg); }
50 elsif ($opcode =~ m/^set/&& $#_==1) { &::emit($opcode,@arg); }
51 else { &::emit($opcode.$suffix,@arg);
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
instruction_map_test.cc 38 int opcode);
56 // squared (because there are two instructions per opcode), makes
82 int opcode = 0; local
101 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
102 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
103 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
104 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
109 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode);
129 int opcode) {
130 g_exercise_code_table_->inst1[opcode] = inst1
560 int opcode = 0; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 88 switch (mir->dalvikInsn.opcode) {
134 switch (mir->dalvikInsn.opcode) {
178 Opcode opcode = mir->dalvikInsn.opcode; local
180 switch (opcode) {
208 static void selfVerificationBranchInsert(LIR *currentLIR, ArmOpcode opcode,
212 insn->opcode = opcode;
247 TemplateOpcode opcode = TEMPLATE_MEM_OP_DECODE local
891 Opcode opcode = mir->dalvikInsn.opcode; local
1658 Opcode opcode = mir->dalvikInsn.opcode; local
1733 Opcode opcode = mir->dalvikInsn.opcode; local
2001 Opcode opcode = mir->dalvikInsn.opcode; local
2720 Opcode opcode = mir->dalvikInsn.opcode; local
2745 Opcode opcode = mir->dalvikInsn.opcode; local
    [all...]
ArchUtility.cpp 28 static char * decodeRegList(ArmOpcode opcode, int vector, char *buf)
36 if (opcode == kThumbPush && i == 8) {
38 } else if (opcode == kThumbPop && i == 8) {
219 decodeRegList(lir->opcode, operand, tbuf);
305 switch(lir->opcode) {
375 buildInsnString(EncodingMap[lir->opcode].name, lir, opName,
377 buildInsnString(EncodingMap[lir->opcode].fmt, lir, buf, baseAddr,
  /external/bluetooth/bluez/plugins/
mgmtops.c 95 hdr.opcode = htobs(MGMT_OP_READ_INDEX_LIST);
122 hdr.opcode = htobs(MGMT_OP_READ_INFO);
135 hdr.opcode = htobs(MGMT_OP_GET_CONNECTIONS);
169 static int mgmt_set_mode(int index, uint16_t opcode, uint8_t val)
176 hdr->opcode = htobs(opcode);
511 hdr->opcode = htobs(MGMT_OP_PIN_CODE_NEG_REPLY);
525 hdr->opcode = htobs(MGMT_OP_PIN_CODE_REPLY);
586 hdr->opcode = htobs(MGMT_OP_USER_CONFIRM_REPLY);
588 hdr->opcode = htobs(MGMT_OP_USER_CONFIRM_NEG_REPLY)
1114 uint16_t opcode; local
1213 uint16_t opcode; local
1388 uint16_t len, opcode, index; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 53 * @param type - The opcode type (i.e., how many bytes it has).
56 * @param opcode - The last byte of the instruction's opcode, not counting
62 uint8_t opcode) {
86 return decision->opcodeDecisions[insnContext].modRMDecisions[opcode].
98 * @param opcode - See modRMRequired().
104 uint8_t opcode,
110 debug("Unknown opcode type");
113 dec = &ONEBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
116 dec = &TWOBYTE_SYM.opcodeDecisions[insnContext].modRMDecisions[opcode];
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 20 * All the Dalvik opcode value constants. See the related spec
21 * document for the meaning and instruction format of each opcode.
25 * pseudo-opcode used for nonstandard format payload "instructions". TODO:
32 * pseudo-opcode used to indicate there is no next opcode; used
33 * in opcode chaining lists
37 /** minimum valid opcode value */
40 /** maximum valid opcode value */
43 // BEGIN(opcodes); GENERATED AUTOMATICALLY BY opcode-gen
303 // TODO: Generate these payload opcodes with opcode-gen
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ti.c 244 uint16_t opcode = cmd->opcode; local
248 rq.ogf = cmd_opcode_ogf(opcode);
249 rq.ocf = cmd_opcode_ocf(opcode);
353 uint16_t opcode; local
365 opcode = brf_action[1] | (brf_action[2] << 8);
367 if (opcode != BRF_DEEP_SLEEP_OPCODE)
476 /* Wait for command complete event for our Opcode */
hciattach_qualcomm.c 68 unsigned short opcode,
93 /* cmd-complete event: opcode */
94 FAILIF(resp.cmd_complete.opcode != 0,
95 "Error in response: opcode is 0x%04x, not 0!",
96 resp.cmd_complete.opcode);
131 for command with opcode %04x!\n",
132 cmd->plen, cmd->opcode);
157 if (read_command_complete(fd, cmd->opcode, cmd->plen) < 0)
196 /* Wait for command complete event for our Opcode */
243 /* Wait for command complete event for our Opcode */
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 205 uint8_t opcode = debug_line_data.getU8(offset_ptr); local
207 if (opcode == 0) {
208 // Extended Opcodes always start with a zero opcode followed by
271 // Length doesn't include the zero opcode byte or the length itself, but
276 } else if (opcode < prologue->OpcodeBase) {
277 switch (opcode) {
327 // opcode 255. The motivation for DW_LNS_const_add_pc is this:
329 // small amount, it can use a single special opcode, which occupies
331 // twice the range of the last special opcode, it can use
332 // DW_LNS_const_add_pc followed by a special opcode, for a tota
    [all...]
  /external/qemu/hw/
goldfish_mmc.c 166 struct mmc_opcode* opcode = mmc_opcodes;
168 while (opcode->cmd != command && opcode->cmd != -1) opcode++;
169 return opcode->name;
219 int opcode = cmd & 63; local
221 // fprintf(stderr, "goldfish_mmc_do_command opcode: %s (0x%04X), arg: %d\n", get_command_name(opcode), cmd, arg);
230 switch (opcode) {
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 165 * Gets the return opcode encountered, if any.
167 * @return {@code null-ok;} the return opcode
281 public void run(Frame frame, int offset, int opcode) {
283 * This is the stack pointer after the opcode's arguments have been
289 RegisterSpecList sources = getSources(opcode, stackPointer);
292 super.run(frame, offset, opcode);
295 RegisterSpec localTarget = getLocalTarget(opcode == ByteOps.ISTORE);
301 switch (opcode) {
362 if (opcode == ByteOps.MULTIANEWARRAY) {
460 opcode = ByteOps.CHECKCAST
    [all...]
ValueAwareMachine.java 41 public void run(Frame frame, int offset, int opcode) {
42 switch (opcode) {
193 Hex.u1(opcode));
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 31 import javassist.bytecode.Opcode;
85 public class Analyzer implements Opcode {
182 int opcode = iter.byteAt(pos); local
184 if (opcode == TABLESWITCH) {
186 } else if (opcode == LOOKUPSWITCH) {
188 } else if (opcode == RET) {
190 } else if (Util.isJumpInstruction(opcode)) {
193 if (Util.isJsr(opcode)) {
196 } else if (! Util.isGoto(opcode)) {
201 } else if (opcode != ATHROW && ! Util.isReturn(opcode))
    [all...]
  /device/moto/stingray/recovery/
masterclear_bp.c 238 hdr_out->opcode = ((hdr_in->opcode & 0x00FF) << 8) | ((hdr_in->opcode & 0xFF00) >> 8);
316 cmd_header.opcode = CMD_CMN_DRV_BP_MASTERCLEAR_OPCODE;
363 LOGE("Transferred %d byte(s) CMD opcode = 0x%04x to aux engine succeeded.\n",write_len, cmd_header.opcode);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNode.h 148 #define DFG_OP_ENUM(opcode, flags) opcode##_id,
156 #define DFG_OP_ENUM(opcode, flags) opcode = opcode##_id | (flags),
  /dalvik/vm/compiler/
Dataflow.cpp 25 * instructions, where extended opcode at the MIR level are appended
1593 Opcode opcode = insn->opcode; local
1594 int dfAttributes = dvmCompilerDataFlowAttributes[opcode];
1599 if ((int)opcode >= (int)kMirOpFirst) {
1600 if ((int)opcode == (int)kMirOpPhi) {
1604 sprintf(buffer, "Opcode %#x", opcode);
1608 strcpy(buffer, dexGetOpcodeName(opcode));
1695 int opcode = insn->opcode; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 125 * @return the Rop opcode for this insn
218 Rop opcode = getOpcode(); local
220 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
227 switch (opcode.getOpcode()) {

Completed in 1516 milliseconds

<<11121314151617181920>>