|
AsmGrader 0.0.0
|
Derived classes should use Aarch64FlagsBase with the CRTP pattern. More...
#include <registers_state.hpp>
Static Protected Attributes | |
| static constexpr u64 | CARRY_FLAG_BIT = 1U << 0 |
| static constexpr u64 | ZERO_FLAG_BIT = 1U << 6 |
| static constexpr u64 | NEGATIVE_FLAG_BIT = 1U << 7 |
| static constexpr u64 | OVERFLOW_FLAG_BIT = 1U << 11 |
Derived classes should use Aarch64FlagsBase with the CRTP pattern.
|
staticconstexprprotected |
|
staticconstexprprotected |
|
staticconstexprprotected |
|
staticconstexprprotected |