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...]
InterpC-armv7-a.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-allstubs.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-portdbg.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
467 goto *handlerTable[INST_INST(inst)]; \
    [all...]
InterpC-portstd.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
458 goto *handlerTable[INST_INST(inst)]; \
    [all...]
InterpC-x86-atom.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-x86.c 300 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]

Completed in 186 milliseconds