Functions | Variables
x64::segment_register::es::index Namespace Reference

Functions

auto get () noexcept
 
template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void set (T val) noexcept
 

Variables

constexpr const auto mask = 0x0000FFF8U
 
constexpr const auto from = 3
 
constexpr const auto name = "index"
 

Function Documentation

◆ get()

auto x64::segment_register::es::index::get ( )
inlinenoexcept

Definition at line 103 of file srs_x64.h.

◆ set()

template<class T , class = typename std::enable_if<std::is_integral<T>::value>::type>
void x64::segment_register::es::index::set ( val)
noexcept

Definition at line 107 of file srs_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::segment_register::es::index::mask = 0x0000FFF8U

Definition at line 99 of file srs_x64.h.

◆ from

constexpr const auto x64::segment_register::es::index::from = 3

Definition at line 100 of file srs_x64.h.

◆ name

constexpr const auto x64::segment_register::es::index::name = "index"

Definition at line 101 of file srs_x64.h.