Re: [Mesa-dev] [PATCH 2/9] i965: Fill out instruction list.

2015-10-22 Thread Matt Turner
On Thu, Oct 22, 2015 at 3:58 AM, Emil Velikov wrote: > On 21 October 2015 at 23:58, Matt Turner wrote: >> Add some instructions: illegal, movi, sends, sendsc. >> >> Remove some instructions with reused opcodes: msave, mrestore, push, >> pop, goto. I did have some gross code for disassembling opco

Re: [Mesa-dev] [PATCH 2/9] i965: Fill out instruction list.

2015-10-22 Thread Emil Velikov
On 21 October 2015 at 23:58, Matt Turner wrote: > Add some instructions: illegal, movi, sends, sendsc. > > Remove some instructions with reused opcodes: msave, mrestore, push, > pop, goto. I did have some gross code for disassembling opcodes > per-generation, but there's very little meaningful ove

[Mesa-dev] [PATCH 2/9] i965: Fill out instruction list.

2015-10-21 Thread Matt Turner
Add some instructions: illegal, movi, sends, sendsc. Remove some instructions with reused opcodes: msave, mrestore, push, pop, goto. I did have some gross code for disassembling opcodes per-generation, but there's very little meaningful overlap so it's probably not needed. --- src/mesa/drivers/dr