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/tools/veridex/
Dflow_analysis.cc464 case Instruction::USHR_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h219 …V(0xC5, USHR_LONG_2ADDR, "ushr-long/2addr", k12x, kIndexNone, kContinue, kUshr, kVerifyRegAWide | …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1626 HANDLER_ATTRIBUTES bool USHR_LONG_2ADDR() { in USHR_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc3016 case Instruction::USHR_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3376 case Instruction::USHR_LONG_2ADDR: in CodeFlowVerifyInstruction()