15#ifndef LIEF_ASM_MIPS_INST_H
16#define LIEF_ASM_MIPS_INST_H
31 using assembly::Instruction::Instruction;
This class represents an assembly instruction.
Definition Instruction.hpp:38
~Instruction() override=default
static bool classof(const assembly::Instruction *inst)
True if inst is an effective instance of mips::Instruction.
OPCODE opcode() const
The instruction opcode as defined in LLVM.
Mips architecture-related namespace.
Definition mips/Instruction.hpp:26
OPCODE
Definition mips/opcodes.hpp:23
Namespace related to assembly/disassembly support.
Definition Abstract/Binary.hpp:47
LIEF namespace.
Definition Abstract/Binary.hpp:40
#define LIEF_API
Definition visibility.h:41