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.java453 new SimpleInstruction(InstructionConstants.OP_LMUL),
457 new SimpleInstruction(InstructionConstants.OP_LMUL),
497 new SimpleInstruction(InstructionConstants.OP_LMUL),
501 new SimpleInstruction(InstructionConstants.OP_LMUL),
883 new SimpleInstruction(InstructionConstants.OP_LMUL),
891 new SimpleInstruction(InstructionConstants.OP_LMUL),
900 new SimpleInstruction(InstructionConstants.OP_LMUL),
908 new SimpleInstruction(InstructionConstants.OP_LMUL),
917 new SimpleInstruction(InstructionConstants.OP_LMUL),
926 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/optimize/evaluation/
DEvaluationSimplifier.java191 case InstructionConstants.OP_LMUL: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java256 case InstructionConstants.OP_LMUL: in visitSimpleInstruction()