Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 25 of 67) sorted by relevance

123

/dalvik/vm/mterp/c/
DOP_BREAKPOINT.c20 LOGV("+++ break 0x%02x (0x%04x -> 0x%04x)\n", originalOpCode, inst, in HANDLE_OPCODE()
21 INST_REPLACE_OP(inst, originalOpCode)); in HANDLE_OPCODE()
22 inst = INST_REPLACE_OP(inst, originalOpCode); in HANDLE_OPCODE()
Dopcommon.c29 vdst = INST_A(inst); \
30 vsrc1 = INST_B(inst); \
43 vdst = INST_A(inst); \
44 vsrc1 = INST_B(inst); \
64 vdst = INST_A(inst); \
65 vsrc1 = INST_B(inst); \
77 vdst = INST_AA(inst); \
99 vsrc1 = INST_A(inst); \
100 vsrc2 = INST_B(inst); \
116 vsrc1 = INST_AA(inst); \
[all …]
DOP_MOVE.c2 vdst = INST_A(inst);
3 vsrc1 = INST_B(inst);
5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
DOP_RETURN.c2 vsrc1 = INST_AA(inst);
4 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
DOP_MOVE_RESULT.c2 vdst = INST_AA(inst);
4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
DOP_REM_FLOAT_2ADDR.c2 vdst = INST_A(inst);
3 vsrc1 = INST_B(inst);
DOP_REM_DOUBLE_2ADDR.c2 vdst = INST_A(inst);
3 vsrc1 = INST_B(inst);
DOP_CONST_4.c5 vdst = INST_A(inst); in HANDLE_OPCODE()
6 tmp = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value in HANDLE_OPCODE()
DOP_MOVE_WIDE.c4 vdst = INST_A(inst);
5 vsrc1 = INST_B(inst);
DOP_RSUB_INT.c3 vdst = INST_A(inst); in HANDLE_OPCODE()
4 vsrc1 = INST_B(inst); in HANDLE_OPCODE()
DOP_MOVE_FROM16.c2 vdst = INST_AA(inst);
5 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
DOP_ARRAY_LENGTH.c5 vdst = INST_A(inst); in HANDLE_OPCODE()
6 vsrc1 = INST_B(inst); in HANDLE_OPCODE()
/dalvik/tests/003-omnibus-opcodes/src/
DMethodCall.java54 MethodCall inst = new MethodCall(); in run() local
56 MethodCallBase base = inst; in run()
58 inst.tryThing(); in run()
60 inst = null; in run()
62 inst.directly(); in run()
/dalvik/vm/mterp/out/
DInterpC-portstd.c454 inst = FETCH(0); \
458 goto *handlerTable[INST_INST(inst)]; \
551 vdst = INST_A(inst); \
552 vsrc1 = INST_B(inst); \
565 vdst = INST_A(inst); \
566 vsrc1 = INST_B(inst); \
586 vdst = INST_A(inst); \
587 vsrc1 = INST_B(inst); \
599 vdst = INST_AA(inst); \
621 vsrc1 = INST_A(inst); \
[all …]
DInterpC-allstubs.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
DInterpC-portdbg.c463 inst = FETCH(0); \
467 goto *handlerTable[INST_INST(inst)]; \
560 vdst = INST_A(inst); \
561 vsrc1 = INST_B(inst); \
574 vdst = INST_A(inst); \
575 vsrc1 = INST_B(inst); \
595 vdst = INST_A(inst); \
596 vsrc1 = INST_B(inst); \
608 vdst = INST_AA(inst); \
630 vsrc1 = INST_A(inst); \
[all …]
DInterpC-armv7-a-neon.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
DInterpC-armv5te-vfp.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
DInterpC-armv7-a.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
DInterpC-armv4t.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
DInterpC-armv5te.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
DInterpC-x86-atom.c434 u2 inst = FETCH(0); \
464 u2 inst = FETCH(0);
569 vdst = INST_A(inst); \
570 vsrc1 = INST_B(inst); \
583 vdst = INST_A(inst); \
584 vsrc1 = INST_B(inst); \
604 vdst = INST_A(inst); \
605 vsrc1 = INST_B(inst); \
617 vdst = INST_AA(inst); \
639 vsrc1 = INST_A(inst); \
[all …]
/dalvik/vm/mterp/portable/
Ddebug.c142 u2 inst = INST_INST(FETCH(0)); in updateDebugger() local
143 if (inst == OP_RETURN_VOID || inst == OP_RETURN || inst == OP_RETURN_WIDE || in updateDebugger()
144 inst == OP_RETURN_OBJECT) in updateDebugger()
236 int inst = *pc & 0xff; in checkDebugAndProf() local
237 gDvm.executedInstrCounts[inst]++; in checkDebugAndProf()
/dalvik/tests/043-privates/src/
DMain.java31 PrivatePackage inst = new PrivatePackageSub(); in stretchTest() local
32 System.out.println("PrivatePackage --> " + inst.getStr()); in stretchTest()
33 System.out.println("PrivatePackage --> " + inst.privGetStr()); in stretchTest()
/dalvik/vm/mterp/cstubs/
Dentry.c65 u2 inst = /*glue->*/pc[0]; in DEFINE_GOTO_TABLE() local
66 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE()
68 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]); in DEFINE_GOTO_TABLE()

123