Home
last modified time | relevance | path

Searched refs:OP_SHR_INT_LIT8 (Results 1 – 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
DOP_SHR_INT_LIT8.cpp1 HANDLE_OP_SHX_INT_LIT8(OP_SHR_INT_LIT8, "shr", (s4), >>)
/dalvik/libdex/
DDexOpcodes.h296 OP_SHR_INT_LIT8 = 0xe1, enumerator
562 H(OP_SHR_INT_LIT8), \
/dalvik/vm/analysis/
DLiveness.cpp514 case OP_SHR_INT_LIT8: in processInstruction()
DDexVerify.cpp902 case OP_SHR_INT_LIT8: in verifyInstructions()
DCodeVerify.cpp5706 case OP_SHR_INT_LIT8: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp940 case OP_SHR_INT_LIT8: in lowerByteCode()
DBytecodeVisitor.cpp345 case OP_SHR_INT_LIT8: in getByteCodeSize()
942 case OP_SHR_INT_LIT8: in getConstInfo()
968 if(inst_op == OP_SHR_INT_LIT8) in getConstInfo()
2858 case OP_SHR_INT_LIT8: in getVirtualRegInfo()
4673 case OP_SHR_INT_LIT8: in getTempRegInfo()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2732 HANDLE_OP_SHX_INT_LIT8(OP_SHR_INT_LIT8, "shr", (s4), >>)
DInterpC-portable.cpp2743 HANDLE_OP_SHX_INT_LIT8(OP_SHR_INT_LIT8, "shr", (s4), >>) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2322 case OP_SHR_INT_LIT8: in handleFmt22b_Fmt22s()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2378 case OP_SHR_INT_LIT8: in handleFmt22b_Fmt22s()