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

  /dalvik/vm/mterp/c/
header.cpp 267 #define INST_INST(_inst) ((_inst) & 0xff)
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv5te.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a-neon.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-allstubs.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-portable.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
413 goto *handlerTable[INST_INST(inst)]; \
    [all...]
InterpC-x86-atom.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-x86.cpp 274 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]

Completed in 679 milliseconds