Home
last modified time | relevance | path

Searched refs:NEG_LONG (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java145 NEG_LONG, enumConstant
DInstruction.java448 addOpcodeInfo(Opcode.NEG_LONG, "neg-long", 0x7d, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java243 if (opcode == Opcode.NEG_LONG || opcode == Opcode.NOT_LONG in getInstructionOutputType()
/art/compiler/dex/quick/mips/
Dint_mips.cc571 case Instruction::NEG_LONG: in GenArithOpLong()
589 case Instruction::NEG_LONG: in GenArithOpLong()
/art/compiler/dex/quick/
Dquick_compiler.cc263 Instruction::NEG_LONG,
Dmir_to_lir.cc952 case Instruction::NEG_LONG: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h146 V(0x7D, NEG_LONG, "neg-long", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide) \
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1216 case Instruction::NEG_LONG: in RecordMIR()
Dlocal_value_numbering.cc1752 case Instruction::NEG_LONG: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1360 case Instruction::NEG_LONG: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1172 case Instruction::NEG_LONG: { in GenArithOpLong()
/art/compiler/optimizing/
Dbuilder.cc1493 case Instruction::NEG_LONG: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1624 HANDLE_INSTRUCTION_START(NEG_LONG) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1456 case Instruction::NEG_LONG: in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc1724 case Instruction::NEG_LONG: in GenArithOpLong()
/art/runtime/verifier/
Dmethod_verifier.cc2602 case Instruction::NEG_LONG: in CodeFlowVerifyInstruction()