Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java148 NEG_DOUBLE, enumConstant
DInstruction.java451 addOpcodeInfo(Opcode.NEG_DOUBLE, "neg-double", 0x80, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java257 if (opcode == Opcode.NEG_DOUBLE in getInstructionOutputType()
/art/compiler/dex/quick/mips/
Dfp_mips.cc101 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
/art/compiler/dex/quick/arm/
Dfp_arm.cc101 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc103 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
/art/compiler/dex/quick/
Dquick_compiler.cc266 Instruction::NEG_DOUBLE,
Dmir_to_lir.cc961 case Instruction::NEG_DOUBLE: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc109 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
Dutility_x86.cc969 case Instruction::NEG_DOUBLE: in AnalyzeMIR()
/art/runtime/
Ddex_instruction_list.h149 …V(0x80, NEG_DOUBLE, "neg-double", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide)…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1219 case Instruction::NEG_DOUBLE: in RecordMIR()
Dlocal_value_numbering.cc1754 case Instruction::NEG_DOUBLE: { in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1503 case Instruction::NEG_DOUBLE: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1642 HANDLE_INSTRUCTION_START(NEG_DOUBLE) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1474 case Instruction::NEG_DOUBLE: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2610 case Instruction::NEG_DOUBLE: in CodeFlowVerifyInstruction()