envydis/gm107: add ldg variant with predicate
commitc7e4177aed29100ae8e463bbf65898141e76bb39
authorRodrigo Locatti <rodrigo.locatti@gmail.com>
Fri, 26 Feb 2021 07:08:01 +0000 (26 04:08 -0300)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Sat, 27 Feb 2021 00:48:19 +0000 (27 01:48 +0100)
tree7715f3d0c52838e429de56efceff8c4c0c45ddb8
parente148e80f7b2e3893fb1f463c089623b9fea8fa6b
envydis/gm107: add ldg variant with predicate

Add LDG variant with a predicate, for example:

LDG.U8 P0, R0, [RZ];  /* 0xeec80e000007ff00 */

It is likely this predicate is used to return the sparse status of a
memory page, similar to TEX when used on sparse textures.
envydis/gm107.c