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

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

Completed in 131 milliseconds