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