Home
last modified time | relevance | path

Searched refs:_inst (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
Dheader.cpp275 #define INST_INST(_inst) ((_inst) & 0xff) argument
280 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
285 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
286 #define INST_B(_inst) ((_inst) >> 12) argument
292 #define INST_AA(_inst) ((_inst) >> 8) argument
/dalvik/vm/interp/
DInterp.h34 #define GET_OPCODE(_inst) (_inst & 0xff) argument
/dalvik/vm/mterp/out/
DInterpC-armv5te-vfp.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-armv7-a.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-armv7-a-neon.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-armv5te.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-x86.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-mips.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-allstubs.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
DInterpC-portable.cpp282 #define INST_INST(_inst) ((_inst) & 0xff) argument
287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument
292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
293 #define INST_B(_inst) ((_inst) >> 12) argument
299 #define INST_AA(_inst) ((_inst) >> 8) argument
/dalvik/libdex/
DInstrUtils.cpp475 #define INST_A(_inst) (((u2)(_inst) >> 8) & 0x0f) argument
476 #define INST_B(_inst) ((u2)(_inst) >> 12) argument
477 #define INST_AA(_inst) ((_inst) >> 8) argument
/dalvik/vm/compiler/codegen/x86/
DLower.h80 #define INST_INST(_inst) ((_inst) & 0xff) argument
81 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument
82 #define INST_B(_inst) ((_inst) >> 12) argument
83 #define INST_AA(_inst) ((_inst) >> 8) argument