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

  /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...]
  /dalvik/vm/mterp/c/
header.c 310 #define INST_AA(_inst) ((_inst) >> 8)
  /dalvik/vm/mterp/out/
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...]
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...]

Completed in 31 milliseconds