Searched refs:USHR_INT (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 174 USHR_INT, enumConstant
|
D | Instruction.java | 477 addOpcodeInfo(Opcode.USHR_INT, "ushr-int", 0x9a, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 238 || Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT) in getInstructionOutputType()
|
D | ArithOpChanger.java | 196 intOpcodes.add(Opcode.USHR_INT);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 292 Instruction::USHR_INT,
|
D | gen_common.cc | 1581 case Instruction::USHR_INT: in GenArithOpInt() 1877 case Instruction::USHR_INT: in GenArithOpIntLit()
|
D | mir_to_lir.cc | 1026 case Instruction::USHR_INT: in CompileDalvikInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 175 …V(0x9A, USHR_INT, "ushr-int", k23x, true, kNone, kContinue | kUshr, kVerifyRegA | kVerifyRegB | kV…
|
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 362 case Instruction::USHR_INT: in InexpensiveConstantInt()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 159 case Instruction::USHR_INT: in InexpensiveConstantInt()
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1243 case Instruction::USHR_INT: in RecordMIR()
|
D | local_value_numbering.cc | 1809 case Instruction::USHR_INT: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1732 case Instruction::USHR_INT: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1797 HANDLE_INSTRUCTION_START(USHR_INT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1630 case Instruction::USHR_INT: in ExecuteSwitchImpl()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 3163 case Instruction::USHR_INT: in GenArithOpInt()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2677 case Instruction::USHR_INT: in CodeFlowVerifyInstruction()
|