libmicroemu 0.2.0
ARM Microcontroller Emulator Library
Loading...
Searching...
No Matches
libmicroemu::ApsrRegister Struct Reference

Static Public Attributes

static constexpr u8 kNPos = 31U
 
static constexpr u8 kZPos = 30U
 
static constexpr u8 kCPos = 29U
 
static constexpr u8 kVPos = 28U
 
static constexpr u8 kQPos = 27U
 
static constexpr u8 kGeBit0 = 16U
 
static constexpr u8 kGeBit3 = 19U
 
static constexpr u32 kNMsk = 1U << kNPos
 
static constexpr u32 kZMsk = 1U << kZPos
 
static constexpr u32 kCMsk = 1U << kCPos
 
static constexpr u32 kVMsk = 1U << kVPos
 
static constexpr u32 kQMsk = 1U << kQPos
 
static constexpr u32 kGeMsk = BitMask<kGeBit3, kGeBit0>()
 

The documentation for this struct was generated from the following file: