OSDN Git Service

intel/compiler: Change src1 reg type to unsigned doubleword
authorSagar Ghuge <sagar.ghuge@intel.com>
Sat, 20 Oct 2018 01:25:23 +0000 (18:25 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 23 Oct 2018 19:44:24 +0000 (12:44 -0700)
commit0a7664fe8c79580d3f1702ae1106c6824b3fbf2b
treee1e88cab2c108e8503219ad0ef645b200e705250
parent22ddd4988e177cc51923d10f088a17edcde9517d
intel/compiler: Change src1 reg type to unsigned doubleword

To have uniform behavior while disassembling send(c) instruction use
register type of unsigned doubleword for src1 when message descriptor is
immediate value. Bspec does not specifiy anything for src1 immediate
default type.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
src/intel/compiler/brw_eu_emit.c
src/intel/compiler/brw_fs_generator.cpp