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

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 38 int opcode, int firstKey, int[] targets) {
39 super(format, opcode, 0, null, 0, 0L);
SparseSwitchPayloadDecodedInstruction.java 38 int opcode, int[] keys, int[] targets) {
39 super(format, opcode, 0, null, 0, 0L);
ZeroRegisterDecodedInstruction.java 28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode,
30 super(format, opcode, index, indexType, target, literal);
  /dalvik/dx/src/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 37 public boolean hasConstantOperation(Rop opcode,
43 public boolean requiresSourcesInOrder(Rop opcode,
  /dalvik/vm/mterp/c/
OP_RETURN.cpp 1 HANDLE_OPCODE($opcode /*vAA*/)
OP_MOVE_RESULT.cpp 1 HANDLE_OPCODE($opcode /*vAA*/)
  /dalvik/vm/native/
dalvik_bytecode_OpcodeInfo.cpp 29 * public static native boolean isInvoke(int opcode);
34 Opcode opcode = static_cast<Opcode>(args[0]); local
35 int flags = dexGetFlagsFromOpcode(opcode);
  /external/tcpdump/
print-zephyr.c 51 char *opcode; member in struct:z_packet
169 PARSE_FIELD_STR(z.opcode);
199 if (!strcmp(z.opcode, "USER_HIDE"))
201 else if (!strcmp(z.opcode, "USER_UNHIDE"))
209 printf(" zephyr-admin %s", str_to_lower(z.opcode));
215 if (!strcmp(z.opcode, "SUBSCRIBE") ||
216 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
217 !strcmp(z.opcode, "UNSUBSCRIBE")) {
219 printf(" %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : "",
220 strcmp(z.opcode, "SUBSCRIBE_NODEFS") ? ""
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_CMPL_FLOAT.S 44 ja .L${opcode}_greater
45 jp .L${opcode}_finalNan
46 jz .L${opcode}_final
48 .L${opcode}_less:
53 .L${opcode}_greater:
57 .L${opcode}_final:
61 .L${opcode}_finalNan:
binopD.S 41 jne .L${opcode}_noerror
43 je .L${opcode}_break
44 .L${opcode}_noerror:
52 jmp .L${opcode}_break2
54 .L${opcode}_break:
60 .L${opcode}_break2:
OP_DOUBLE_TO_INT.S 38 jae .L${opcode}_negInf # handle negInf
40 jc .L${opcode}_nanInf # handle posInf or NaN
41 jmp .L${opcode}_break # do conversion
44 .L${opcode}_break:
53 .L${opcode}_nanInf:
54 jnp .L${opcode}_posInf
59 .L${opcode}_posInf:
64 .L${opcode}_negInf:
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 77 loadPcRel->opcode = kThumbLdrPcRel;
132 loadPcRel->opcode = kThumbLdrPcRel;
145 ArmOpcode opcode = kThumbBkpt; local
148 opcode = kThumbBUncond;
154 return newLIR0(cUnit, opcode);
164 ArmOpcode opcode = kThumbBkpt; local
167 opcode = kThumbPush;
170 opcode = kThumbPop;
176 return newLIR1(cUnit, opcode, value);
181 ArmOpcode opcode = kThumbBkpt local
200 ArmOpcode opcode = kThumbBkpt; local
253 ArmOpcode opcode = kThumbBkpt; local
284 ArmOpcode opcode = kThumbBkpt; local
377 ArmOpcode opcode = kThumbBkpt; local
474 ArmOpcode opcode = kThumbBkpt; local
517 ArmOpcode opcode = kThumbBkpt; local
590 ArmOpcode opcode = kThumbBkpt; local
720 ArmOpcode opcode = kThumbBkpt; local
842 ArmOpcode opcode; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 64 loadPcRel->opcode = kThumb2Vldrs;
172 loadPcRel->opcode = kThumb2LdrPcRel12;
223 loadPcRel->opcode = kThumb2LdrPcRel12;
236 ArmOpcode opcode = kThumbBkpt; local
239 opcode = kThumbBUncond;
244 return newLIR0(cUnit, opcode);
254 ArmOpcode opcode = kThumbBkpt; local
258 opcode = kThumbPush;
261 opcode = kThumbPush;
264 opcode = kThumb2Push
288 ArmOpcode opcode = kThumbBkpt; local
303 ArmOpcode opcode = kThumbBkpt; local
424 ArmOpcode opcode = kThumbBkpt; local
497 ArmOpcode opcode = kThumbBkpt; local
620 ArmOpcode opcode = kThumbBkpt; local
718 ArmOpcode opcode = kThumbBkpt; local
782 ArmOpcode opcode = kThumbBkpt; local
847 ArmOpcode opcode = kThumbBkpt; local
981 ArmOpcode opcode = kThumbBkpt; local
1188 ArmOpcode opcode; local
    [all...]
  /dalvik/opcode-gen/
regen-all 37 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/Dops.java
38 ${progdir}/opcode-gen dx/src/com/android/dx/dex/code/RopToDop.java
39 ${progdir}/opcode-gen dx/src/com/android/dx/io/OpcodeInfo.java
40 ${progdir}/opcode-gen dx/src/com/android/dx/io/Opcodes.java
41 ${progdir}/opcode-gen libdex/DexOpcodes.cpp
42 ${progdir}/opcode-gen libdex/DexOpcodes.h
43 ${progdir}/opcode-gen libdex/InstrUtils.cpp
47 ${progdir}/opcode-gen \
49 ${progdir}/opcode-gen \
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 55 * Creates a new ConstantInstruction with the given opcode and constant pool
58 public ConstantInstruction(byte opcode, int constantIndex)
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)
70 this.opcode = opcode;
83 this.opcode = constantInstruction.opcode;
96 switch (opcode)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
decodetable_test.cc 47 int opcode) {
48 g_exercise_code_table_->inst1[opcode] = inst1;
49 g_exercise_code_table_->mode1[opcode] = mode1;
50 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
51 g_exercise_code_table_->inst2[opcode] = inst2;
52 g_exercise_code_table_->mode2[opcode] = mode2;
53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
58 int opcode = 0; local
77 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
78 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++)
412 int opcode = 0; local
    [all...]
  /dalvik/vm/mterp/x86/
OP_CMP_LONG.S 17 jl .L${opcode}_smaller
18 jg .L${opcode}_bigger
20 ja .L${opcode}_bigger
21 jb .L${opcode}_smaller
28 .L${opcode}_bigger:
36 .L${opcode}_smaller:
bindivLit8.S 14 jne .L${opcode}_continue_div
16 jne .L${opcode}_continue_div
24 .L${opcode}_continue_div:
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 39 assert(EncodingMap[lir->opcode].flags & (IS_LOAD | IS_STORE));
61 assert(!(EncodingMap[lir->opcode].flags & IS_STORE));
128 int opcode = lir->opcode; local
131 if (opcode <= 0) {
136 flags = EncodingMap[lir->opcode].flags;
217 if (opcode == kThumbPush || opcode == kThumbPop) {
219 if ((opcode == kThumbPush) && (lir->useMask & r8Mask)) {
222 } else if ((opcode == kThumbPop) && (lir->defMask & r8Mask))
    [all...]
  /sdk/emulator/qtools/
armdis.h 7 #include "opcode.h"
12 static Opcode decode(uint32_t insn);
15 static Opcode decode00(uint32_t insn);
16 static Opcode decode01(uint32_t insn);
17 static Opcode decode10(uint32_t insn);
18 static Opcode decode11(uint32_t insn);
19 static Opcode decode_mul(uint32_t insn);
20 static Opcode decode_ldrh(uint32_t insn);
21 static Opcode decode_alu(uint32_t insn);
23 static char *disasm_alu(Opcode opcode, uint32_t insn, char *ptr)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 34 * @param opcode the opcode; one of the constants from {@link Dops}
41 public TargetInsn(Dop opcode, SourcePosition position,
43 super(opcode, position, registers);
54 public DalvInsn withOpcode(Dop opcode) {
55 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
66 * opcode has the opposite sense (as a test; e.g. a
75 Dop opcode = getOpcode().getOppositeTest(); local
77 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 34 * @param opcode the opcode; one of the constants from {@link Dops}
41 public TargetInsn(Dop opcode, SourcePosition position,
43 super(opcode, position, registers);
54 public DalvInsn withOpcode(Dop opcode) {
55 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
66 * opcode has the opposite sense (as a test; e.g. a
75 Dop opcode = getOpcode().getOppositeTest(); local
77 return new TargetInsn(opcode, getPosition(), getRegisters(), target);
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 78 byte opcode = branchInstruction.opcode;
79 if (opcode == InstructionConstants.OP_GOTO ||
80 opcode == InstructionConstants.OP_GOTO_W)
94 if (targetInstruction.opcode == InstructionConstants.OP_GOTO)
100 new BranchInstruction(opcode,
GotoReturnReplacer.java 78 byte opcode = branchInstruction.opcode;
79 if (opcode == InstructionConstants.OP_GOTO ||
80 opcode == InstructionConstants.OP_GOTO_W)
90 switch (targetInstruction.opcode)
100 new SimpleInstruction(targetInstruction.opcode);
  /external/webkit/Source/JavaScriptCore/docs/
make-bytecode-docs.pl 18 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;

Completed in 456 milliseconds

12 3 4 5 6 7 8 91011>>