[Mesa-dev] [PATCH] intel/compiler: Print quad value in hex format

2019-03-25 Thread Sagar Ghuge
From: Sagar Ghuge Print quad value same as unsigned quad so that we can distinguish in between quater control disassembled values for e.g 1/2/3[Q] and immediate quad value for e.g 1Q. This allows round-tripping through the assembler/disassembler. Signed-off-by: Sagar Ghuge --- src/intel/compil

Re: [Mesa-dev] [PATCH] intel/compiler: Print quad value in hex format

2019-03-24 Thread Sagar Ghuge
Please ignore this patch. Somehow my emails are getting delayed. This is just a duplicate of the other patch which is on mailing list. On 3/24/19 10:19 AM, Sagar Ghuge wrote: > From: Sagar Ghuge > > Print quad value same as unsigned quad so that we can distinguish in > between quater control d

[Mesa-dev] [PATCH] intel/compiler: Print quad value in hex format

2019-03-24 Thread Sagar Ghuge
Print quad value same as unsigned quad so that we can distinguish in between quater control disassembled values for e.g 1/2/3[Q] and immediate quad value for e.g 1Q. This allows round-tripping through the assembler/disassembler. Signed-off-by: Sagar Ghuge --- src/intel/compiler/brw_disasm.c | 2