Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java213 OR_LONG_2ADDR, enumConstant
DInstruction.java516 addOpcodeInfo(Opcode.OR_LONG_2ADDR, "or-long/2addr", 0xc1, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java228 long2addrOpcodes.add(Opcode.OR_LONG_2ADDR);
/art/compiler/dex/quick/x86/
Dint_x86.cc1715 case Instruction::OR_LONG_2ADDR: in GenArithOpLong()
2057 case Instruction::OR_LONG_2ADDR: in GenLongArith()
2686 case Instruction::OR_LONG_2ADDR: in GenArithImmOpLong()
2717 case Instruction::OR_LONG_2ADDR: in IsNoOp()
2759 case Instruction::OR_LONG_2ADDR: in GetOpcode()
2826 case Instruction::OR_LONG_2ADDR: in GetOpcode()
/art/compiler/dex/quick/
Dquick_compiler.cc331 Instruction::OR_LONG_2ADDR,
Dmir_to_lir.cc1044 case Instruction::OR_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc2020 case Instruction::OR_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1165 case Instruction::OR_LONG_2ADDR: in GenArithOpLong()
1392 case Instruction::OR_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc564 case Instruction::OR_LONG_2ADDR: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h214 …V(0xC1, OR_LONG_2ADDR, "or-long/2addr", k12x, true, kNone, kContinue | kOr, kVerifyRegAWide | kVer…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1276 case Instruction::OR_LONG_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1836 case Instruction::OR_LONG_2ADDR: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1675 case Instruction::OR_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1906 case Instruction::OR_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2123 HANDLE_INSTRUCTION_START(OR_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1953 case Instruction::OR_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2749 case Instruction::OR_LONG_2ADDR: in CodeFlowVerifyInstruction()