summaryrefslogtreecommitdiff
path: root/assembler/gen4asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/gen4asm.h')
-rw-r--r--assembler/gen4asm.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/assembler/gen4asm.h b/assembler/gen4asm.h
index 8a3e95be..fe09d527 100644
--- a/assembler/gen4asm.h
+++ b/assembler/gen4asm.h
@@ -82,22 +82,6 @@ struct regtype {
};
/**
- * This structure is the internal representation of destination operands in the
- * parser.
- */
-struct dst_operand {
- int reg_file, reg_nr, subreg_nr, reg_type;
-
- int writemask;
-
- int horiz_stride;
- int address_mode; /* 0 if direct, 1 if register-indirect */
-
- /* Indirect addressing */
- int indirect_offset;
-};
-
-/**
* This structure is the internal representation of source operands in the
* parser.
*/