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

  /dalvik/libdex/
InstrUtils.c 1046 #define INST_INST(_inst) ((_inst) & 0xff)
1062 pDec->opCode = (OpCode) INST_INST(inst);
    [all...]
  /dalvik/vm/mterp/c/
header.c 293 #define INST_INST(_inst) ((_inst) & 0xff)
  /dalvik/vm/mterp/out/
InterpC-armv4t.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv5te-vfp.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv5te.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a-neon.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]