OSDN Git Service

nv50/ir: Split 64-bit integer MAD/MUL operations
authorPierre Moreau <pierre.morrow@free.fr>
Sun, 30 Oct 2016 21:34:25 +0000 (22:34 +0100)
committerIlia Mirkin <imirkin@alum.mit.edu>
Thu, 9 Feb 2017 17:57:48 +0000 (12:57 -0500)
commit009c54aa7af1cc1c0eeb03939ce616957dab67fc
treea7948cb202d52fe4f57b963fc9602f6d281dd3fd
parent22c705ea8ce6317b039b01a6f593f565eb9789e1
nv50/ir: Split 64-bit integer MAD/MUL operations

Hardware does not support 64-bit integers MAD and MUL operations, so we need
to transform them in 32-bit operations.

Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp