HomeSort by relevance Sort by last modified time
    Searched refs:INST_AA (Results 26 - 46 of 46) sorted by null

12

  /dalvik/vm/mterp/c/
OP_CHECK_CAST.c 8 vsrc1 = INST_AA(inst);
OP_FILL_ARRAY_DATA.c 8 vsrc1 = INST_AA(inst);
OP_NEW_INSTANCE.c 8 vdst = INST_AA(inst);
OP_PACKED_SWITCH.c 7 vsrc1 = INST_AA(inst);
OP_SPARSE_SWITCH.c 7 vsrc1 = INST_AA(inst);
OP_APUT_OBJECT.c 7 vdst = INST_AA(inst); /* AA: source value */
OP_EXECUTE_INLINE_RANGE.c 8 vsrc1 = INST_AA(inst); /* #of args */
opcommon.c 77 vdst = INST_AA(inst); \
116 vsrc1 = INST_AA(inst); \
141 vdst = INST_AA(inst); \
177 vdst = INST_AA(inst); \
223 vdst = INST_AA(inst); \
258 vdst = INST_AA(inst); \
312 vdst = INST_AA(inst); \
349 vdst = INST_AA(inst); \
404 vdst = INST_AA(inst); \
418 vdst = INST_AA(inst);
    [all...]
gotoTargets.c 26 vsrc1 = INST_AA(inst); /* #of elements */
114 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
210 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
288 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
335 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
367 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
407 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
466 vsrc1 = INST_AA(inst); /* AA (count) or BA (count + arg 5) */
    [all...]
header.c 310 #define INST_AA(_inst) ((_inst) >> 8)
  /dalvik/vm/mterp/out/
InterpC-allstubs.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-portdbg.c 317 #define INST_AA(_inst) ((_inst) >> 8)
608 vdst = INST_AA(inst); \
647 vsrc1 = INST_AA(inst); \
672 vdst = INST_AA(inst); \
708 vdst = INST_AA(inst); \
    [all...]
InterpC-portstd.c 317 #define INST_AA(_inst) ((_inst) >> 8)
599 vdst = INST_AA(inst); \
638 vsrc1 = INST_AA(inst); \
663 vdst = INST_AA(inst); \
699 vdst = INST_AA(inst); \
    [all...]
InterpC-x86-atom.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-x86.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-armv4t.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-armv5te-vfp.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-armv5te.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-armv7-a-neon.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
InterpC-armv7-a.c 317 #define INST_AA(_inst) ((_inst) >> 8)
617 vdst = INST_AA(inst); \
656 vsrc1 = INST_AA(inst); \
681 vdst = INST_AA(inst); \
717 vdst = INST_AA(inst); \
    [all...]
  /dalvik/libdex/
InstrUtils.c 1049 #define INST_AA(_inst) ((_inst) >> 8)
1067 pDec->vA = INST_AA(inst);
1078 pDec->vA = INST_AA(inst);
1081 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-bit value
1089 pDec->vA = INST_AA(inst);
1094 pDec->vA = INST_AA(inst);
1098 pDec->vA = INST_AA(inst);
1107 pDec->vA = INST_AA(inst);
1112 pDec->vA = INST_AA(inst);
    [all...]

Completed in 282 milliseconds

12