Searched refs:DNEG (Results 1 – 18 of 18) 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()
111 public static final ArithmeticInstruction DNEG = new DNEG(); field in InstructionConst242 INSTRUCTIONS[Const.DNEG] = DNEG;
112 ArithmeticInstruction DNEG = new DNEG(); field247 INSTRUCTIONS[Const.DNEG] = DNEG; in Clinit()
55 case Const.DNEG: in getType()
510 void visitDNEG( DNEG obj ); in visitDNEG()
818 public void visitDNEG( final DNEG obj ) { in visitDNEG()
70 int DNEG = 119; field
243 LNEG, DNEG -> { in executeOne()
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()
378 case DNEG: in execute()
1555 bytecode.addOpcode(DNEG); in atExpr()
835 NV50_IR_OPCODE_CASE(DNEG, NEG); in translateOpcode()