AccessLength
|
|
Base
|
|
Condition
|
|
Fmt
|
MIPS floating point format.
|
Imm
|
|
InsInfo
|
Basic information obtained by parsing a MIPS instruction.
|
JumpTarget
|
|
Label
|
|
MIPSInstruction
|
The internal representation for a MIPS instruction used by our
disassembler and lifter.
|
MIPSParser
|
Parser for MIPS instructions. Parser will return a platform-agnostic
instruction type (Instruction).
|
MIPSRegisterFactory
|
|
MIPSTranslationContext
|
Translation context for MIPS instructions.
|
Offset
|
|
Opcode
|
MIPS opcodes. This type should be generated using
scripts/genOpcode.fsx from the `MIPSSupportedOpcode.txt` file.
|
Operand
|
|
Operands
|
|
RegExprs
|
|
Register (Module)
|
This module exposes several useful functions to handle MIPS registers.
|
Register (Type)
|
MIPS Registers
https://en.wikibooks.org/wiki/MIPS_Assembly/Register_File
|
RoundMode
|
|