Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java214 XOR_LONG_2ADDR, enumConstant
DInstruction.java517 addOpcodeInfo(Opcode.XOR_LONG_2ADDR, "xor-long/2addr", 0xc2, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java229 long2addrOpcodes.add(Opcode.XOR_LONG_2ADDR);
/art/compiler/dex/quick/x86/
Dint_x86.cc1720 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong()
2058 case Instruction::XOR_LONG_2ADDR: in GenLongArith()
2687 case Instruction::XOR_LONG_2ADDR: in GenArithImmOpLong()
2719 case Instruction::XOR_LONG_2ADDR: in IsNoOp()
2768 case Instruction::XOR_LONG_2ADDR: in GetOpcode()
2838 case Instruction::XOR_LONG_2ADDR: in GetOpcode()
/art/compiler/dex/quick/
Dquick_compiler.cc332 Instruction::XOR_LONG_2ADDR,
Dmir_to_lir.cc1045 case Instruction::XOR_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc2025 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1169 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong()
1396 case Instruction::XOR_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc568 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h215 …V(0xC2, XOR_LONG_2ADDR, "xor-long/2addr", k12x, true, kNone, kContinue | kXor, kVerifyRegAWide | k…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1277 case Instruction::XOR_LONG_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1837 case Instruction::XOR_LONG_2ADDR: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1684 case Instruction::XOR_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1916 case Instruction::XOR_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2132 HANDLE_INSTRUCTION_START(XOR_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1962 case Instruction::XOR_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2750 case Instruction::XOR_LONG_2ADDR: in CodeFlowVerifyInstruction()