Searched refs:OP_DUP (Results 1 – 9 of 9) sorted by relevance
/external/proguard/src/proguard/classfile/util/ |
D | DynamicMemberReferenceInitializer.java | 226 new SimpleInstruction(InstructionConstants.OP_DUP), 240 new SimpleInstruction(InstructionConstants.OP_DUP), 244 new SimpleInstruction(InstructionConstants.OP_DUP), 289 new SimpleInstruction(InstructionConstants.OP_DUP), 301 new SimpleInstruction(InstructionConstants.OP_DUP), 305 new SimpleInstruction(InstructionConstants.OP_DUP), 327 new SimpleInstruction(InstructionConstants.OP_DUP), 340 new SimpleInstruction(InstructionConstants.OP_DUP), 344 new SimpleInstruction(InstructionConstants.OP_DUP),
|
/external/proguard/src/proguard/optimize/peephole/ |
D | InstructionSequenceConstants.java | 526 new SimpleInstruction(InstructionConstants.OP_DUP), 544 new SimpleInstruction(InstructionConstants.OP_DUP), 562 new SimpleInstruction(InstructionConstants.OP_DUP), 2526 new SimpleInstruction(InstructionConstants.OP_DUP), 3698 new SimpleInstruction(InstructionConstants.OP_DUP), 3709 new SimpleInstruction(InstructionConstants.OP_DUP), 3720 new SimpleInstruction(InstructionConstants.OP_DUP), 3749 new SimpleInstruction(InstructionConstants.OP_DUP), 3760 new SimpleInstruction(InstructionConstants.OP_DUP), 3771 new SimpleInstruction(InstructionConstants.OP_DUP), [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumClassSimplifier.java | 94 new SimpleInstruction(InstructionConstants.OP_DUP),
|
D | EvaluationShrinker.java | 61 private static final int DUP = InstructionConstants.OP_DUP & 0xff; 593 case InstructionConstants.OP_DUP: in visitSimpleInstruction() 1057 … case InstructionConstants.OP_DUP: return fixedDup (instructionOffset, topBefore, topAfter); in fixDupSwap() 1925 return instruction.opcode >= InstructionConstants.OP_DUP && in isDupOrSwap()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 119 public static final byte OP_DUP = 89; field
|
D | InstructionFactory.java | 90 case InstructionConstants.OP_DUP: in create()
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 620 return opcode >= InstructionConstants.OP_DUP && in isDupOrSwap()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 410 def OP_DUP : Op<(dup $p0)>; 683 OP_DUP>; 686 OP_DUP>; 1120 def DUP_N : WOpInst<"vdup_n", "ds", "dQdPlQPl", OP_DUP>; 1121 def MOV_N : WOpInst<"vmov_n", "ds", "dQdPlQPl", OP_DUP>;
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 207 case InstructionConstants.OP_DUP: in visitSimpleInstruction()
|