#include <xbyak.h>
Definition at line 672 of file xbyak.h.
◆ anonymous enum
| Enumerator |
|---|
| es | |
| cs | |
| ss | |
| ds | |
| fs | |
| gs | |
Definition at line 675 of file xbyak.h.
◆ Segment()
| Xbyak::Segment::Segment |
( |
int | idx | ) |
|
|
inlineexplicit |
Definition at line 678 of file xbyak.h.
678: idx_(idx) { assert(0 <= idx_ && idx_ < 6); }
◆ getIdx()
| int Xbyak::Segment::getIdx |
( |
| ) |
const |
|
inline |
◆ toString()
| const char * Xbyak::Segment::toString |
( |
| ) |
const |
|
inline |
Definition at line 680 of file xbyak.h.
681 {
682 static const char tbl[][3] = {
683 "es", "cs", "ss", "ds", "fs", "gs"
684 };
686 }
The documentation for this class was generated from the following file:
- libraries/fc/libraries/ff/depends/xbyak/xbyak/xbyak.h