Home
last modified time | relevance | path

Searched refs:CMPL_FLOAT (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCmpBiasChanger.java142 return Opcode.CMPL_FLOAT; in getLegalDifferentOpcode()
149 if (Opcode.isBetween(opcode, Opcode.CMPL_FLOAT, Opcode.CMPG_DOUBLE)) { in isCmpBiasOperation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java65 CMPL_FLOAT, enumConstant
DInstruction.java366 addOpcodeInfo(Opcode.CMPL_FLOAT, "cmpl-float", 0x2d, new Format23x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc539 case Instruction::CMPL_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h67 …V(0x2D, CMPL_FLOAT, "cmpl-float", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h850 HANDLER_ATTRIBUTES bool CMPL_FLOAT() { in CMPL_FLOAT() function
/art/compiler/optimizing/
Dinstruction_builder.cc3217 case Instruction::CMPL_FLOAT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2542 case Instruction::CMPL_FLOAT: in CodeFlowVerifyInstruction()