Home
last modified time | relevance | path

Searched refs:OP_OR_INT_LIT16 (Results 1 – 13 of 13) sorted by relevance

/dalvik/vm/mterp/c/
DOP_OR_INT_LIT16.cpp1 HANDLE_OP_X_INT_LIT16(OP_OR_INT_LIT16, "or", |, 0)
/dalvik/libdex/
DDexOpcodes.h285 OP_OR_INT_LIT16 = 0xd6, enumerator
551 H(OP_OR_INT_LIT16), \
/dalvik/vm/mterp/
Dconfig-armv7-a109 op OP_OR_INT_LIT16 armv6t2
Dconfig-armv7-a-neon109 op OP_OR_INT_LIT16 armv6t2
/dalvik/vm/analysis/
DLiveness.cpp505 case OP_OR_INT_LIT16: in processInstruction()
DDexVerify.cpp891 case OP_OR_INT_LIT16: in verifyInstructions()
DCodeVerify.cpp5692 case OP_OR_INT_LIT16: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp918 case OP_OR_INT_LIT16: in lowerByteCode()
DBytecodeVisitor.cpp332 case OP_OR_INT_LIT16: in getByteCodeSize()
844 case OP_OR_INT_LIT16: in getConstInfo()
864 if(inst_op == OP_OR_INT_LIT16) in getConstInfo()
2798 case OP_OR_INT_LIT16: in getVirtualRegInfo()
4665 case OP_OR_INT_LIT16: in getTempRegInfo()
4676 … inst_op == OP_AND_INT_LIT16 || inst_op == OP_OR_INT_LIT16 || inst_op == OP_XOR_INT_LIT16) { in getTempRegInfo()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2678 HANDLE_OP_X_INT_LIT16(OP_OR_INT_LIT16, "or", |, 0)
DInterpC-portable.cpp2689 HANDLE_OP_X_INT_LIT16(OP_OR_INT_LIT16, "or", |, 0) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2315 case OP_OR_INT_LIT16: in handleFmt22b_Fmt22s()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2366 case OP_OR_INT_LIT16: in handleFmt22b_Fmt22s()