[Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-02-14 Thread Samuel Iglesias Gonsálvez
From: "Juan A. Suarez Romero" When splitting VEC4_OPCODE_FROM_DOUBLE in Ivybridge/Baytrail, the second part should use a temporal register, and then move the values to the second half of the original destination, so we get all the results in the same register. v2: - Fix typos (Matt). --- src/me

Re: [Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-03-03 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > From: "Juan A. Suarez Romero" > > When splitting VEC4_OPCODE_FROM_DOUBLE in Ivybridge/Baytrail, the second > part should use a temporal register, and then move the values to the > second half of the original destination, so we get all the results in the > same

Re: [Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-03-07 Thread Samuel Iglesias Gonsálvez
On 04/03/17 01:04, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > >> From: "Juan A. Suarez Romero" >> >> When splitting VEC4_OPCODE_FROM_DOUBLE in Ivybridge/Baytrail, the second >> part should use a temporal register, and then move the values to the >> second half of the original

Re: [Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-03-07 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > On 04/03/17 01:04, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >>> From: "Juan A. Suarez Romero" >>> >>> When splitting VEC4_OPCODE_FROM_DOUBLE in Ivybridge/Baytrail, the second >>> part should use a temporal register, and then move the va

Re: [Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-03-08 Thread Samuel Iglesias Gonsálvez
On 07/03/17 22:24, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > >> On 04/03/17 01:04, Francisco Jerez wrote: >>> Samuel Iglesias Gonsálvez writes: >>> From: "Juan A. Suarez Romero" When splitting VEC4_OPCODE_FROM_DOUBLE in Ivybridge/Baytrail, the second par

Re: [Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-03-08 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > On 07/03/17 22:24, Francisco Jerez wrote: >> Samuel Iglesias Gonsálvez writes: >> >>> On 04/03/17 01:04, Francisco Jerez wrote: Samuel Iglesias Gonsálvez writes: > From: "Juan A. Suarez Romero" > > When splitting VEC4_OPCODE_FROM_DOUBL

Re: [Mesa-dev] [PATCH v3 16/24] i965/vec4: fix SIMD-width lowering for VEC4_OPCODE_FROM_DOUBLE in IVB/BYT

2017-03-08 Thread Samuel Iglesias Gonsálvez
On 08/03/17 20:30, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > >> On 07/03/17 22:24, Francisco Jerez wrote: >>> Samuel Iglesias Gonsálvez writes: >>> On 04/03/17 01:04, Francisco Jerez wrote: > Samuel Iglesias Gonsálvez writes: > >> From: "Juan A. Suarez Rome