Searched refs:OP_SHR_LONG (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_SHR_LONG.cpp | 1 HANDLE_OP_SHX_LONG(OP_SHR_LONG, "shr", (s8), >>)
|
/dalvik/libdex/ |
D | DexOpcodes.h | 235 OP_SHR_LONG = 0xa4, enumerator 501 H(OP_SHR_LONG), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 602 case OP_SHR_LONG: in processInstruction()
|
D | DexVerify.cpp | 1049 case OP_SHR_LONG: in verifyInstructions()
|
D | CodeVerify.cpp | 5606 case OP_SHR_LONG: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 818 case OP_SHR_LONG: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 278 case OP_SHR_LONG: in getByteCodeSize() 995 case OP_SHR_LONG: in getConstInfo() 2434 case OP_SHR_LONG: //v2: 32, move_ss; v1,vA: xmm CHECK in getVirtualRegInfo() 4794 case OP_SHR_LONG: in getTempRegInfo()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2436 HANDLE_OP_SHX_LONG(OP_SHR_LONG, "shr", (s8), >>) in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 2447 HANDLE_OP_SHX_LONG(OP_SHR_LONG, "shr", (s8), >>) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 649 case OP_SHR_LONG: in genShiftOpLong()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 710 case OP_SHR_LONG: in genShiftOpLong()
|