Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
Ddoc.cpp1343 InstructionParameters InstructionDesc[OpCodeMask + 1]; variable
1368 InstructionDesc[OpNop].setResultAndType(false, false); in Parameterize()
1369 InstructionDesc[OpSource].setResultAndType(false, false); in Parameterize()
1370 InstructionDesc[OpSourceContinued].setResultAndType(false, false); in Parameterize()
1371 InstructionDesc[OpSourceExtension].setResultAndType(false, false); in Parameterize()
1372 InstructionDesc[OpExtension].setResultAndType(false, false); in Parameterize()
1373 InstructionDesc[OpExtInstImport].setResultAndType(true, false); in Parameterize()
1374 InstructionDesc[OpCapability].setResultAndType(false, false); in Parameterize()
1375 InstructionDesc[OpMemoryModel].setResultAndType(false, false); in Parameterize()
1376 InstructionDesc[OpEntryPoint].setResultAndType(false, false); in Parameterize()
[all …]
Ddisassemble.cpp198 if (InstructionDesc[opCode].hasType()) { in processInstructions()
205 if (InstructionDesc[opCode].hasResult()) { in processInstructions()
437 for (int op = 0; op < InstructionDesc[opCode].operands.getNum() && numOperands > 0; ++op) { in disassembleInstruction()
439 OperandClass operandClass = InstructionDesc[opCode].operands.getClass(op); in disassembleInstruction()
DSPVRemapper.cpp427 if (spv::InstructionDesc[opCode].hasType()) in buildLocalMaps()
431 if (spv::InstructionDesc[opCode].hasResult()) { in buildLocalMaps()
534 if (spv::InstructionDesc[opCode].hasType()) { in processInstruction()
539 if (spv::InstructionDesc[opCode].hasResult()) { in processInstruction()
575 switch (spv::InstructionDesc[opCode].operands.getClass(op)) { in processInstruction()
754 if (spv::InstructionDesc[opCode].hasResult()) { in mapFnBodies()
755 … const unsigned word = start + (spv::InstructionDesc[opCode].hasType() ? 2 : 1); in mapFnBodies()
Ddoc.h247 extern InstructionParameters InstructionDesc[];
/external/v8/src/x64/
Ddisasm-x64.cc160 struct InstructionDesc { struct
171 const InstructionDesc& Get(byte x) const { in Get()
176 InstructionDesc instructions_[256];
217 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
235 InstructionDesc* id = &instructions_[b]; in SetTableRange()
246 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
258 static const InstructionDesc cmov_instructions[16] = {
2173 const InstructionDesc& idesc = cmov_instructions[condition]; in TwoByteOpcodeInstruction()
2374 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp41 InstructionValues InstructionDesc; variable
307 InstructionDesc.emplace_back( in jsonToSpirv()
DjsonToSpirv.h252 extern InstructionValues InstructionDesc;
Dheader.cpp248 for (auto& enumRow : spv::InstructionDesc) { in TPrinter()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp41 InstructionValues InstructionDesc; variable
307 InstructionDesc.emplace_back( in jsonToSpirv()
DjsonToSpirv.h252 extern InstructionValues InstructionDesc;
Dheader.cpp250 for (auto& enumRow : spv::InstructionDesc) { in TPrinter()
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp41 InstructionValues InstructionDesc; variable
307 InstructionDesc.emplace_back( in jsonToSpirv()
DjsonToSpirv.h252 extern InstructionValues InstructionDesc;
Dheader.cpp247 for (auto& enumRow : spv::InstructionDesc) { in TPrinter()
/external/v8/src/ia32/
Ddisasm-ia32.cc133 struct InstructionDesc { struct
143 const InstructionDesc& Get(byte x) const { return instructions_[x]; } in Get()
150 InstructionDesc instructions_[256];
196 InstructionDesc* id = &instructions_[bm[i].b]; in CopyTable()
210 InstructionDesc* id = &instructions_[b]; in SetTableRange()
220 InstructionDesc* id = &instructions_[b]; in AddJumpConditionalShort()
1547 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode()