Home
last modified time | relevance | path

Searched refs:REM_LONG (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java179 REM_LONG, enumConstant
DInstruction.java482 addOpcodeInfo(Opcode.REM_LONG, "rem-long", 0x9f, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java214 longOpcodes.add(Opcode.REM_LONG);
/art/compiler/dex/quick/
Dquick_compiler.cc297 Instruction::REM_LONG,
Dmir_to_lir.cc1053 case Instruction::REM_LONG: in CompileDalvikInstruction()
Dgen_common.cc2005 case Instruction::REM_LONG: in GenArithOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc555 case Instruction::REM_LONG: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h180 …V(0x9F, REM_LONG, "rem-long", k23x, true, kNone, kContinue | kThrow | kRemainder, kVerifyRegAWide …
/art/compiler/dex/
Dlocal_value_numbering_test.cc782 DEF_DIV_REM_WIDE(Instruction::REM_LONG, 5u, 12u, 14u), in TEST_F()
Dgvn_dead_code_elimination.cc1311 case Instruction::REM_LONG: in RecordMIR()
Dlocal_value_numbering.cc1820 case Instruction::REM_LONG: in GetValueNumber()
/art/compiler/dex/quick/x86/
Dint_x86.cc1668 case Instruction::REM_LONG: in GenArithOpLong()
1704 case Instruction::REM_LONG: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1156 case Instruction::REM_LONG: in GenArithOpLong()
/art/compiler/optimizing/
Dbuilder.cc1686 case Instruction::REM_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1854 HANDLE_INSTRUCTION_START(REM_LONG) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1686 case Instruction::REM_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2691 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()