Searched refs:XOR_INT_LIT8 (Results 1 - 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java243 XOR_INT_LIT8, enum constant in enum:Opcode
H A DInstruction.java546 addOpcodeInfo(Opcode.XOR_INT_LIT8, "xor-int/lit8", 0xdf, new Format22b());
/art/compiler/optimizing/
H A Dregister_allocator_test.cc332 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8,
333 Instruction::XOR_INT_LIT8 | 0 << 8, 1 << 8,
334 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8 | 1,
H A Dbuilder.cc1966 case Instruction::XOR_INT_LIT8: {
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java265 intLit8Opcodes.add(Opcode.XOR_INT_LIT8);
/art/compiler/dex/quick/
H A Dquick_compiler.cc361 Instruction::XOR_INT_LIT8,
H A Dmir_to_lir.cc1122 case Instruction::XOR_INT_LIT8:
H A Dgen_common.cc1858 case Instruction::XOR_INT_LIT8:
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc181 case Instruction::XOR_INT_LIT8:
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc376 case Instruction::XOR_INT_LIT8:
/art/runtime/
H A Ddex_instruction_list.h244 V(0xDF, XOR_INT_LIT8, "xor-int/lit8", k22b, true, kNone, kContinue | kXor | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1302 case Instruction::XOR_INT_LIT8:
H A Dlocal_value_numbering.cc1903 case Instruction::XOR_INT_LIT8:
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2365 HANDLE_INSTRUCTION_START(XOR_INT_LIT8)
H A Dinterpreter_switch_impl.cc2192 case Instruction::XOR_INT_LIT8:
/art/runtime/verifier/
H A Dmethod_verifier.cc2805 case Instruction::XOR_INT_LIT8:

Completed in 414 milliseconds