assembler: Replace struct indirect_reg by struct brw_reg

More code simplification can be layered on top of that (by using some
brw_* helpers to create registers), that'd be for another commit.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-23 16:17:28 +00:00
parent b33b8810e0
commit 36f8f65aa0
2 changed files with 23 additions and 31 deletions
-8
View File
@@ -80,14 +80,6 @@ struct regtype {
int type;
int is_default;
};
/**
* This structure is the internal representation of register-indirect addressed
* registers in the parser.
*/
struct indirect_reg {
int reg_file, address_subreg_nr, indirect_offset;
};
/**
* This structure is the internal representation of destination operands in the