Functions | Variables
x64::rflags::carry_flag Namespace Reference

Functions

auto get () noexcept
 

Variables

constexpr const auto mask = 0x0000000000000001UL
 
constexpr const auto from = 0
 
constexpr const auto name = "carry_flag"
 

Function Documentation

◆ get()

auto x64::rflags::carry_flag::get ( )
inlinenoexcept

Definition at line 50 of file rflags_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::rflags::carry_flag::mask = 0x0000000000000001UL

Definition at line 46 of file rflags_x64.h.

◆ from

constexpr const auto x64::rflags::carry_flag::from = 0

Definition at line 47 of file rflags_x64.h.

◆ name

constexpr const auto x64::rflags::carry_flag::name = "carry_flag"

Definition at line 48 of file rflags_x64.h.