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

  /dalvik/vm/mterp/c/
header.cpp 275 #define INST_INST(_inst) ((_inst) & 0xff)
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv5te.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a-neon.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-armv7-a.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-allstubs.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-mips.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
InterpC-portable.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
421 goto *handlerTable[INST_INST(inst)]; \
    [all...]
InterpC-x86.cpp 282 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.h 80 #define INST_INST(_inst) ((_inst) & 0xff)
    [all...]

Completed in 250 milliseconds