Re: [Mesa-dev] [PATCH 00/13] i965: Align1 ternary instruction support for CNL

2017-09-27 Thread Matt Turner
On Fri, Aug 25, 2017 at 6:25 PM, Matt Turner wrote: > Cannonlake (Gen10) adds align1 access mode to ternary instructions. In align1 > mode, instructions can use more (and mixed) datatypes and a single 16-bit > immediate value. This series adds the infrastructure to emit and disassemble > such inst

[Mesa-dev] [PATCH 00/13] i965: Align1 ternary instruction support for CNL

2017-08-25 Thread Matt Turner
Cannonlake (Gen10) adds align1 access mode to ternary instructions. In align1 mode, instructions can use more (and mixed) datatypes and a single 16-bit immediate value. This series adds the infrastructure to emit and disassemble such instructions. Patch 12 switches ternary instructions to align1 mo