Searched refs:CMPL_FLOAT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 142 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/ |
D | Opcode.java | 65 CMPL_FLOAT, enumConstant
|
D | Instruction.java | 366 addOpcodeInfo(Opcode.CMPL_FLOAT, "cmpl-float", 0x2d, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 539 case Instruction::CMPL_FLOAT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 67 …V(0x2D, CMPL_FLOAT, "cmpl-float", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 850 HANDLER_ATTRIBUTES bool CMPL_FLOAT() { in CMPL_FLOAT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2944 case Instruction::CMPL_FLOAT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2541 case Instruction::CMPL_FLOAT: in CodeFlowVerifyInstruction()
|