
org.opalj.br.instructions.FNEG.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Negate float.
*
* @author Michael Eichberg
*/
case object FNEG extends NegateInstruction {
final val opcode = 118
final val mnemonic = "fneg"
final val computationalType = ComputationalTypeFloat
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy