Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java137 public static final byte OP_DMUL = 107; field
DInstructionFactory.java108 case InstructionConstants.OP_DMUL: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java530 new SimpleInstruction(InstructionConstants.OP_DMUL),
534 new SimpleInstruction(InstructionConstants.OP_DMUL),
541 new SimpleInstruction(InstructionConstants.OP_DMUL),
545 new SimpleInstruction(InstructionConstants.OP_DMUL),
1095 new SimpleInstruction(InstructionConstants.OP_DMUL),
1112 new SimpleInstruction(InstructionConstants.OP_DMUL),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java223 case InstructionConstants.OP_DMUL: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java264 case InstructionConstants.OP_DMUL: in visitSimpleInstruction()