Home
last modified time | relevance | path

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

/dalvik/vm/mterp/c/
DOP_REM_INT.cpp1 HANDLE_OP_X_INT(OP_REM_INT, "rem", %, 2)
/dalvik/libdex/
DDexOpcodes.h219 OP_REM_INT = 0x94, enumerator
485 H(OP_REM_INT), \
/dalvik/vm/analysis/
DLiveness.cpp566 case OP_REM_INT: in processInstruction()
DDexVerify.cpp1002 case OP_REM_INT: in verifyInstructions()
DCodeVerify.cpp5580 case OP_REM_INT: in verifyInstruction()
/dalvik/vm/compiler/codegen/x86/
DLower.cpp786 case OP_REM_INT: in lowerByteCode()
DBytecodeVisitor.cpp262 case OP_REM_INT: in getByteCodeSize()
780 case OP_REM_INT: in getConstInfo()
782 inst_op == OP_REM_INT || inst_op == OP_REM_INT_LIT8) in getConstInfo()
906 if(inst_op == OP_REM_INT) in getConstInfo()
2284 case OP_REM_INT: in getVirtualRegInfo()
2302 if(inst_op == OP_REM_INT) in getVirtualRegInfo()
4639 case OP_REM_INT: in getTempRegInfo()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2372 HANDLE_OP_X_INT(OP_REM_INT, "rem", %, 2) in HANDLE_OPCODE()
DInterpC-portable.cpp2383 HANDLE_OP_X_INT(OP_REM_INT, "rem", %, 2) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp816 case OP_REM_INT: in genArithOpInt()
/dalvik/vm/compiler/codegen/mips/
DCodegenDriver.cpp861 case OP_REM_INT: in genArithOpInt()