B2R2.FrontEnd.MIPS Namespace
Contains types and functions for working with the MIPS instructions.
| Type/Module | Description |
|
Represents the memory access width in MIPS instructions. |
|
|
Represents a base register in memory addressing. |
|
|
Represents a condition code used in MIPS instructions. |
|
|
Represents the format specifier (fmt field) used in MIPS floating-point instructions. |
|
|
Represents a immediate in MIPS instruction. |
|
|
Represents an instruction for MIPS. |
|
|
Represents a jump target as a relative offset. |
|
|
Represents a label in MIPS instructions. |
|
|
Represents the LowUIR builder for MIPS. |
|
|
Represents a parser for MIPS instructions. |
|
|
Represents an offset value in memory addressing. |
|
|
Represents a MIPS opcode. |
|
|
Represents an operand in an MIPS instruction. |
|
|
Represents a set of operands in an MIPS instruction. |
|
|
Provides functions to handle MIPS registers. |
|
|
Represents registers for MIPS32 and MIPS64. |
|
|
Represents a factory for accessing various MIPS register variables. |
B2R2