Structure
    X86Instruction.SIB
public struct SIB
SIB Layout
Relationships
Member Of
X86InstructionX86 Instruction
Properties
        scale
    
    let scale: Int8
        index
    
    let index: X86Reg
        base
    
    let base: X86Reg
        value
    
    let value: UInt8
Encoded scale/index/base.