Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java684 new SimpleInstruction(InstructionConstants.OP_LMUL),
688 new SimpleInstruction(InstructionConstants.OP_LMUL),
728 new SimpleInstruction(InstructionConstants.OP_LMUL),
732 new SimpleInstruction(InstructionConstants.OP_LMUL),
1115 new SimpleInstruction(InstructionConstants.OP_LMUL),
1123 new SimpleInstruction(InstructionConstants.OP_LMUL),
1132 new SimpleInstruction(InstructionConstants.OP_LMUL),
1140 new SimpleInstruction(InstructionConstants.OP_LMUL),
1149 new SimpleInstruction(InstructionConstants.OP_LMUL),
1158 new SimpleInstruction(InstructionConstants.OP_LMUL),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java135 public static final byte OP_LMUL = 105; field
DInstructionFactory.java106 case InstructionConstants.OP_LMUL: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java271 case InstructionConstants.OP_LMUL: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java193 case InstructionConstants.OP_LMUL: in visitSimpleInstruction()