Home
last modified time | relevance | path

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

12

/external/angle/third_party/glslang/src/SPIRV/
DSPVRemapper.cpp60 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
132 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
159 bool spirvbin_t::isStripOp(spv::Op opCode, unsigned start) const in isStripOp()
383 [&](spv::Op opCode, unsigned start) { in stripDebug()
396 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
439 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
536 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
768 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
810 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
878 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp176 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
341 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h97 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
98 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
196 Op opCode; variable
DSpvBuilder.cpp2717 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
2724 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
2732 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
2743 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
2776 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
2790 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
2808 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
2830 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
2841 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
2856 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp60 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
132 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
159 bool spirvbin_t::isStripOp(spv::Op opCode, unsigned start) const in isStripOp()
383 [&](spv::Op opCode, unsigned start) { in stripDebug()
396 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
439 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
536 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
768 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
810 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
878 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp175 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
340 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h97 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
98 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
184 Op opCode; variable
DSpvBuilder.cpp2598 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
2605 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
2613 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
2623 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
2653 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
2667 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
2684 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
2705 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
2715 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
2729 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
/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/mesa3d/src/gfxstream/host/vulkan/
DVkReconstruction.h39 uint32_t opCode; member
/external/armnn/delegate/test/
DResizeTestHelper.hpp106 flatbuffers::Offset <OperatorCode> opCode = CreateOperatorCode(flatBufferBuilder, operatorCode); in CreateResizeTfLiteModel() local
DPreluTestHelper.hpp100 …flatbuffers::Offset <OperatorCode> opCode = CreateOperatorCode(flatBufferBuilder, preluOperatorCod… in CreatePreluTfLiteModel() local
/external/iproute2/schema/
Dbridge_fdb_schema.json31 "opCode": { object
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp1000 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp()
1007 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp()
1012 static bool isSignedCmpOp(unsigned opCode) { in isSignedCmpOp()
1017 static unsigned getSignedCmpOpCode(unsigned opCode) { in getSignedCmpOpCode()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp1128 static bool isSupportedCmpOp(unsigned opCode) { in isSupportedCmpOp()
1135 static bool is64bitCmpOp(unsigned opCode) { in is64bitCmpOp()
1140 static bool isSignedCmpOp(unsigned opCode) { in isSignedCmpOp()
1145 static unsigned getSignedCmpOpCode(unsigned opCode) { in getSignedCmpOpCode()
/external/angle/src/tests/compiler_tests/
DPrecise_test.cpp125 spv::Op opCode; in ValidateDecorations() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1012 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode()
1063 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction()
1067 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction()
1090 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string, in writeInstruction()
1096 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string, in writeInstruction()
1103 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1111 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1118 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1126 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1135 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
[all …]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp997 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp1019 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/obex/src/com/android/obex/
DClientOperation.java404 private boolean sendRequest(int opCode) throws IOException { in sendRequest()
DClientSession.java478 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp1012 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAppOpsManager.java157 protected String getOpString(int opCode) { in getOpString()
617 static Key create(Integer uid, String packageName, Integer opCode) { in create()
/external/mesa3d/src/gfxstream/guest/platform/include/
Dvirtgpu_gfxstream_protocol.h51 uint32_t opCode; member

12