Home
last modified time | relevance | path

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

/dalvik/libdex/
DInstrUtils.c1023 #define INST_A(_inst) (((u2)(_inst) >> 8) & 0x0f) macro
/dalvik/vm/mterp/c/
Dheader.c283 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
/dalvik/vm/mterp/out/
DInterpC-armv4t.c290 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv5te.c290 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-x86.c290 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-portstd.c290 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-portdbg.c290 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-allstubs.c290 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro