Searched refs:DNEG (Results 1 – 14 of 14) sorted by relevance
26 public class DNEG extends ArithmeticInstruction { class28 public DNEG() { in DNEG() method in DNEG29 super(org.apache.bcel.Const.DNEG); in DNEG()
112 ArithmeticInstruction DNEG = new DNEG(); field247 INSTRUCTIONS[Const.DNEG] = DNEG; in Clinit()
111 public static final ArithmeticInstruction DNEG = new DNEG(); field in InstructionConst242 INSTRUCTIONS[Const.DNEG] = DNEG;
55 case Const.DNEG: in getType()
510 void visitDNEG( DNEG obj ); in visitDNEG()
818 public void visitDNEG( final DNEG obj ) { in visitDNEG()
756 short DNEG = 119; field
1075 public static final short DNEG = 119; field in Const
211 testInsn(DNEG, true); in testInsn()
201 OPCODE(1, 1, COMP, DNEG)
93 case Opcodes.DNEG: in visitInsn()
318 public void visitDNEG(final DNEG o) { in visitDNEG()
870 public void visitDNEG(final DNEG o) { in visitDNEG()
894 NV50_IR_OPCODE_CASE(DNEG, NEG); in translateOpcode()