Searched refs:NEG_DOUBLE (Results 1 - 17 of 17) sorted by path

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

Completed in 47 milliseconds