Mips

Instruction

class Instruction : public LIEF::assembly::Instruction

This class represents a Mips instruction (including mips64, mips32)

Public Functions

OPCODE opcode() const

The instruction opcode as defined in LLVM.

virtual ~Instruction() override = default

Public Static Functions

static bool classof(const assembly::Instruction *inst)

True if inst is an effective instance of mips::Instruction.

Opcodes

See LIEF::assembly::mips::OPCODE in include/asm/mips/opcodes.hpp