Functions | Variables
x64::segment_register::ss::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::ss::index::get ( )
inlinenoexcept

Definition at line 199 of file srs_x64.h.

◆ set()

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

Definition at line 203 of file srs_x64.h.

Variable Documentation

◆ mask

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

Definition at line 195 of file srs_x64.h.

◆ from

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

Definition at line 196 of file srs_x64.h.

◆ name

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

Definition at line 197 of file srs_x64.h.