Home
last modified time | relevance | path

Searched refs:USHR_LONG (Results 1 – 18 of 18) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java185 USHR_LONG, enumConstant
DInstruction.java488 addOpcodeInfo(Opcode.USHR_LONG, "ushr-long", 0xa5, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java246 || Opcode.isBetween(opcode, Opcode.ADD_LONG, Opcode.USHR_LONG) in getInstructionOutputType()
DArithOpChanger.java220 longOpcodes.add(Opcode.USHR_LONG);
/art/compiler/dex/quick/mips/
Dint_mips.cc844 case Instruction::USHR_LONG: in GenShiftOpLong()
885 case Instruction::USHR_LONG: in GenShiftImmOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc303 Instruction::USHR_LONG,
Dmir_to_lir.cc1062 case Instruction::USHR_LONG: in CompileDalvikInstruction()
Dgen_common.cc1501 case Instruction::USHR_LONG: in GenShiftOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc2566 case Instruction::USHR_LONG: in GenShiftImmOpLong()
2613 case Instruction::USHR_LONG: in GenShiftImmOpLong()
3405 case Instruction::USHR_LONG: in GenShiftOpLong()
3445 case Instruction::USHR_LONG: in GenShiftOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc83 case Instruction::USHR_LONG: in GenShiftOpLong()
1364 case Instruction::USHR_LONG: in GenShiftImmOpLong()
/art/runtime/
Ddex_instruction_list.h186 …V(0xA5, USHR_LONG, "ushr-long", k23x, true, kNone, kContinue | kUshr, kVerifyRegAWide | kVerifyReg…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1252 case Instruction::USHR_LONG: in RecordMIR()
Dlocal_value_numbering.cc1858 case Instruction::USHR_LONG: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1601 case Instruction::USHR_LONG: in GenShiftImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1737 case Instruction::USHR_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1897 HANDLE_INSTRUCTION_START(USHR_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1728 case Instruction::USHR_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2701 case Instruction::USHR_LONG: in CodeFlowVerifyInstruction()