Home
last modified time | relevance | path

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

/dalvik/libdex/
DInstrUtils.c1038 #define INST_A(_inst) (((u2)(_inst) >> 8) & 0x0f) macro
/dalvik/vm/mterp/c/
Dheader.c300 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
/dalvik/vm/mterp/out/
DInterpC-armv7-a.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv5te-vfp.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv5te.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-armv4t.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-x86.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-portstd.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-portdbg.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro
DInterpC-allstubs.c307 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) macro