From 36f8f65aa06bfbd3785bb43bc9c646b6769b1be2 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 23 Jan 2013 16:17:28 +0000 Subject: 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 --- assembler/gen4asm.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'assembler/gen4asm.h') diff --git a/assembler/gen4asm.h b/assembler/gen4asm.h index 122baf00..8a3e95be 100644 --- a/assembler/gen4asm.h +++ b/assembler/gen4asm.h @@ -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 -- cgit v1.2.3