Searched refs:REM_LONG (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 179 REM_LONG, enumConstant
|
D | Instruction.java | 482 addOpcodeInfo(Opcode.REM_LONG, "rem-long", 0x9f, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 214 longOpcodes.add(Opcode.REM_LONG);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 297 Instruction::REM_LONG,
|
D | mir_to_lir.cc | 1053 case Instruction::REM_LONG: in CompileDalvikInstruction()
|
D | gen_common.cc | 2005 case Instruction::REM_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 555 case Instruction::REM_LONG: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 180 …V(0x9F, REM_LONG, "rem-long", k23x, true, kNone, kContinue | kThrow | kRemainder, kVerifyRegAWide …
|
/art/compiler/dex/ |
D | local_value_numbering_test.cc | 782 DEF_DIV_REM_WIDE(Instruction::REM_LONG, 5u, 12u, 14u), in TEST_F()
|
D | gvn_dead_code_elimination.cc | 1311 case Instruction::REM_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1820 case Instruction::REM_LONG: in GetValueNumber()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1668 case Instruction::REM_LONG: in GenArithOpLong() 1704 case Instruction::REM_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1156 case Instruction::REM_LONG: in GenArithOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1686 case Instruction::REM_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1854 HANDLE_INSTRUCTION_START(REM_LONG) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1686 case Instruction::REM_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2691 case Instruction::REM_LONG: in CodeFlowVerifyInstruction()
|