Searched refs:NEG_DOUBLE (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 148 NEG_DOUBLE, enumConstant
|
D | Instruction.java | 451 addOpcodeInfo(Opcode.NEG_DOUBLE, "neg-double", 0x80, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 257 if (opcode == Opcode.NEG_DOUBLE in getInstructionOutputType()
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 101 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 101 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 103 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 266 Instruction::NEG_DOUBLE,
|
D | mir_to_lir.cc | 961 case Instruction::NEG_DOUBLE: in CompileDalvikInstruction()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 109 case Instruction::NEG_DOUBLE: in GenArithOpDouble()
|
D | utility_x86.cc | 969 case Instruction::NEG_DOUBLE: in AnalyzeMIR()
|
/art/runtime/ |
D | dex_instruction_list.h | 149 …V(0x80, NEG_DOUBLE, "neg-double", k12x, true, kNone, kContinue, kVerifyRegAWide | kVerifyRegBWide)…
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1219 case Instruction::NEG_DOUBLE: in RecordMIR()
|
D | local_value_numbering.cc | 1754 case Instruction::NEG_DOUBLE: { in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1503 case Instruction::NEG_DOUBLE: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1642 HANDLE_INSTRUCTION_START(NEG_DOUBLE) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1474 case Instruction::NEG_DOUBLE: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2610 case Instruction::NEG_DOUBLE: in CodeFlowVerifyInstruction()
|