Searched refs:USHR_INT_LIT8 (Results 1 – 14 of 14) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation() 268 intLit8Opcodes.add(Opcode.USHR_INT_LIT8);
|
D | ValuePrinter.java | 240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 246 USHR_INT_LIT8, enumConstant
|
D | Instruction.java | 549 addOpcodeInfo(Opcode.USHR_INT_LIT8, "ushr-int/lit8", 0xe2, new Format22b()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 364 Instruction::USHR_INT_LIT8,
|
D | mir_to_lir.cc | 1125 case Instruction::USHR_INT_LIT8: in CompileDalvikInstruction()
|
D | gen_common.cc | 1876 case Instruction::USHR_INT_LIT8: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 247 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, true, kNone, kContinue | kUshr | kRegCFieldOrConstan…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1305 case Instruction::USHR_INT_LIT8: in RecordMIR()
|
D | local_value_numbering.cc | 1906 case Instruction::USHR_INT_LIT8: { in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 2005 case Instruction::USHR_INT_LIT8: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2386 HANDLE_INSTRUCTION_START(USHR_INT_LIT8) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2213 case Instruction::USHR_INT_LIT8: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2799 case Instruction::USHR_INT_LIT8: in CodeFlowVerifyInstruction()
|