
org.opalj.br.instructions.ISHR.scala Maven / Gradle / Ivy
The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions
/**
* Arithmetic shift right int.
*
* @author Michael Eichberg
*/
case object ISHR extends ShiftInstruction {
final val opcode = 122
final val mnemonic = "ishr"
final val operator = ">>"
final val computationalType = ComputationalTypeInt
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy