Searched refs:REM_LONG_2ADDR (Results 1 - 16 of 16) sorted by last modified time

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1315 case Instruction::REM_LONG_2ADDR:
H A Dlocal_value_numbering.cc1822 case Instruction::REM_LONG_2ADDR:
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1157 case Instruction::REM_LONG_2ADDR:
/art/compiler/dex/quick/
H A Dgen_common.cc2006 case Instruction::REM_LONG_2ADDR:
H A Dmir_to_lir.cc1056 case Instruction::REM_LONG_2ADDR:
H A Dquick_compiler.cc329 Instruction::REM_LONG_2ADDR,
/art/compiler/dex/quick/mips/
H A Dint_mips.cc556 case Instruction::REM_LONG_2ADDR:
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1669 case Instruction::REM_LONG_2ADDR:
1705 case Instruction::REM_LONG_2ADDR:
/art/compiler/optimizing/
H A Dbuilder.cc1835 case Instruction::REM_LONG_2ADDR: {
/art/runtime/
H A Ddex_instruction_list.h212 V(0xBF, REM_LONG_2ADDR, "rem-long/2addr", k12x, true, kNone, kContinue | kThrow | kRemainder, kVerifyRegAWide | kVerifyRegBWide) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2106 HANDLE_INSTRUCTION_START(REM_LONG_2ADDR) {
H A Dinterpreter_switch_impl.cc1936 case Instruction::REM_LONG_2ADDR: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2747 case Instruction::REM_LONG_2ADDR:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java226 long2addrOpcodes.add(Opcode.REM_LONG_2ADDR);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java514 addOpcodeInfo(Opcode.REM_LONG_2ADDR, "rem-long/2addr", 0xbf, new Format12x());
H A DOpcode.java211 REM_LONG_2ADDR, enum constant in enum:Opcode

Completed in 57 milliseconds