diff options
author | Samuel Pitoiset <[email protected]> | 2016-09-14 16:42:45 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-09-29 21:20:30 +0200 |
commit | 85132c7453230960f34cfe7b7b7fcaaab158d79f (patch) | |
tree | 875384da56aa9026285da6d7a20bb8d99c38e195 /doxygen | |
parent | 652874754a0afd0aefa16dd65afcf85842885945 (diff) |
nv50/ir: add preliminary support for SHLADD
This instruction is available since SM20 (Fermi) and allow to do
(a << b) + c in one shot. In some situations, IMAD should be
replaced by SHLADD when b is a power of 2, and ADD+SHL should be
replaced by SHLADD as well.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'doxygen')
0 files changed, 0 insertions, 0 deletions