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

/dalvik/vm/mterp/c/
H A DOP_SHR_INT_LIT8.cpp1 HANDLE_OP_SHX_INT_LIT8(OP_SHR_INT_LIT8, "shr", (s4), >>)
/dalvik/libdex/
H A DDexOpcodes.h296 OP_SHR_INT_LIT8 = 0xe1, enumerator in enum:Opcode
562 H(OP_SHR_INT_LIT8), \
/dalvik/vm/analysis/
H A DLiveness.cpp513 case OP_SHR_INT_LIT8:
H A DDexVerify.cpp902 case OP_SHR_INT_LIT8:
H A DCodeVerify.cpp5706 case OP_SHR_INT_LIT8:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp940 case OP_SHR_INT_LIT8:
H A DBytecodeVisitor.cpp345 case OP_SHR_INT_LIT8:
942 case OP_SHR_INT_LIT8:
968 if(inst_op == OP_SHR_INT_LIT8)
2858 case OP_SHR_INT_LIT8:
4673 case OP_SHR_INT_LIT8:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2327 case OP_SHR_INT_LIT8:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2731 /* File: c/OP_SHR_INT_LIT8.cpp */
2732 HANDLE_OP_SHX_INT_LIT8(OP_SHR_INT_LIT8, "shr", (s4), >>)
H A DInterpC-portable.cpp2742 /* File: c/OP_SHR_INT_LIT8.cpp */
2743 HANDLE_OP_SHX_INT_LIT8(OP_SHR_INT_LIT8, "shr", (s4), >>)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2370 case OP_SHR_INT_LIT8:

Completed in 1310 milliseconds