Skip to content
  • Matt Turner's avatar
    i965: Normalize types for FBL, FBH, etc · 3cfd6ad0
    Matt Turner authored
    
    
    Allows the instructions to be compacted. The documentation claims that
    some of these only accept UD types, even though the type doesn't change
    the operation performed. Just normalize the types to ensure we get
    instruction compaction.
    
    The only functional changes are for FBL and CBIT (always use UD types)
    and FBH (always use the same types).
    
    Reviewed-by: Kenneth Graunke's avatarKenneth Graunke <kenneth@whitecape.org>
    3cfd6ad0