
org.opalj.br.instructions.LMUL.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Multiply long.
*
* @author Michael Eichberg
*/
case object LMUL extends MultiplyInstruction {
final val opcode = 105
final val mnemonic = "lmul"
final val computationalType = ComputationalTypeLong
final def stackSlotsChange: Int = -computationalType.operandSize
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy