Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_DIV_INT_LIT16.cpp1 HANDLE_OP_X_INT_LIT16(OP_DIV_INT_LIT16, "div", /, 1)
/dalvik/libdex/
DDexOpcodes.h282 OP_DIV_INT_LIT16 = 0xd3, enumerator
548 H(OP_DIV_INT_LIT16), \
/dalvik/vm/mterp/
Dconfig-armv7-a-neon65 op OP_DIV_INT_LIT16 armv6t2
Dconfig-armv7-a65 op OP_DIV_INT_LIT16 armv6t2
/dalvik/vm/analysis/
DLiveness.cpp502 case OP_DIV_INT_LIT16: in processInstruction()
DDexVerify.cpp888 case OP_DIV_INT_LIT16: in verifyInstructions()
DCodeVerify.cpp5686 case OP_DIV_INT_LIT16: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp912 case OP_DIV_INT_LIT16: in lowerByteCode()
DBytecodeVisitor.cpp329 case OP_DIV_INT_LIT16: in getByteCodeSize()
776 case OP_DIV_INT_LIT16: in getConstInfo()
858 if(inst_op == OP_DIV_INT_LIT16) in getConstInfo()
2813 case OP_DIV_INT_LIT16: in getVirtualRegInfo()
2832 if(inst_op == OP_DIV_INT_LIT16) { in getVirtualRegInfo()
4706 case OP_DIV_INT_LIT16: in getTempRegInfo()
4717 if((inst_op == OP_DIV_INT_LIT8 || inst_op == OP_DIV_INT_LIT16)) { in getTempRegInfo()
4737 if(inst_op == OP_DIV_INT_LIT16 || inst_op == OP_DIV_INT_LIT8) { in getTempRegInfo()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp2188 bool div = (dalvikOpcode == OP_DIV_INT_LIT8 || dalvikOpcode == OP_DIV_INT_LIT16); in handleEasyDivide()
2339 case OP_DIV_INT_LIT16: in handleFmt22b_Fmt22s()
2354 (dalvikOpcode == OP_DIV_INT_LIT16)) { in handleFmt22b_Fmt22s()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp2232 bool div = (dalvikOpcode == OP_DIV_INT_LIT8 || dalvikOpcode == OP_DIV_INT_LIT16); in handleEasyDivide()
2382 case OP_DIV_INT_LIT16: in handleFmt22b_Fmt22s()
2398 (dalvikOpcode == OP_DIV_INT_LIT16)) { in handleFmt22b_Fmt22s()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2666 HANDLE_OP_X_INT_LIT16(OP_DIV_INT_LIT16, "div", /, 1)
DInterpC-portable.cpp2677 HANDLE_OP_X_INT_LIT16(OP_DIV_INT_LIT16, "div", /, 1) in dvmInterpretPortable()