Home
last modified time | relevance | path

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

1234

/dalvik/vm/compiler/codegen/x86/
DLowerAlu.cpp33 u2 vA = INST_A(inst); //destination in op_neg_int()
34 u2 vB = INST_B(inst); in op_neg_int()
45 u2 vA = INST_A(inst); //destination in op_not_int()
46 u2 vB = INST_B(inst); in op_not_int()
58 u2 vA = INST_A(inst); //destination in op_neg_long()
59 u2 vB = INST_B(inst); in op_neg_long()
71 u2 vA = INST_A(inst); //destination in op_not_long()
72 u2 vB = INST_B(inst); in op_not_long()
85 u2 vA = INST_A(inst); //destination in op_neg_float()
86 u2 vB = INST_B(inst); in op_neg_float()
[all …]
DLowerMove.cpp32 vA = INST_A(inst); in op_move()
33 vB = INST_B(inst); in op_move()
44 vA = INST_AA(inst); in op_move_from16()
68 u2 vA = INST_A(inst); in op_move_wide()
69 u2 vB = INST_B(inst); in op_move_wide()
79 u2 vA = INST_AA(inst); in op_move_wide_from16()
106 u2 vA = INST_AA(inst); in op_move_result()
122 u2 vA = INST_AA(inst); in op_move_result_wide()
137 u2 vA = INST_AA(inst); in op_move_exception()
DLowerConst.cpp68 u2 vA = INST_A(inst); in op_const_4()
69 s4 tmp = (s4) (INST_B(inst) << 28) >> 28; in op_const_4()
79 u2 vA = INST_AA(inst); in op_const_16()
88 u2 vA = INST_AA(inst); in op_const()
99 u2 vA = INST_AA(inst); in op_const_high16()
109 u2 vA = INST_AA(inst); in op_const_wide_16()
120 u2 vA = INST_AA(inst); in op_const_wide_32()
132 u2 vA = INST_AA(inst); in op_const_wide()
146 u2 vA = INST_AA(inst); in op_const_wide_high16()
158 u2 vA = INST_AA(inst); in op_const_string()
[all …]
DLowerGetPut.cpp107 u2 vA = INST_AA(inst); in op_aget()
118 u2 vA = INST_AA(inst); in op_aget_wide()
135 u2 vA = INST_AA(inst); in op_aget_boolean()
146 u2 vA = INST_AA(inst); in op_aget_byte()
157 u2 vA = INST_AA(inst); in op_aget_char()
168 u2 vA = INST_AA(inst); in op_aget_short()
248 u2 vA = INST_AA(inst); in op_aput()
259 u2 vA = INST_AA(inst); in op_aput_wide()
270 u2 vA = INST_AA(inst); in op_aput_boolean()
281 u2 vA = INST_AA(inst); in op_aput_byte()
[all …]
/dalvik/vm/mterp/c/
DOP_BREAKPOINT.cpp19 ALOGV("+++ break 0x%02x (0x%04x -> 0x%04x)", originalOpcode, inst, in HANDLE_OPCODE()
20 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE()
21 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
Dopcommon.cpp29 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.cpp2 vdst = INST_A(inst);
3 vsrc1 = INST_B(inst);
5 (INST_INST(inst) == OP_MOVE) ? "" : "-object", vdst, vsrc1,
DOP_RETURN.cpp2 vsrc1 = INST_AA(inst);
4 (INST_INST(inst) == OP_RETURN) ? "" : "-object", vsrc1);
DOP_MOVE_RESULT.cpp2 vdst = INST_AA(inst);
4 (INST_INST(inst) == OP_MOVE_RESULT) ? "" : "-object",
DOP_REM_DOUBLE_2ADDR.cpp2 vdst = INST_A(inst);
3 vsrc1 = INST_B(inst);
DOP_REM_FLOAT_2ADDR.cpp2 vdst = INST_A(inst);
3 vsrc1 = INST_B(inst);
DOP_CONST_4.cpp5 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.cpp4 vdst = INST_A(inst);
5 vsrc1 = INST_B(inst);
DOP_RSUB_INT.cpp3 vdst = INST_A(inst); in HANDLE_OPCODE()
4 vsrc1 = INST_B(inst); in HANDLE_OPCODE()
DOP_MOVE_FROM16.cpp2 vdst = INST_AA(inst);
5 (INST_INST(inst) == OP_MOVE_FROM16) ? "" : "-object", vdst, vsrc1,
/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-allstubs.cpp391 u2 inst = FETCH(0); \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
438 u2 inst = FETCH(0); \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
545 vdst = INST_A(inst); \
546 vsrc1 = INST_B(inst); \
559 vdst = INST_A(inst); \
560 vsrc1 = INST_B(inst); \
580 vdst = INST_A(inst); \
581 vsrc1 = INST_B(inst); \
[all …]
DInterpC-portable.cpp417 inst = FETCH(0); \
421 goto *handlerTable[INST_INST(inst)]; \
491 vdst = INST_A(inst); \
492 vsrc1 = INST_B(inst); \
505 vdst = INST_A(inst); \
506 vsrc1 = INST_B(inst); \
526 vdst = INST_A(inst); \
527 vsrc1 = INST_B(inst); \
539 vdst = INST_AA(inst); \
561 vsrc1 = INST_A(inst); \
[all …]
DInterpC-armv5te.cpp391 u2 inst = FETCH(0); \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
438 u2 inst = FETCH(0); \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
545 vdst = INST_A(inst); \
546 vsrc1 = INST_B(inst); \
559 vdst = INST_A(inst); \
560 vsrc1 = INST_B(inst); \
580 vdst = INST_A(inst); \
581 vsrc1 = INST_B(inst); \
[all …]
DInterpC-armv7-a.cpp391 u2 inst = FETCH(0); \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
438 u2 inst = FETCH(0); \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
545 vdst = INST_A(inst); \
546 vsrc1 = INST_B(inst); \
559 vdst = INST_A(inst); \
560 vsrc1 = INST_B(inst); \
580 vdst = INST_A(inst); \
581 vsrc1 = INST_B(inst); \
[all …]
DInterpC-armv7-a-neon.cpp391 u2 inst = FETCH(0); \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
438 u2 inst = FETCH(0); \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
545 vdst = INST_A(inst); \
546 vsrc1 = INST_B(inst); \
559 vdst = INST_A(inst); \
560 vsrc1 = INST_B(inst); \
580 vdst = INST_A(inst); \
581 vsrc1 = INST_B(inst); \
[all …]
DInterpC-armv5te-vfp.cpp391 u2 inst = FETCH(0); \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
438 u2 inst = FETCH(0); \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
545 vdst = INST_A(inst); \
546 vsrc1 = INST_B(inst); \
559 vdst = INST_A(inst); \
560 vsrc1 = INST_B(inst); \
580 vdst = INST_A(inst); \
581 vsrc1 = INST_B(inst); \
[all …]
DInterpC-mips.cpp391 u2 inst = FETCH(0); \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
438 u2 inst = FETCH(0); \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
545 vdst = INST_A(inst); \
546 vsrc1 = INST_B(inst); \
559 vdst = INST_A(inst); \
560 vsrc1 = INST_B(inst); \
580 vdst = INST_A(inst); \
581 vsrc1 = INST_B(inst); \
[all …]
/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.cpp36 u2 inst = /*self->interpSave.*/pc[0]; in DEFINE_GOTO_TABLE() local
46 Handler handler = (Handler) gDvmMterpHandlers[inst & 0xff]; in DEFINE_GOTO_TABLE()
49 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]); in DEFINE_GOTO_TABLE()

1234