Mesa (master): radeon/llvm: fix opcode for RECIP_UINT_r600

Vadim Girlin vadimg at kemper.freedesktop.org
Fri May 25 13:36:44 UTC 2012


Module: Mesa
Branch: master
Commit: 029776753b69dc6054cabd8c2cc07c981ab20616
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=029776753b69dc6054cabd8c2cc07c981ab20616

Author: Vadim Girlin <vadimgirlin at gmail.com>
Date:   Fri May 25 17:23:06 2012 +0400

radeon/llvm: fix opcode for RECIP_UINT_r600

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=50312

Signed-off-by: Vadim Girlin <vadimgirlin at gmail.com>
Tested-by: Kai Wasserbäch <kai at dev.carbon-project.org>
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

---

 src/gallium/drivers/radeon/R600Instructions.td |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/radeon/R600Instructions.td b/src/gallium/drivers/radeon/R600Instructions.td
index b56d03c..88a03ab 100644
--- a/src/gallium/drivers/radeon/R600Instructions.td
+++ b/src/gallium/drivers/radeon/R600Instructions.td
@@ -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>;




More information about the mesa-commit mailing list