Home
last modified time | relevance | path

Searched refs:InstructionDesc (Results 1 - 15 of 15) sorted by relevance

/third_party/glslang/SPIRV/
H A Ddoc.cpp1570 InstructionParameters InstructionDesc[OpCodeMask + 1]; member
1594 InstructionDesc[OpNop].setResultAndType(false, false); in Parameterize()
1595 InstructionDesc[OpSource].setResultAndType(false, false); in Parameterize()
1596 InstructionDesc[OpSourceContinued].setResultAndType(false, false); in Parameterize()
1597 InstructionDesc[OpSourceExtension].setResultAndType(false, false); in Parameterize()
1598 InstructionDesc[OpExtension].setResultAndType(false, false); in Parameterize()
1599 InstructionDesc[OpExtInstImport].setResultAndType(true, false); in Parameterize()
1600 InstructionDesc[OpCapability].setResultAndType(false, false); in Parameterize()
1601 InstructionDesc[OpMemoryModel].setResultAndType(false, false); in Parameterize()
1602 InstructionDesc[OpEntryPoin in Parameterize()
[all...]
H A Ddisassemble.cpp188 if (InstructionDesc[opCode].hasType()) { in processInstructions()
195 if (InstructionDesc[opCode].hasResult()) { in processInstructions()
440 for (int op = 0; op < InstructionDesc[opCode].operands.getNum() && numOperands > 0; ++op) { in disassembleInstruction()
442 OperandClass operandClass = InstructionDesc[opCode].operands.getClass(op); in disassembleInstruction()
H A DSPVRemapper.cpp443 if (spv::InstructionDesc[opCode].hasType()) in buildLocalMaps()
447 if (spv::InstructionDesc[opCode].hasResult()) { in buildLocalMaps()
550 if (spv::InstructionDesc[opCode].hasType()) { in processInstruction()
555 if (spv::InstructionDesc[opCode].hasResult()) { in processInstruction()
594 switch (spv::InstructionDesc[opCode].operands.getClass(op)) { in processInstruction()
706 // basic parsing and InstructionDesc table borrowed from SpvDisassemble.cpp... in process()
777 if (spv::InstructionDesc[opCode].hasResult()) { in mapFnBodies()
778 const unsigned word = start + (spv::InstructionDesc[opCode].hasType() ? 2 : 1); in mapFnBodies()
H A Ddoc.h249 extern InstructionParameters InstructionDesc[];
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp220 InstructionValues InstructionDesc; member
226 // Note: There is no entry for OperandOpcode. Use InstructionDesc instead.
591 InstructionDesc.emplace_back( in jsonToSpirv()
596 if (!InstructionDesc.back().IsValid(OperandOpcode, "instruction")) { in jsonToSpirv()
H A DjsonToSpirv.h304 extern InstructionValues InstructionDesc;
H A Dheader.cpp254 for (auto& enumRow : spv::InstructionDesc) { in TPrinter()
526 for (auto& inst : spv::InstructionDesc) {
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc145 struct InstructionDesc { struct
155 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get()
158 InstructionDesc instructions_[256];
195 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
209 InstructionDesc* id = &instructions_[b]; in SetTableRange()
219 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
230 static const InstructionDesc cmov_instructions[16] = {
2075 const InstructionDesc& idesc = cmov_instructions[condition]; in TwoByteOpcodeInstruction()
2365 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h292 extern InstructionValues InstructionDesc;
H A DjsonToSpirv.cpp43 InstructionValues InstructionDesc; member
49 // Note: There is no entry for OperandOpcode. Use InstructionDesc instead.
385 InstructionDesc.emplace_back( in jsonToSpirv()
H A Dheader.cpp252 for (auto& enumRow : spv::InstructionDesc) { in TPrinter()
521 for (auto& inst : spv::InstructionDesc) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h292 extern InstructionValues InstructionDesc;
H A DjsonToSpirv.cpp43 InstructionValues InstructionDesc; member
49 // Note: There is no entry for OperandOpcode. Use InstructionDesc instead.
385 InstructionDesc.emplace_back( in jsonToSpirv()
H A Dheader.cpp252 for (auto& enumRow : spv::InstructionDesc) { in TPrinter()
521 for (auto& inst : spv::InstructionDesc) {
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc109 struct InstructionDesc { struct
118 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get()
125 InstructionDesc instructions_[256];
165 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
176 InstructionDesc* id = &instructions_[b]; in SetTableRange()
185 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
1781 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()

Completed in 25 milliseconds