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

Functions

auto get () noexcept
 

Variables

constexpr const auto mask = 0x0000000000000080UL
 
constexpr const auto from = 7
 
constexpr const auto name = "sign_flag"
 

Function Documentation

◆ get()

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

Definition at line 90 of file rflags_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::rflags::sign_flag::mask = 0x0000000000000080UL

Definition at line 86 of file rflags_x64.h.

◆ from

constexpr const auto x64::rflags::sign_flag::from = 7

Definition at line 87 of file rflags_x64.h.

◆ name

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

Definition at line 88 of file rflags_x64.h.