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

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_CONST_4.S 35 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_CONST_WIDE_16.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_CONST_WIDE_32.S 36 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
OP_DIV_DOUBLE.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_DIV_FLOAT.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_INT_TO_DOUBLE.S 36 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_MOVE_EXCEPTION.S 24 * instruction is only valid as the first instruction of an
34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
38 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_MOVE_WIDE.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
bincmp.S 38 j${revcmp} 1f # goto next instruction if reverse
44 FINISH_RB %edx, %ecx # jump to next instruction
binop.S 20 * specify an instruction that performs "%ecx = %ecx op %edx"
34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binop2addr.S 20 * "instr" line to specify an instruction that performs
38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
binopF.S 20 * specify an instruction that performs "%xmm0 = %xmm0 op %xmm1"
34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopF2addr.S 20 * "instr" line to specify an instruction that performs
36 FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
41 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
binopLit16.S 20 * specify an instruction that performs "%ecx = %ecx op %edx"
39 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopLit8.S 20 * to specify an instruction that performs "%ecx = %ecx op %edx"
36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopLit8S.S 20 * to specify an instruction that performs "%edx = %edx op %cl"
36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopS.S 20 * specify an instruction that performs "%edx = %edx op %cl"
34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopS2addr.S 20 * "instr" line to specify an instruction that performs
37 FFETCH_ADV 1, %eax # %ecx<- next instruction hi; fetch, advance
42 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
binopWide.S 20 * specify an instruction that performs "%xmm0 = %xmm0 op %xmm1"
35 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
unop.S 20 * preinstr variable that together specify an instruction that
38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
unopWide.S 20 * preinstr variable that together specify an instruction that
38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_CMP_LONG.S 47 FINISH 2 # jump to next instruction
51 FINISH 2 # jump to next instruction
55 FINISH 2 # jump to next instruction
  /external/proguard/src/proguard/optimize/peephole/
UnreachableCodeRemover.java 27 import proguard.classfile.instruction.Instruction;
28 import proguard.classfile.instruction.visitor.InstructionVisitor;
123 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction)
127 System.out.println(" "+(reachableCodeMarker.isReachable(offset) ? "+" : "-")+" "+instruction.toString(offset));
130 // Is this instruction unreachable?
136 // Visit the instruction, if required.
139 instruction.accept(clazz, method, codeAttribute, offset, extraInstructionVisitor);
  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 58 void JIT::emit_op_call_put_result(Instruction* instruction)
60 int dst = instruction[1].u.operand;
64 void JIT::compileOpCallVarargs(Instruction* instruction)
66 int callee = instruction[1].u.operand;
67 int argCountRegister = instruction[2].u.operand;
68 int registerOffset = instruction[3].u.operand;
91 void JIT::compileOpCallVarargsSlowCase(Instruction*, Vector<SlowCaseEntry>::iterator& iter)
109 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned
    [all...]
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 22 @ CHECK-ERRORS: error: too many conditions on IT instruction
39 @ CHECK-ERRORS: error: invalid operand for instruction
40 @ CHECK-ERRORS: error: invalid operand for instruction
41 @ CHECK-ERRORS: error: invalid operand for instruction
42 @ CHECK-ERRORS: error: invalid operand for instruction
43 @ CHECK-ERRORS: error: invalid operand for instruction
44 @ CHECK-ERRORS: error: invalid operand for instruction

Completed in 1676 milliseconds

12 3 4 5 6 7 8 91011>>