/dalvik/vm/interp/ |
Interp.h | 34 #define GET_OPCODE(_inst) (((_inst & 0xff) == OP_DISPATCH_FF) ? \ 35 (0x100 + ((_inst >> 8) & 0xff)) : (_inst & 0xff))
|
/dalvik/vm/mterp/c/ |
header.cpp | 265 * Extract instruction byte from 16-bit fetch (_inst is a u2). 267 #define INST_INST(_inst) ((_inst) & 0xff) 272 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 275 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 277 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 278 #define INST_B(_inst) ((_inst) >> 12 [all...] |
/external/bison/build-aux/ |
install-sh | 260 dsttmp=$dstdir/_inst.$$_
|
/external/genext2fs/ |
install-sh | 260 dsttmp=$dstdir/_inst.$$_
|
/external/grub/ |
install-sh | 260 dsttmp=$dstdir/_inst.$$_
|
/external/libffi/ |
install-sh | 260 dsttmp=$dstdir/_inst.$$_
|
/external/llvm/autoconf/ |
install-sh | 259 dsttmp=$dstdir/_inst.$$_
|
/dalvik/vm/mterp/out/ |
InterpC-armv5te-vfp.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-armv5te.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-armv7-a-neon.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-armv7-a.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-x86-atom.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-x86.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-allstubs.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
InterpC-portable.cpp | 272 * Extract instruction byte from 16-bit fetch (_inst is a u2). 274 #define INST_INST(_inst) ((_inst) & 0xff) 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) 282 * Extract the "vA, vB" 4-bit registers from the instruction word (_inst is u2). 284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) 285 #define INST_B(_inst) ((_inst) >> 12 [all...] |
/dalvik/libdex/ |
InstrUtils.cpp | 869 #define INST_A(_inst) (((u2)(_inst) >> 8) & 0x0f) 870 #define INST_B(_inst) ((u2)(_inst) >> 12) 871 #define INST_AA(_inst) ((_inst) >> 8) [all...] |
/external/chromium/sdch/open-vcdiff/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/external/libpng/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/external/pcre/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/external/protobuf/gtest/build-aux/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/external/protobuf/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/external/valgrind/main/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
install-sh | 446 dsttmp=$dstdir/_inst.$$_
|
/external/bison/ |
Makefile | 551 mkdir $(distdir)/_inst 553 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|