Searched refs:X86SegmentRegId (Results 1 – 1 of 1) sorted by relevance
48 pub enum X86SegmentRegId { enum63 impl X86SegmentRegId { impl65 use self::X86SegmentRegId::*; in from_u8()108 Segment(X86SegmentRegId),134 10..=15 => (Segment(X86SegmentRegId::from_u8(id as u8 - 10)?), 4), in from_raw_id()161 Segment(X86SegmentRegId),180 18..=23 => (Segment(X86SegmentRegId::from_u8(id as u8 - 18)?), 4), in from_raw_id()