Use JSON grammar files to generate extended instruction sets.
authorLei Zhang <antiagainst@google.com>
Mon, 4 Apr 2016 18:30:56 +0000 (14:30 -0400)
committerLei Zhang <antiagainst@google.com>
Mon, 4 Apr 2016 20:13:06 +0000 (16:13 -0400)
commit80e416ce9174cb294c76eef09a71647277a95ccf
tree24540cd655a95a292405bcc2a037cccfa263bcb5
parent9ca2d6dcd2f1356895533a4aedc0f1cf765f2963
Use JSON grammar files to generate extended instruction sets.
CMakeLists.txt
source/ext_inst.cpp
source/extinst.glsl.std.450.grammar.json [new file with mode: 0644]
source/extinst.opencl.std.grammar.json [new file with mode: 0644]
source/opcode.cpp
source/opencl_std_ext_inst.inc [deleted file]
source/operand.cpp
utils/generate_grammar_tables.py