|
|
static bool | InITBlock (const TCpuAccessor &cpua) |
| |
|
static bool | LastInITBlock (TCpuAccessor &cpua) |
| |
|
static void | ITAdvance (TCpuAccessor &cpua) |
| |
|
static Result< u32 > | CurrentCond (const TCpuAccessor &cpua) |
| |
|
static Condition | DecodeCondition (u8 cond) |
| |
|
static std::string_view | ConditionToString (u8 cond) |
| |
|
static std::string_view | GetConditionAsStr (const TCpuAccessor &cpua) |
| |
|
static bool | ConditionPassed (const TCpuAccessor &cpua, u8 cond) |
| |
|
static Result< bool > | ConditionPassed (const TCpuAccessor &cpua) |
| |
◆ IfThenOps() [1/2]
template<typename TCpuAccessor>
Copy constructor for IfThenOps.
- Parameters
-
| r_src | the object to be copied |
◆ IfThenOps() [2/2]
template<typename TCpuAccessor>
Move constructor for IfThenOps.
- Parameters
-
| r_src | the object to be moved |
◆ operator=() [1/2]
template<typename TCpuAccessor>
Copy assignment operator for IfThenOps.
- Parameters
-
| r_src | the object to be copied |
◆ operator=() [2/2]
template<typename TCpuAccessor>
Move assignment operator for IfThenOps.
- Parameters
-
| r_src | the object to be moved |
The documentation for this class was generated from the following file: