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