Home
last modified time | relevance | path

Searched refs:USHR_INT_2ADDR (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java206 USHR_INT_2ADDR, enumConstant
DInstruction.java509 addOpcodeInfo(Opcode.USHR_INT_2ADDR, "ushr-int/2addr", 0xba, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java239 || Opcode.isBetween(opcode, Opcode.ADD_INT_2ADDR, Opcode.USHR_INT_2ADDR) in getInstructionOutputType()
DArithOpChanger.java208 int2addrOpcodes.add(Opcode.USHR_INT_2ADDR);
/art/compiler/dex/quick/
Dquick_compiler.cc324 Instruction::USHR_INT_2ADDR,
Dgen_common.cc1582 case Instruction::USHR_INT_2ADDR: in GenArithOpInt()
1878 case Instruction::USHR_INT_2ADDR: in GenArithOpIntLit()
Dmir_to_lir.cc1027 case Instruction::USHR_INT_2ADDR: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h207 …V(0xBA, USHR_INT_2ADDR, "ushr-int/2addr", k12x, true, kNone, kContinue | kUshr, kVerifyRegA | kVer…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc363 case Instruction::USHR_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc160 case Instruction::USHR_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1271 case Instruction::USHR_INT_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1810 case Instruction::USHR_INT_2ADDR: { in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1871 case Instruction::USHR_INT_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2035 HANDLE_INSTRUCTION_START(USHR_INT_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1865 case Instruction::USHR_INT_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3160 case Instruction::USHR_INT_2ADDR: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2729 case Instruction::USHR_INT_2ADDR: in CodeFlowVerifyInstruction()