Home
last modified time | relevance | path

Searched refs:USHR_LONG_2ADDR (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java217 USHR_LONG_2ADDR, enumConstant
DInstruction.java520 addOpcodeInfo(Opcode.USHR_LONG_2ADDR, "ushr-long/2addr", 0xc5, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java247 || Opcode.isBetween(opcode, Opcode.ADD_LONG_2ADDR, Opcode.USHR_LONG_2ADDR)) { in getInstructionOutputType()
DArithOpChanger.java232 long2addrOpcodes.add(Opcode.USHR_LONG_2ADDR);
/art/runtime/
Ddex_instruction_list.h218 …V(0xC5, USHR_LONG_2ADDR, "ushr-long/2addr", k12x, true, kIndexNone, kContinue | kUshr, kVerifyRegA…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2104 case Instruction::USHR_LONG_2ADDR: { in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc2226 HANDLE_INSTRUCTION_START(USHR_LONG_2ADDR) { in ExecuteGotoImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2277 case Instruction::USHR_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3183 case Instruction::USHR_LONG_2ADDR: in CodeFlowVerifyInstruction()