HomeSort by relevance Sort by last modified time
    Searched full:op_move_16 (Results 1 - 25 of 31) sorted by null

1 2

  /dalvik/vm/mterp/c/
OP_MOVE_OBJECT_16.cpp 1 %include "c/OP_MOVE_16.cpp"
OP_MOVE_16.cpp 5 (INST_INST(inst) == OP_MOVE_16) ? "" : "-object", vdst, vsrc1,
  /dalvik/vm/mterp/armv5te/
OP_MOVE_OBJECT_16.S 2 %include "armv5te/OP_MOVE_16.S"
  /dalvik/vm/mterp/mips/
OP_MOVE_OBJECT_16.S 2 %include "mips/OP_MOVE_16.S"
  /dalvik/vm/mterp/x86/
OP_MOVE_OBJECT_16.S 2 %include "x86/OP_MOVE_16.S"
  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 54 int op_move_16() { function
Lower.cpp 502 case OP_MOVE_16:
504 return op_move_16();
BytecodeVisitor.cpp 39 case OP_MOVE_16:
547 case OP_MOVE_16:
557 else if(inst_op == OP_MOVE_16 || inst_op == OP_MOVE_OBJECT_16) {
    [all...]