Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java182 XOR_LONG, enumConstant
DInstruction.java485 addOpcodeInfo(Opcode.XOR_LONG, "xor-long", 0xa2, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java217 longOpcodes.add(Opcode.XOR_LONG);
/art/compiler/dex/quick/
Dquick_compiler.cc300 Instruction::XOR_LONG,
Dmir_to_lir.cc1040 case Instruction::XOR_LONG: in CompileDalvikInstruction()
Dgen_common.cc2024 case Instruction::XOR_LONG: in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1719 case Instruction::XOR_LONG: in GenArithOpLong()
2668 case Instruction::XOR_LONG: in GenArithImmOpLong()
2718 case Instruction::XOR_LONG: in IsNoOp()
2767 case Instruction::XOR_LONG: in GetOpcode()
2837 case Instruction::XOR_LONG: in GetOpcode()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1168 case Instruction::XOR_LONG: in GenArithOpLong()
1395 case Instruction::XOR_LONG: in GenArithImmOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc567 case Instruction::XOR_LONG: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h183 …V(0xA2, XOR_LONG, "xor-long", k23x, true, kNone, kContinue | kXor, kVerifyRegAWide | kVerifyRegBWi…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1249 case Instruction::XOR_LONG: in RecordMIR()
Dlocal_value_numbering.cc1831 case Instruction::XOR_LONG: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1683 case Instruction::XOR_LONG: in GenArithImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1757 case Instruction::XOR_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1876 HANDLE_INSTRUCTION_START(XOR_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1707 case Instruction::XOR_LONG: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2694 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()