i965: Extract functions dealing with register types to separate file
authorMatt Turner <mattst88@gmail.com>
Wed, 26 Jul 2017 18:08:11 +0000 (11:08 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 21 Aug 2017 21:05:23 +0000 (14:05 -0700)
commitbfcc9aa829438675aed9d9e227d88d325932efe0
tree25e36ce91f8a06d8578e68c7f9607962d4f3e2ad
parent890f863da072bceeb5fdeba504873059e2e0353b
i965: Extract functions dealing with register types to separate file

I'm going to encapsulate all of the logic dealing with register types in
this file.

Rename the parameters for the hardware encodings from type -> hw_type at
the same time.

Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
src/intel/Makefile.sources
src/intel/compiler/brw_eu_emit.c
src/intel/compiler/brw_reg.h
src/intel/compiler/brw_reg_type.c [new file with mode: 0644]
src/intel/compiler/brw_reg_type.h [new file with mode: 0644]