Home
last modified time | relevance | path

Searched refs:OP_FMUL (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java136 public static final byte OP_FMUL = 106; field
DInstructionFactory.java107 case InstructionConstants.OP_FMUL: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java275 case InstructionConstants.OP_FMUL: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java717 new SimpleInstruction(InstructionConstants.OP_FMUL),
721 new SimpleInstruction(InstructionConstants.OP_FMUL),
1302 new SimpleInstruction(InstructionConstants.OP_FMUL),
1320 new SimpleInstruction(InstructionConstants.OP_FMUL),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java212 case InstructionConstants.OP_FMUL: in visitSimpleInstruction()