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

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1309 case Instruction::REM_INT:
H A Dlocal_value_numbering.cc1786 case Instruction::REM_INT:
H A Dlocal_value_numbering_test.cc781 DEF_DIV_REM(Instruction::REM_INT, 4u, 30u, 20u),
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc191 case Instruction::REM_INT:
/art/compiler/dex/quick/
H A Dgen_common.cc1553 case Instruction::REM_INT:
1888 case Instruction::REM_INT:
H A Dmir_to_lir.cc1020 case Instruction::REM_INT:
H A Dquick_compiler.cc286 Instruction::REM_INT,
/art/compiler/dex/quick/x86/
H A Dint_x86.cc3124 case Instruction::REM_INT:
/art/compiler/optimizing/
H A Dbuilder.cc1680 case Instruction::REM_INT: {
/art/runtime/
H A Ddex_instruction_list.h169 V(0x94, REM_INT, "rem-int", k23x, true, kNone, kContinue | kThrow | kRemainder, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1775 HANDLE_INSTRUCTION_START(REM_INT) {
H A Dinterpreter_switch_impl.cc1608 case Instruction::REM_INT: {
/art/runtime/verifier/
H A Dmethod_verifier.cc2673 case Instruction::REM_INT:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java190 intOpcodes.add(Opcode.REM_INT);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java471 addOpcodeInfo(Opcode.REM_INT, "rem-int", 0x94, new Format23x());
H A DOpcode.java168 REM_INT, enum constant in enum:Opcode

Completed in 117 milliseconds