blob: 393ee3c8497d7574098ce499aab0180275324aa4 [file] [log] [blame] [edit]
{
"copyright" : [
"Copyright (c) 2014-2016 The Khronos Group Inc.",
"",
"Permission is hereby granted, free of charge, to any person obtaining a copy",
"of this software and/or associated documentation files (the \"Materials\"),",
"to deal in the Materials without restriction, including without limitation",
"the rights to use, copy, modify, merge, publish, distribute, sublicense,",
"and/or sell copies of the Materials, and to permit persons to whom the",
"Materials are furnished to do so, subject to the following conditions:",
"",
"The above copyright notice and this permission notice shall be included in",
"all copies or substantial portions of the Materials.",
"",
"MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS KHRONOS",
"STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS SPECIFICATIONS AND",
"HEADER INFORMATION ARE LOCATED AT https://www.khronos.org/registry/ ",
"",
"THE MATERIALS ARE PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS",
"OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL",
"THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
"LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING",
"FROM,OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS",
"IN THE MATERIALS."
],
"magic_number" : "0x07230203",
"major_version" : 1,
"minor_version" : 2,
"revision" : 2,
"instructions" : [
{
"opname" : "OpNop",
"opcode" : 0
},
{
"opname" : "OpUndef",
"opcode" : 1,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpSourceContinued",
"opcode" : 2,
"operands" : [
{ "kind" : "LiteralString", "name" : "'Continued Source'" }
]
},
{
"opname" : "OpSource",
"opcode" : 3,
"operands" : [
{ "kind" : "SourceLanguage" },
{ "kind" : "LiteralInteger", "name" : "'Version'" },
{ "kind" : "IdRef", "quantifier" : "?", "name" : "'File'" },
{ "kind" : "LiteralString", "quantifier" : "?", "name" : "'Source'" }
]
},
{
"opname" : "OpSourceExtension",
"opcode" : 4,
"operands" : [
{ "kind" : "LiteralString", "name" : "'Extension'" }
]
},
{
"opname" : "OpName",
"opcode" : 5,
"operands" : [
{ "kind" : "IdRef", "name" : "'Target'" },
{ "kind" : "LiteralString", "name" : "'Name'" }
]
},
{
"opname" : "OpMemberName",
"opcode" : 6,
"operands" : [
{ "kind" : "IdRef", "name" : "'Type'" },
{ "kind" : "LiteralInteger", "name" : "'Member'" },
{ "kind" : "LiteralString", "name" : "'Name'" }
]
},
{
"opname" : "OpString",
"opcode" : 7,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "LiteralString", "name" : "'String'" }
]
},
{
"opname" : "OpLine",
"opcode" : 8,
"operands" : [
{ "kind" : "IdRef", "name" : "'File'" },
{ "kind" : "LiteralInteger", "name" : "'Line'" },
{ "kind" : "LiteralInteger", "name" : "'Column'" }
]
},
{
"opname" : "OpExtension",
"opcode" : 10,
"operands" : [
{ "kind" : "LiteralString", "name" : "'Name'" }
]
},
{
"opname" : "OpExtInstImport",
"opcode" : 11,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "LiteralString", "name" : "'Name'" }
]
},
{
"opname" : "OpExtInst",
"opcode" : 12,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Set'" },
{ "kind" : "LiteralExtInstInteger", "name" : "'Instruction'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Operand 1', +\n'Operand 2', +\n..." }
]
},
{
"opname" : "OpMemoryModel",
"opcode" : 14,
"operands" : [
{ "kind" : "AddressingModel" },
{ "kind" : "MemoryModel" }
]
},
{
"opname" : "OpEntryPoint",
"opcode" : 15,
"operands" : [
{ "kind" : "ExecutionModel" },
{ "kind" : "IdRef", "name" : "'Entry Point'" },
{ "kind" : "LiteralString", "name" : "'Name'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Interface'" }
]
},
{
"opname" : "OpExecutionMode",
"opcode" : 16,
"operands" : [
{ "kind" : "IdRef", "name" : "'Entry Point'" },
{ "kind" : "ExecutionMode", "name" : "'Mode'" }
]
},
{
"opname" : "OpCapability",
"opcode" : 17,
"operands" : [
{ "kind" : "Capability", "name" : "'Capability'" }
]
},
{
"opname" : "OpTypeVoid",
"opcode" : 19,
"operands" : [
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpTypeBool",
"opcode" : 20,
"operands" : [
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpTypeInt",
"opcode" : 21,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "LiteralInteger", "name" : "'Width'" },
{ "kind" : "LiteralInteger", "name" : "'Signedness'" }
]
},
{
"opname" : "OpTypeFloat",
"opcode" : 22,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "LiteralInteger", "name" : "'Width'" }
]
},
{
"opname" : "OpTypeVector",
"opcode" : 23,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Component Type'" },
{ "kind" : "LiteralInteger", "name" : "'Component Count'" }
]
},
{
"opname" : "OpTypeMatrix",
"opcode" : 24,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Column Type'" },
{ "kind" : "LiteralInteger", "name" : "'Column Count'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpTypeImage",
"opcode" : 25,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Type'" },
{ "kind" : "Dim" },
{ "kind" : "LiteralInteger", "name" : "'Depth'" },
{ "kind" : "LiteralInteger", "name" : "'Arrayed'" },
{ "kind" : "LiteralInteger", "name" : "'MS'" },
{ "kind" : "LiteralInteger", "name" : "'Sampled'" },
{ "kind" : "ImageFormat" },
{ "kind" : "AccessQualifier", "quantifier" : "?" }
]
},
{
"opname" : "OpTypeSampler",
"opcode" : 26,
"operands" : [
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpTypeSampledImage",
"opcode" : 27,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image Type'" }
]
},
{
"opname" : "OpTypeArray",
"opcode" : 28,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Element Type'" },
{ "kind" : "IdRef", "name" : "'Length'" }
]
},
{
"opname" : "OpTypeRuntimeArray",
"opcode" : 29,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Element Type'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpTypeStruct",
"opcode" : 30,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Member 0 type', +\n'member 1 type', +\n..." }
]
},
{
"opname" : "OpTypeOpaque",
"opcode" : 31,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "LiteralString", "name" : "The name of the opaque type." }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpTypePointer",
"opcode" : 32,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "StorageClass" },
{ "kind" : "IdRef", "name" : "'Type'" }
]
},
{
"opname" : "OpTypeFunction",
"opcode" : 33,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Return Type'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Parameter 0 Type', +\n'Parameter 1 Type', +\n..." }
]
},
{
"opname" : "OpTypeEvent",
"opcode" : 34,
"operands" : [
{ "kind" : "IdResult" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpTypeDeviceEvent",
"opcode" : 35,
"operands" : [
{ "kind" : "IdResult" }
],
"capabilities" : [ "DeviceEnqueue" ]
},
{
"opname" : "OpTypeReserveId",
"opcode" : 36,
"operands" : [
{ "kind" : "IdResult" }
],
"capabilities" : [ "Pipes" ]
},
{
"opname" : "OpTypeQueue",
"opcode" : 37,
"operands" : [
{ "kind" : "IdResult" }
],
"capabilities" : [ "DeviceEnqueue" ]
},
{
"opname" : "OpTypePipe",
"opcode" : 38,
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "AccessQualifier", "name" : "'Qualifier'" }
],
"capabilities" : [ "Pipes" ]
},
{
"opname" : "OpTypeForwardPointer",
"opcode" : 39,
"operands" : [
{ "kind" : "IdRef", "name" : "'Pointer Type'" },
{ "kind" : "StorageClass" }
],
"capabilities" : [ "Addresses" ]
},
{
"opname" : "OpConstantTrue",
"opcode" : 41,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpConstantFalse",
"opcode" : 42,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpConstant",
"opcode" : 43,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "LiteralContextDependentNumber", "name" : "'Value'" }
]
},
{
"opname" : "OpConstantComposite",
"opcode" : 44,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Constituents'" }
]
},
{
"opname" : "OpConstantSampler",
"opcode" : 45,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "SamplerAddressingMode" },
{ "kind" : "LiteralInteger", "name" : "'Param'" },
{ "kind" : "SamplerFilterMode" }
],
"capabilities" : [ "LiteralSampler" ]
},
{
"opname" : "OpConstantNull",
"opcode" : 46,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpSpecConstantTrue",
"opcode" : 48,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpSpecConstantFalse",
"opcode" : 49,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpSpecConstant",
"opcode" : 50,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "LiteralContextDependentNumber", "name" : "'Value'" }
]
},
{
"opname" : "OpSpecConstantComposite",
"opcode" : 51,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Constituents'" }
]
},
{
"opname" : "OpSpecConstantOp",
"opcode" : 52,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "LiteralSpecConstantOpInteger", "name" : "'Opcode'" }
]
},
{
"opname" : "OpFunction",
"opcode" : 54,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "FunctionControl" },
{ "kind" : "IdRef", "name" : "'Function Type'" }
]
},
{
"opname" : "OpFunctionParameter",
"opcode" : 55,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpFunctionEnd",
"opcode" : 56
},
{
"opname" : "OpFunctionCall",
"opcode" : 57,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Function'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Argument 0', +\n'Argument 1', +\n..." }
]
},
{
"opname" : "OpVariable",
"opcode" : 59,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "StorageClass" },
{ "kind" : "IdRef", "quantifier" : "?", "name" : "'Initializer'" }
]
},
{
"opname" : "OpImageTexelPointer",
"opcode" : 60,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'Sample'" }
]
},
{
"opname" : "OpLoad",
"opcode" : 61,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
]
},
{
"opname" : "OpStore",
"opcode" : 62,
"operands" : [
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdRef", "name" : "'Object'" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
]
},
{
"opname" : "OpCopyMemory",
"opcode" : 63,
"operands" : [
{ "kind" : "IdRef", "name" : "'Target'" },
{ "kind" : "IdRef", "name" : "'Source'" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
]
},
{
"opname" : "OpCopyMemorySized",
"opcode" : 64,
"operands" : [
{ "kind" : "IdRef", "name" : "'Target'" },
{ "kind" : "IdRef", "name" : "'Source'" },
{ "kind" : "IdRef", "name" : "'Size'" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "Addresses" ]
},
{
"opname" : "OpAccessChain",
"opcode" : 65,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Indexes'" }
]
},
{
"opname" : "OpInBoundsAccessChain",
"opcode" : 66,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Indexes'" }
]
},
{
"opname" : "OpPtrAccessChain",
"opcode" : 67,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Element'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Indexes'" }
],
"capabilities" : [
"Addresses",
"VariablePointers",
"VariablePointersStorageBuffer"
]
},
{
"opname" : "OpArrayLength",
"opcode" : 68,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Structure'" },
{ "kind" : "LiteralInteger", "name" : "'Array member'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpGenericPtrMemSemantics",
"opcode" : 69,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpInBoundsPtrAccessChain",
"opcode" : 70,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Element'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Indexes'" }
],
"capabilities" : [ "Addresses" ]
},
{
"opname" : "OpDecorate",
"opcode" : 71,
"operands" : [
{ "kind" : "IdRef", "name" : "'Target'" },
{ "kind" : "Decoration" }
]
},
{
"opname" : "OpMemberDecorate",
"opcode" : 72,
"operands" : [
{ "kind" : "IdRef", "name" : "'Structure Type'" },
{ "kind" : "LiteralInteger", "name" : "'Member'" },
{ "kind" : "Decoration" }
]
},
{
"opname" : "OpDecorationGroup",
"opcode" : 73,
"operands" : [
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpGroupDecorate",
"opcode" : 74,
"operands" : [
{ "kind" : "IdRef", "name" : "'Decoration Group'" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Targets'" }
]
},
{
"opname" : "OpGroupMemberDecorate",
"opcode" : 75,
"operands" : [
{ "kind" : "IdRef", "name" : "'Decoration Group'" },
{ "kind" : "PairIdRefLiteralInteger", "quantifier" : "*", "name" : "'Targets'" }
]
},
{
"opname" : "OpVectorExtractDynamic",
"opcode" : 77,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector'" },
{ "kind" : "IdRef", "name" : "'Index'" }
]
},
{
"opname" : "OpVectorInsertDynamic",
"opcode" : 78,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector'" },
{ "kind" : "IdRef", "name" : "'Component'" },
{ "kind" : "IdRef", "name" : "'Index'" }
]
},
{
"opname" : "OpVectorShuffle",
"opcode" : 79,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector 1'" },
{ "kind" : "IdRef", "name" : "'Vector 2'" },
{ "kind" : "LiteralInteger", "quantifier" : "*", "name" : "'Components'" }
]
},
{
"opname" : "OpCompositeConstruct",
"opcode" : 80,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Constituents'" }
]
},
{
"opname" : "OpCompositeExtract",
"opcode" : 81,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Composite'" },
{ "kind" : "LiteralInteger", "quantifier" : "*", "name" : "'Indexes'" }
]
},
{
"opname" : "OpCompositeInsert",
"opcode" : 82,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Object'" },
{ "kind" : "IdRef", "name" : "'Composite'" },
{ "kind" : "LiteralInteger", "quantifier" : "*", "name" : "'Indexes'" }
]
},
{
"opname" : "OpCopyObject",
"opcode" : 83,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand'" }
]
},
{
"opname" : "OpTranspose",
"opcode" : 84,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Matrix'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpSampledImage",
"opcode" : 86,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" },
{ "kind" : "IdRef", "name" : "'Sampler'" }
]
},
{
"opname" : "OpImageSampleImplicitLod",
"opcode" : 87,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageSampleExplicitLod",
"opcode" : 88,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "ImageOperands" }
]
},
{
"opname" : "OpImageSampleDrefImplicitLod",
"opcode" : 89,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'D~ref~'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageSampleDrefExplicitLod",
"opcode" : 90,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'D~ref~'" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageSampleProjImplicitLod",
"opcode" : 91,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageSampleProjExplicitLod",
"opcode" : 92,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageSampleProjDrefImplicitLod",
"opcode" : 93,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'D~ref~'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageSampleProjDrefExplicitLod",
"opcode" : 94,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'D~ref~'" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageFetch",
"opcode" : 95,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
]
},
{
"opname" : "OpImageGather",
"opcode" : 96,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'Component'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageDrefGather",
"opcode" : 97,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'D~ref~'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpImageRead",
"opcode" : 98,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
]
},
{
"opname" : "OpImageWrite",
"opcode" : 99,
"operands" : [
{ "kind" : "IdRef", "name" : "'Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" },
{ "kind" : "IdRef", "name" : "'Texel'" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
]
},
{
"opname" : "OpImage",
"opcode" : 100,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" }
]
},
{
"opname" : "OpImageQueryFormat",
"opcode" : 101,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpImageQueryOrder",
"opcode" : 102,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpImageQuerySizeLod",
"opcode" : 103,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" },
{ "kind" : "IdRef", "name" : "'Level of Detail'" }
],
"capabilities" : [ "Kernel", "ImageQuery" ]
},
{
"opname" : "OpImageQuerySize",
"opcode" : 104,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" }
],
"capabilities" : [ "Kernel", "ImageQuery" ]
},
{
"opname" : "OpImageQueryLod",
"opcode" : 105,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Sampled Image'" },
{ "kind" : "IdRef", "name" : "'Coordinate'" }
],
"capabilities" : [ "ImageQuery" ]
},
{
"opname" : "OpImageQueryLevels",
"opcode" : 106,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" }
],
"capabilities" : [ "Kernel", "ImageQuery" ]
},
{
"opname" : "OpImageQuerySamples",
"opcode" : 107,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Image'" }
],
"capabilities" : [ "Kernel", "ImageQuery" ]
},
{
"opname" : "OpConvertFToU",
"opcode" : 109,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Float Value'" }
]
},
{
"opname" : "OpConvertFToS",
"opcode" : 110,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Float Value'" }
]
},
{
"opname" : "OpConvertSToF",
"opcode" : 111,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Signed Value'" }
]
},
{
"opname" : "OpConvertUToF",
"opcode" : 112,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Unsigned Value'" }
]
},
{
"opname" : "OpUConvert",
"opcode" : 113,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Unsigned Value'" }
]
},
{
"opname" : "OpSConvert",
"opcode" : 114,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Signed Value'" }
]
},
{
"opname" : "OpFConvert",
"opcode" : 115,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Float Value'" }
]
},
{
"opname" : "OpQuantizeToF16",
"opcode" : 116,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpConvertPtrToU",
"opcode" : 117,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" }
],
"capabilities" : [ "Addresses" ]
},
{
"opname" : "OpSatConvertSToU",
"opcode" : 118,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Signed Value'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpSatConvertUToS",
"opcode" : 119,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Unsigned Value'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpConvertUToPtr",
"opcode" : 120,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Integer Value'" }
],
"capabilities" : [ "Addresses" ]
},
{
"opname" : "OpPtrCastToGeneric",
"opcode" : 121,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpGenericCastToPtr",
"opcode" : 122,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpGenericCastToPtrExplicit",
"opcode" : 123,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "StorageClass", "name" : "'Storage'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpBitcast",
"opcode" : 124,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand'" }
]
},
{
"opname" : "OpSNegate",
"opcode" : 126,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand'" }
]
},
{
"opname" : "OpFNegate",
"opcode" : 127,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand'" }
]
},
{
"opname" : "OpIAdd",
"opcode" : 128,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFAdd",
"opcode" : 129,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpISub",
"opcode" : 130,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFSub",
"opcode" : 131,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpIMul",
"opcode" : 132,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFMul",
"opcode" : 133,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpUDiv",
"opcode" : 134,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSDiv",
"opcode" : 135,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFDiv",
"opcode" : 136,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpUMod",
"opcode" : 137,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSRem",
"opcode" : 138,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSMod",
"opcode" : 139,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFRem",
"opcode" : 140,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFMod",
"opcode" : 141,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpVectorTimesScalar",
"opcode" : 142,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector'" },
{ "kind" : "IdRef", "name" : "'Scalar'" }
]
},
{
"opname" : "OpMatrixTimesScalar",
"opcode" : 143,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Matrix'" },
{ "kind" : "IdRef", "name" : "'Scalar'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpVectorTimesMatrix",
"opcode" : 144,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector'" },
{ "kind" : "IdRef", "name" : "'Matrix'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpMatrixTimesVector",
"opcode" : 145,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Matrix'" },
{ "kind" : "IdRef", "name" : "'Vector'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpMatrixTimesMatrix",
"opcode" : 146,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'LeftMatrix'" },
{ "kind" : "IdRef", "name" : "'RightMatrix'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpOuterProduct",
"opcode" : 147,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector 1'" },
{ "kind" : "IdRef", "name" : "'Vector 2'" }
],
"capabilities" : [ "Matrix" ]
},
{
"opname" : "OpDot",
"opcode" : 148,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector 1'" },
{ "kind" : "IdRef", "name" : "'Vector 2'" }
]
},
{
"opname" : "OpIAddCarry",
"opcode" : 149,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpISubBorrow",
"opcode" : 150,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpUMulExtended",
"opcode" : 151,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSMulExtended",
"opcode" : 152,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpAny",
"opcode" : 154,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector'" }
]
},
{
"opname" : "OpAll",
"opcode" : 155,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Vector'" }
]
},
{
"opname" : "OpIsNan",
"opcode" : 156,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" }
]
},
{
"opname" : "OpIsInf",
"opcode" : 157,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" }
]
},
{
"opname" : "OpIsFinite",
"opcode" : 158,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpIsNormal",
"opcode" : 159,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpSignBitSet",
"opcode" : 160,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpLessOrGreater",
"opcode" : 161,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" },
{ "kind" : "IdRef", "name" : "'y'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpOrdered",
"opcode" : 162,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" },
{ "kind" : "IdRef", "name" : "'y'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpUnordered",
"opcode" : 163,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'x'" },
{ "kind" : "IdRef", "name" : "'y'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpLogicalEqual",
"opcode" : 164,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpLogicalNotEqual",
"opcode" : 165,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpLogicalOr",
"opcode" : 166,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpLogicalAnd",
"opcode" : 167,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpLogicalNot",
"opcode" : 168,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand'" }
]
},
{
"opname" : "OpSelect",
"opcode" : 169,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Condition'" },
{ "kind" : "IdRef", "name" : "'Object 1'" },
{ "kind" : "IdRef", "name" : "'Object 2'" }
]
},
{
"opname" : "OpIEqual",
"opcode" : 170,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpINotEqual",
"opcode" : 171,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpUGreaterThan",
"opcode" : 172,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSGreaterThan",
"opcode" : 173,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpUGreaterThanEqual",
"opcode" : 174,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSGreaterThanEqual",
"opcode" : 175,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpULessThan",
"opcode" : 176,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSLessThan",
"opcode" : 177,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpULessThanEqual",
"opcode" : 178,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpSLessThanEqual",
"opcode" : 179,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFOrdEqual",
"opcode" : 180,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFUnordEqual",
"opcode" : 181,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFOrdNotEqual",
"opcode" : 182,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFUnordNotEqual",
"opcode" : 183,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFOrdLessThan",
"opcode" : 184,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFUnordLessThan",
"opcode" : 185,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFOrdGreaterThan",
"opcode" : 186,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFUnordGreaterThan",
"opcode" : 187,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFOrdLessThanEqual",
"opcode" : 188,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFUnordLessThanEqual",
"opcode" : 189,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFOrdGreaterThanEqual",
"opcode" : 190,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpFUnordGreaterThanEqual",
"opcode" : 191,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpShiftRightLogical",
"opcode" : 194,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Shift'" }
]
},
{
"opname" : "OpShiftRightArithmetic",
"opcode" : 195,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Shift'" }
]
},
{
"opname" : "OpShiftLeftLogical",
"opcode" : 196,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Shift'" }
]
},
{
"opname" : "OpBitwiseOr",
"opcode" : 197,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpBitwiseXor",
"opcode" : 198,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpBitwiseAnd",
"opcode" : 199,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand 1'" },
{ "kind" : "IdRef", "name" : "'Operand 2'" }
]
},
{
"opname" : "OpNot",
"opcode" : 200,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Operand'" }
]
},
{
"opname" : "OpBitFieldInsert",
"opcode" : 201,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Insert'" },
{ "kind" : "IdRef", "name" : "'Offset'" },
{ "kind" : "IdRef", "name" : "'Count'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpBitFieldSExtract",
"opcode" : 202,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Offset'" },
{ "kind" : "IdRef", "name" : "'Count'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpBitFieldUExtract",
"opcode" : 203,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" },
{ "kind" : "IdRef", "name" : "'Offset'" },
{ "kind" : "IdRef", "name" : "'Count'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpBitReverse",
"opcode" : 204,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpBitCount",
"opcode" : 205,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Base'" }
]
},
{
"opname" : "OpDPdx",
"opcode" : 207,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpDPdy",
"opcode" : 208,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpFwidth",
"opcode" : 209,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpDPdxFine",
"opcode" : 210,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "DerivativeControl" ]
},
{
"opname" : "OpDPdyFine",
"opcode" : 211,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "DerivativeControl" ]
},
{
"opname" : "OpFwidthFine",
"opcode" : 212,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "DerivativeControl" ]
},
{
"opname" : "OpDPdxCoarse",
"opcode" : 213,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "DerivativeControl" ]
},
{
"opname" : "OpDPdyCoarse",
"opcode" : 214,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "DerivativeControl" ]
},
{
"opname" : "OpFwidthCoarse",
"opcode" : 215,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'P'" }
],
"capabilities" : [ "DerivativeControl" ]
},
{
"opname" : "OpEmitVertex",
"opcode" : 218,
"capabilities" : [ "Geometry" ]
},
{
"opname" : "OpEndPrimitive",
"opcode" : 219,
"capabilities" : [ "Geometry" ]
},
{
"opname" : "OpEmitStreamVertex",
"opcode" : 220,
"operands" : [
{ "kind" : "IdRef", "name" : "'Stream'" }
],
"capabilities" : [ "GeometryStreams" ]
},
{
"opname" : "OpEndStreamPrimitive",
"opcode" : 221,
"operands" : [
{ "kind" : "IdRef", "name" : "'Stream'" }
],
"capabilities" : [ "GeometryStreams" ]
},
{
"opname" : "OpControlBarrier",
"opcode" : 224,
"operands" : [
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "IdScope", "name" : "'Memory'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" }
]
},
{
"opname" : "OpMemoryBarrier",
"opcode" : 225,
"operands" : [
{ "kind" : "IdScope", "name" : "'Memory'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" }
]
},
{
"opname" : "OpAtomicLoad",
"opcode" : 227,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" }
]
},
{
"opname" : "OpAtomicStore",
"opcode" : 228,
"operands" : [
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicExchange",
"opcode" : 229,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicCompareExchange",
"opcode" : 230,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Equal'" },
{ "kind" : "IdMemorySemantics", "name" : "'Unequal'" },
{ "kind" : "IdRef", "name" : "'Value'" },
{ "kind" : "IdRef", "name" : "'Comparator'" }
]
},
{
"opname" : "OpAtomicCompareExchangeWeak",
"opcode" : 231,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Equal'" },
{ "kind" : "IdMemorySemantics", "name" : "'Unequal'" },
{ "kind" : "IdRef", "name" : "'Value'" },
{ "kind" : "IdRef", "name" : "'Comparator'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpAtomicIIncrement",
"opcode" : 232,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" }
]
},
{
"opname" : "OpAtomicIDecrement",
"opcode" : 233,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" }
]
},
{
"opname" : "OpAtomicIAdd",
"opcode" : 234,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicISub",
"opcode" : 235,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicSMin",
"opcode" : 236,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicUMin",
"opcode" : 237,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicSMax",
"opcode" : 238,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicUMax",
"opcode" : 239,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicAnd",
"opcode" : 240,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicOr",
"opcode" : 241,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpAtomicXor",
"opcode" : 242,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "IdScope", "name" : "'Scope'" },
{ "kind" : "IdMemorySemantics", "name" : "'Semantics'" },
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpPhi",
"opcode" : 245,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "PairIdRefIdRef", "quantifier" : "*", "name" : "'Variable, Parent, ...'" }
]
},
{
"opname" : "OpLoopMerge",
"opcode" : 246,
"operands" : [
{ "kind" : "IdRef", "name" : "'Merge Block'" },
{ "kind" : "IdRef", "name" : "'Continue Target'" },
{ "kind" : "LoopControl" }
]
},
{
"opname" : "OpSelectionMerge",
"opcode" : 247,
"operands" : [
{ "kind" : "IdRef", "name" : "'Merge Block'" },
{ "kind" : "SelectionControl" }
]
},
{
"opname" : "OpLabel",
"opcode" : 248,
"operands" : [
{ "kind" : "IdResult" }
]
},
{
"opname" : "OpBranch",
"opcode" : 249,
"operands" : [
{ "kind" : "IdRef", "name" : "'Target Label'" }
]
},
{
"opname" : "OpBranchConditional",
"opcode" : 250,
"operands" : [
{ "kind" : "IdRef", "name" : "'Condition'" },
{ "kind" : "IdRef", "name" : "'True Label'" },
{ "kind" : "IdRef", "name" : "'False Label'" },
{ "kind" : "LiteralInteger", "quantifier" : "*", "name" : "'Branch weights'" }
]
},
{
"opname" : "OpSwitch",
"opcode" : 251,
"operands" : [
{ "kind" : "IdRef", "name" : "'Selector'" },
{ "kind" : "IdRef", "name" : "'Default'" },
{ "kind" : "PairLiteralIntegerIdRef", "quantifier" : "*", "name" : "'Target'" }
]
},
{
"opname" : "OpKill",
"opcode" : 252,
"capabilities" : [ "Shader" ]
},
{
"opname" : "OpReturn",
"opcode" : 253
},
{
"opname" : "OpReturnValue",
"opcode" : 254,
"operands" : [
{ "kind" : "IdRef", "name" : "'Value'" }
]
},
{
"opname" : "OpUnreachable",
"opcode" : 255
},
{
"opname" : "OpLifetimeStart",
"opcode" : 256,
"operands" : [
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "LiteralInteger", "name" : "'Size'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpLifetimeStop",
"opcode" : 257,
"operands" : [
{ "kind" : "IdRef", "name" : "'Pointer'" },
{ "kind" : "LiteralInteger", "name" : "'Size'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpGroupAsyncCopy",
"opcode" : 259,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "IdRef", "name" : "'Destination'" },
{ "kind" : "IdRef", "name" : "'Source'" },
{ "kind" : "IdRef", "name" : "'Num Elements'" },
{ "kind" : "IdRef", "name" : "'Stride'" },
{ "kind" : "IdRef", "name" : "'Event'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpGroupWaitEvents",
"opcode" : 260,
"operands" : [
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "IdRef", "name" : "'Num Events'" },
{ "kind" : "IdRef", "name" : "'Events List'" }
],
"capabilities" : [ "Kernel" ]
},
{
"opname" : "OpGroupAll",
"opcode" : 261,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "IdRef", "name" : "'Predicate'" }
],
"capabilities" : [ "Groups" ]
},
{
"opname" : "OpGroupAny",
"opcode" : 262,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "IdRef", "name" : "'Predicate'" }
],
"capabilities" : [ "Groups" ]
},
{
"opname" : "OpGroupBroadcast",
"opcode" : 263,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "IdRef", "name" : "'Value'" },
{ "kind" : "IdRef", "name" : "'LocalId'" }
],
"capabilities" : [ "Groups" ]
},
{
"opname" : "OpGroupIAdd",
"opcode" : 264,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "GroupOperation", "name" : "'Operation'" },
{ "kind" : "IdRef", "name" : "'X'" }
],
"capabilities" : [ "Groups" ]
},
{
"opname" : "OpGroupFAdd",
"opcode" : 265,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "GroupOperation", "name" : "'Operation'" },
{ "kind" : "IdRef", "name" : "'X'" }
],
"capabilities" : [ "Groups" ]
},
{
"opname" : "OpGroupFMin",
"opcode" : 266,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "GroupOperation", "name" : "'Operation'" },
{ "kind" : "IdRef", "name" : "'X'" }
],
"capabilities" : [ "Groups" ]
},
{
"opname" : "OpGroupUMin",
"opcode" : 267,
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdScope", "name" : "'Execution'" },
{ "kind" : "GroupOperation", "name" : "'Operation'" },
{ "kind" : "IdRef", "name" : "'X'