Namespaces | Typedefs | Functions
x64::rflags Namespace Reference

Namespaces

 alignment_check_access_control
 
 always_disabled
 
 always_enabled
 
 auxiliary_carry_flag
 
 carry_flag
 
 direction_flag
 
 id_flag
 
 interrupt_enable_flag
 
 nested_task
 
 overflow_flag
 
 parity_flag
 
 privilege_level
 
 reserved
 
 resume_flag
 
 sign_flag
 
 trap_flag
 
 virtual_8086_mode
 
 virtual_interupt_flag
 
 virtual_interupt_pending
 
 zero_flag
 

Typedefs

using value_type = uint64_t
 

Functions

auto get () noexcept
 
void dump () noexcept
 

Typedef Documentation

◆ value_type

using x64::rflags::value_type = typedef uint64_t

Definition at line 39 of file rflags_x64.h.

Function Documentation

◆ get()

auto x64::rflags::get ( )
inlinenoexcept

Definition at line 41 of file rflags_x64.h.

◆ dump()

void x64::rflags::dump ( )
inlinenoexcept

Definition at line 244 of file rflags_x64.h.