module Bindings.Bfd.Disasm.I386.XmmType where import Bindings.Bfd.Disasm.I386.Precision data XmmType = Int { width :: Int } | FloatingPt { precision :: Precision } deriving (Show)