Functions | Variables
x64::segment_register::ss::rpl 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 = 0x00000003U
 
constexpr const auto from = 0
 
constexpr const auto name = "rpl"
 

Function Documentation

◆ get()

auto x64::segment_register::ss::rpl::get ( )
inlinenoexcept

Definition at line 173 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::rpl::set ( val)
noexcept

Definition at line 177 of file srs_x64.h.

Variable Documentation

◆ mask

constexpr const auto x64::segment_register::ss::rpl::mask = 0x00000003U

Definition at line 169 of file srs_x64.h.

◆ from

constexpr const auto x64::segment_register::ss::rpl::from = 0

Definition at line 170 of file srs_x64.h.

◆ name

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

Definition at line 171 of file srs_x64.h.