summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-09-15 16:51:14 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-09-16 13:18:43 +0200
commita91175c1064df08bb2942d0a51314197c74db0fa (patch)
tree2358ad1967797e99ddede43878fbfee14882afc0 /src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h
parent1085f89a83e5137b5280a3c310b57ea86f29856d (diff)
gallium: add LDEXP TGSI instruction and corresponding cap
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h b/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h
index 3f39afe219..fdb0f1078a 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h
@@ -19,7 +19,7 @@ OPCODE(1, 2, OTHR, TEX_LZ, .is_tex = 1)
OPCODE(1, 3, COMP, LRP)
OPCODE(1, 3, COMP, FMA)
OPCODE(1, 1, REPL, SQRT)
-OPCODE_GAP(21) /* removed */
+OPCODE(1, 2, COMP, LDEXP)
OPCODE(1, 1, COMP, F2U64)
OPCODE(1, 1, COMP, F2I64)
OPCODE(1, 1, COMP, FRC)