mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radeon/llvm: fix opcode for RECIP_UINT_r600
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=50312 Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com> Tested-by: Kai Wasserbäch <kai@dev.carbon-project.org> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
6806f81fb4
commit
029776753b
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ let Predicates = [isR600] in {
|
|||
def MULHI_INT_r600 : MULHI_INT_Common<0x74>;
|
||||
def MULLO_UINT_r600 : MULLO_UINT_Common<0x75>;
|
||||
def MULHI_UINT_r600 : MULHI_UINT_Common<0x76>;
|
||||
def RECIP_UINT_r600 : RECIP_UINT_Common <0x77>;
|
||||
def RECIP_UINT_r600 : RECIP_UINT_Common <0x78>;
|
||||
|
||||
def DIV_r600 : DIV_Common<RECIP_IEEE_r600>;
|
||||
def POW_r600 : POW_Common<LOG_IEEE_r600, EXP_IEEE_r600, MUL, GPRF32>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue