Home
last modified time | relevance | path

Searched defs:INST_A (Results 1 – 10 of 10) sorted by relevance

/dalvik/libdex/
DInstrUtils.cpp475 #define INST_A(_inst) (((u2)(_inst) >> 8) & 0x0f) macro
/dalvik/vm/mterp/c/
Dheader.cpp277 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
/dalvik/vm/mterp/out/
DInterpC-armv7-a.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv7-a-neon.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv5te-vfp.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv5te.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-x86-atom.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-x86.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-portable.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-allstubs.cpp284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro