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

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

Completed in 167 milliseconds