Searched refs:XOR_LONG_2ADDR (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 214 XOR_LONG_2ADDR, enumConstant
|
D | Instruction.java | 517 addOpcodeInfo(Opcode.XOR_LONG_2ADDR, "xor-long/2addr", 0xc2, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 229 long2addrOpcodes.add(Opcode.XOR_LONG_2ADDR);
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1720 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/ |
D | quick_compiler.cc | 332 Instruction::XOR_LONG_2ADDR,
|
D | mir_to_lir.cc | 1045 case Instruction::XOR_LONG_2ADDR: in CompileDalvikInstruction()
|
D | gen_common.cc | 2025 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong()
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1169 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong() 1396 case Instruction::XOR_LONG_2ADDR: in GenArithImmOpLong()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 568 case Instruction::XOR_LONG_2ADDR: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 215 …V(0xC2, XOR_LONG_2ADDR, "xor-long/2addr", k12x, true, kNone, kContinue | kXor, kVerifyRegAWide | k…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1277 case Instruction::XOR_LONG_2ADDR: in RecordMIR()
|
D | local_value_numbering.cc | 1837 case Instruction::XOR_LONG_2ADDR: in GetValueNumber()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1684 case Instruction::XOR_LONG_2ADDR: in GenArithImmOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1916 case Instruction::XOR_LONG_2ADDR: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2132 HANDLE_INSTRUCTION_START(XOR_LONG_2ADDR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1962 case Instruction::XOR_LONG_2ADDR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2750 case Instruction::XOR_LONG_2ADDR: in CodeFlowVerifyInstruction()
|