assembler: Store immediate values in reg.dw1.ud

Another step in pushing the parsing in struct brw_reg.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau
2013-01-25 15:48:58 +00:00
parent 103edccd9b
commit 9c72beb701
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ struct regtype {
struct src_operand {
struct brw_reg reg;
int default_region;
uint32_t imm32; /* set if reg.file == BRW_IMMEDIATE_VALUE or it is expressing a branch offset */
uint32_t imm32; /* set if src_operand is expressing a branch offset */
char *reloc_target; /* bspec: branching instructions JIP and UIP are source operands */
} src_operand;