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