projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00aa413
)
aco: fix v_subrev_co_u32_e64 opcode
author
Rhys Perry
<pendingchaos02@gmail.com>
Tue, 24 Sep 2019 14:45:48 +0000
(15:45 +0100)
committer
Rhys Perry
<pendingchaos02@gmail.com>
Wed, 25 Sep 2019 15:28:44 +0000
(15:28 +0000)
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/compiler/aco_opcodes.py
patch
|
blob
|
history
diff --git
a/src/amd/compiler/aco_opcodes.py
b/src/amd/compiler/aco_opcodes.py
index c9c31c3c6ef7ad03bd04756d9fc22ace6a05e6f6..c680974bfecb65ad303dd1082cf46c4a2fbea133 100644
(file)
--- a/
src/amd/compiler/aco_opcodes.py
+++ b/
src/amd/compiler/aco_opcodes.py
@@
-1006,7
+1006,7
@@
VOP3 = {
( -1, -1, -1, -1, 0x378, "v_permlanex16_b32", False, False),
( -1, -1, -1, -1, 0x30f, "v_add_co_u32_e64", False, False),
( -1, -1, -1, -1, 0x310, "v_sub_co_u32_e64", False, False),
- ( -1, -1, -1, -1, 0x31
1
, "v_subrev_co_u32_e64", False, False),
+ ( -1, -1, -1, -1, 0x31
9
, "v_subrev_co_u32_e64", False, False),
# TODO: many 16bit instructions moved from VOP2 to VOP3 on GFX10
}
for (gfx6, gfx7, gfx8, gfx9, gfx10, name, in_mod, out_mod) in VOP3: