mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user