Home
last modified time | relevance | path

Searched defs:opCode (Results 1 – 24 of 24) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp64 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
367 [&](spv::Op opCode, unsigned start) { in stripDebug()
380 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
423 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
520 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
745 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
787 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
847 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
877 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp169 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
321 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h95 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
96 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
184 Op opCode; variable
DSpvBuilder.cpp1590 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
1597 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
1605 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
1615 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
1645 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
1659 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
1676 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
1697 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
1707 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
1721 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
DGlslangToSpv.cpp6651 spv::Op opCode = spv::OpNop; in createAtomicOperation() local
6819 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local
7188 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local
7426 spv::Op opCode = spv::OpNop; in createMiscOperation() local
/external/angle/third_party/glslang/src/SPIRV/
DSPVRemapper.cpp64 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
367 [&](spv::Op opCode, unsigned start) { in stripDebug()
380 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
423 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
520 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
745 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
787 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
847 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
877 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp169 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
321 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h95 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
96 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
184 Op opCode; variable
DSpvBuilder.cpp1590 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
1597 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
1605 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
1615 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
1645 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
1659 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
1676 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
1697 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
1707 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
1721 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
DGlslangToSpv.cpp6651 spv::Op opCode = spv::OpNop; in createAtomicOperation() local
6819 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local
7188 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local
7426 spv::Op opCode = spv::OpNop; in createMiscOperation() local
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DNanoWSD.java436 OpCode opCode = OpCode.find((byte) (head & 0x0F)); in read() local
460 private OpCode opCode; field in NanoWSD.WebSocketFrame
474 private WebSocketFrame(OpCode opCode, boolean fin) { in WebSocketFrame()
479 public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload) { in WebSocketFrame()
483 public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload, byte[] maskingKey) { in WebSocketFrame()
489 …public WebSocketFrame(OpCode opCode, boolean fin, String payload) throws CharacterCodingException { in WebSocketFrame()
493 …public WebSocketFrame(OpCode opCode, boolean fin, String payload, byte[] maskingKey) throws Charac… in WebSocketFrame()
499 … public WebSocketFrame(OpCode opCode, List<WebSocketFrame> fragments) throws WebSocketException { in WebSocketFrame()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp181 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode()
237 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction()
241 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction()
263 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction()
269 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction()
276 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
284 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
291 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
299 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
308 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
[all …]
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp186 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode()
243 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction()
247 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction()
269 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction()
275 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction()
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
290 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
305 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp787 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp()
794 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp()
799 static bool isSignedCmpOp(unsigned opCode) { in isSignedCmpOp()
804 static unsigned getSignedCmpOpCode(unsigned opCode) { in getSignedCmpOpCode()
/external/iproute2/schema/
Dbridge_fdb_schema.json31 "opCode": { object
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp997 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp1015 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c292 UInt8 opCode; in UnpackPEFDataSection() local
890 UInt16 opCode; in RunRelocationEngine() local
/external/capstone/arch/PowerPC/
DPPCInstPrinter.c746 const char *opCode; in printAliasInstrEx() local
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1158 const uint32_t opCode = GetSpirvInstructionOp(instruction); in resolveVariableIds() local
1194 const uint32_t opCode = GetSpirvInstructionOp(instruction); in transformInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1225 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1460 MCInst makeCombineInst(int opCode, MCOperand &Rdd, in makeCombineInst()
/external/u-boot/include/
Defi_api.h886 u8 opCode; member
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp1172 const char* opCode; member
10967 const char* opCode; in createFloat16LogicalSet() member