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

2015-02-09 Thread Francisco Jerez
Matt Turner writes: > On Mon, Feb 9, 2015 at 6:08 AM, 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

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

2015-02-09 Thread Matt Turner
On Mon, Feb 9, 2015 at 6:08 AM, 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 mult

[Mesa-dev] [PATCHv2 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