ILowUIRBuilder Type
Provides a common functionality for building LowUIR statements from instructions. Some CPU architectures may extend this interface to provide additional functionalities, although most architectures will simply implement the default implementation as is.
Instance members
| Instance member | Description |
|
|
|
|
|
|
|
|
Static members
| Static member | Description |
Full Usage:
ILowUIRBuilder.Default(isa, regFactory, stream)
Parameters:
ISA
regFactory : IRegisterFactory
stream : LowUIRStream
Returns: ILowUIRBuilder
|
B2R2