From: Tom Stellard Date: Mon, 9 Mar 2015 16:03:39 +0000 (+0000) Subject: R600/SI: Fix opcode for ds_read2_b64 and ds_read2st64_b64 X-Git-Tag: llvmorg-3.7.0-rc1~9788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=968388cf45865afa84764f118050afc8533b3e68;p=platform%2Fupstream%2Fllvm.git R600/SI: Fix opcode for ds_read2_b64 and ds_read2st64_b64 llvm-svn: 231662 --- diff --git a/llvm/lib/Target/R600/SIInstructions.td b/llvm/lib/Target/R600/SIInstructions.td index ab1f08f..289f2db 100644 --- a/llvm/lib/Target/R600/SIInstructions.td +++ b/llvm/lib/Target/R600/SIInstructions.td @@ -882,8 +882,8 @@ defm DS_WRITE2ST64_B64 : DS_Store2_Helper <0x0000004F, "ds_write2st64_b64", VReg defm DS_READ2_B32 : DS_Load2_Helper <0x00000037, "ds_read2_b32", VReg_64>; defm DS_READ2ST64_B32 : DS_Load2_Helper <0x00000038, "ds_read2st64_b32", VReg_64>; -defm DS_READ2_B64 : DS_Load2_Helper <0x00000075, "ds_read2_b64", VReg_128>; -defm DS_READ2ST64_B64 : DS_Load2_Helper <0x00000076, "ds_read2st64_b64", VReg_128>; +defm DS_READ2_B64 : DS_Load2_Helper <0x00000077, "ds_read2_b64", VReg_128>; +defm DS_READ2ST64_B64 : DS_Load2_Helper <0x00000078, "ds_read2st64_b64", VReg_128>; //===----------------------------------------------------------------------===// // MUBUF Instructions