Re: [Mesa-dev] [PATCH] intel/compiler: Change src1 reg type to unsigned doubleword

2018-10-22 Thread Matt Turner
On Mon, Oct 22, 2018 at 9:53 AM Sagar Ghuge wrote: > > Thank you for reviewing the patch. > > On 10/22/18 5:02 AM, Samuel Iglesias Gonsálvez wrote: > > > > > > On 20/10/18 3:25, Sagar Ghuge wrote: > >> To have uniform behavior while disassembling send(c) instruction use > >> register type of

Re: [Mesa-dev] [PATCH] intel/compiler: Change src1 reg type to unsigned doubleword

2018-10-22 Thread Sagar Ghuge
Thank you for reviewing the patch. On 10/22/18 5:02 AM, Samuel Iglesias Gonsálvez wrote: > > > On 20/10/18 3:25, Sagar Ghuge wrote: >> To have uniform behavior while disassembling send(c) instruction use >> register type of unsigned doubleword for src1 when message descriptor is >> immediate

Re: [Mesa-dev] [PATCH] intel/compiler: Change src1 reg type to unsigned doubleword

2018-10-22 Thread Samuel Iglesias Gonsálvez
On 20/10/18 3:25, Sagar Ghuge wrote: > 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 s/specifiy/specify With that fixed and

[Mesa-dev] [PATCH] intel/compiler: Change src1 reg type to unsigned doubleword

2018-10-19 Thread Sagar Ghuge
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. Signed-off-by: Sagar Ghuge --- src/intel/compiler/brw_eu_emit.c