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/optimize/peephole/
DInstructionSequenceConstants.java486 new SimpleInstruction(InstructionConstants.OP_FMUL),
490 new SimpleInstruction(InstructionConstants.OP_FMUL),
1070 new SimpleInstruction(InstructionConstants.OP_FMUL),
1087 new SimpleInstruction(InstructionConstants.OP_FMUL),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java210 case InstructionConstants.OP_FMUL: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java260 case InstructionConstants.OP_FMUL: in visitSimpleInstruction()