HomeSort by relevance Sort by last modified time
    Searched defs:INST_AA (Results 1 - 10 of 10) sorted by null

  /dalvik/libdex/
InstrUtils.cpp 477 #define INST_AA(_inst) ((_inst) >> 8)
502 pDec->vA = INST_AA(inst);
513 pDec->vA = INST_AA(inst);
516 pDec->vA = (s1) INST_AA(inst); // sign-extend 8-bit value
524 pDec->vA = INST_AA(inst);
529 pDec->vA = INST_AA(inst);
533 pDec->vA = INST_AA(inst);
542 pDec->vA = INST_AA(inst);
547 pDec->vA = INST_AA(inst);
568 pDec->vA = INST_AA(inst)
    [all...]
  /dalvik/vm/mterp/c/
header.cpp 284 #define INST_AA(_inst) ((_inst) >> 8)
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]
InterpC-armv5te.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]
InterpC-armv7-a-neon.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]
InterpC-armv7-a.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]
InterpC-allstubs.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]
InterpC-portable.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
531 vdst = INST_AA(inst); \
570 vsrc1 = INST_AA(inst); \
595 vdst = INST_AA(inst); \
630 vdst = INST_AA(inst); \
675 vdst = INST_AA(inst); \
    [all...]
InterpC-x86-atom.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]
InterpC-x86.cpp 291 #define INST_AA(_inst) ((_inst) >> 8)
583 vdst = INST_AA(inst); \
622 vsrc1 = INST_AA(inst); \
647 vdst = INST_AA(inst); \
682 vdst = INST_AA(inst); \
    [all...]

Completed in 548 milliseconds