Re: [Mesa-dev] [PATCHv3 32/32] i965: Don't compact instructions with unmapped bits.

2015-02-09 Thread Matt Turner
On Mon, Feb 9, 2015 at 12:26 PM, Francisco Jerez wrote: > Some instruction bits don't have a mapping defined to any compacted > instruction field. If they're ever set and we end up compacting the > instruction they will be forced to zero. Avoid using compaction in such > cases. > > v2: Align mul

[Mesa-dev] [PATCHv3 32/32] i965: Don't compact instructions with unmapped bits.

2015-02-09 Thread Francisco Jerez
Some instruction bits don't have a mapping defined to any compacted instruction field. If they're ever set and we end up compacting the instruction they will be forced to zero. Avoid using compaction in such cases. v2: Align multiple lines of an expression to the same column. Change conditi