Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java147 NEG_FLOAT, enumConstant
DInstruction.java450 addOpcodeInfo(Opcode.NEG_FLOAT, "neg-float", 0x7f, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java250 if (opcode == Opcode.NEG_FLOAT in getInstructionOutputType()
/art/compiler/dex/quick/mips/
Dfp_mips.cc59 case Instruction::NEG_FLOAT: in GenArithOpFloat()
/art/compiler/dex/quick/arm/
Dfp_arm.cc59 case Instruction::NEG_FLOAT: in GenArithOpFloat()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc55 case Instruction::NEG_FLOAT: in GenArithOpFloat()
/art/compiler/dex/quick/
Dquick_compiler.cc265 Instruction::NEG_FLOAT,
Dmir_to_lir.cc957 case Instruction::NEG_FLOAT: in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dfp_x86.cc56 case Instruction::NEG_FLOAT: in GenArithOpFloat()
/art/runtime/
Ddex_instruction_list.h148 V(0x7F, NEG_FLOAT, "neg-float", k12x, true, kNone, kContinue, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1218 case Instruction::NEG_FLOAT: in RecordMIR()
Dlocal_value_numbering.cc1726 case Instruction::NEG_FLOAT: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1498 case Instruction::NEG_FLOAT: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1636 HANDLE_INSTRUCTION_START(NEG_FLOAT) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1468 case Instruction::NEG_FLOAT: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2607 case Instruction::NEG_FLOAT: in CodeFlowVerifyInstruction()