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

Functions

auto get () noexcept
 

Variables

constexpr const auto mask = 0x0000000000000800UL
 
constexpr const auto from = 11
 
constexpr const auto name = "overflow_flag"
 

Function Documentation

◆ get()

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

Definition at line 130 of file rflags_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::rflags::overflow_flag::mask = 0x0000000000000800UL

Definition at line 126 of file rflags_x64.h.

◆ from

constexpr const auto x64::rflags::overflow_flag::from = 11

Definition at line 127 of file rflags_x64.h.

◆ name

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

Definition at line 128 of file rflags_x64.h.