Searched refs:XOR_LONG (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 182 XOR_LONG, enumConstant
|
D | Instruction.java | 485 addOpcodeInfo(Opcode.XOR_LONG, "xor-long", 0xa2, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 217 longOpcodes.add(Opcode.XOR_LONG);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 300 Instruction::XOR_LONG,
|
D | mir_to_lir.cc | 1040 case Instruction::XOR_LONG: in CompileDalvikInstruction()
|
D | gen_common.cc | 2024 case Instruction::XOR_LONG: in GenArithOpLong()
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 1719 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/ |
D | int_arm64.cc | 1168 case Instruction::XOR_LONG: in GenArithOpLong() 1395 case Instruction::XOR_LONG: in GenArithImmOpLong()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 567 case Instruction::XOR_LONG: in GenArithOpLong()
|
/art/runtime/ |
D | dex_instruction_list.h | 183 …V(0xA2, XOR_LONG, "xor-long", k23x, true, kNone, kContinue | kXor, kVerifyRegAWide | kVerifyRegBWi…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1249 case Instruction::XOR_LONG: in RecordMIR()
|
D | local_value_numbering.cc | 1831 case Instruction::XOR_LONG: in GetValueNumber()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 1683 case Instruction::XOR_LONG: in GenArithImmOpLong()
|
/art/compiler/optimizing/ |
D | builder.cc | 1757 case Instruction::XOR_LONG: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1876 HANDLE_INSTRUCTION_START(XOR_LONG) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1707 case Instruction::XOR_LONG: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2694 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()
|