mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-19 04:13:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user