Home
last modified time | relevance | path

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

123

/external/angle/third_party/glslang/src/SPIRV/
DSPVRemapper.cpp59 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
131 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
158 bool spirvbin_t::isStripOp(spv::Op opCode, unsigned start) const in isStripOp()
382 [&](spv::Op opCode, unsigned start) { in stripDebug()
395 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
438 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
535 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
800 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
842 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
910 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp177 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
354 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()
205 Op opCode; variable
DSpvBuilder.cpp2804 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
2811 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
2819 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
2830 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
2863 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
2877 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
2895 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
2917 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
2928 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
2943 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp59 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
131 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
158 bool spirvbin_t::isStripOp(spv::Op opCode, unsigned start) const in isStripOp()
382 [&](spv::Op opCode, unsigned start) { in stripDebug()
395 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
438 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
535 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
800 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
842 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
910 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp177 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
354 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()
205 Op opCode; variable
DSpvBuilder.cpp2771 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
2778 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
2786 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
2797 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
2830 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
2844 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
2862 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
2884 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
2895 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
2910 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/intel-media-driver/media_driver/media_softlet/agnostic/common/vp/hal/shared/scalability/
Dvp_scalability_multipipe.cpp182 MHW_COMMON_MI_SEMAPHORE_COMPARE_OPERATION opCode, in SendHwSemaphoreWaitCmd()
244 MHW_COMMON_MI_ATOMIC_OPCODE opCode, in SendMiAtomicDwordCmd()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_task.h51 CM_CONDITIONAL_END_OPERATOR_CODE opCode; //!< operation type 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/intel-media-driver/media_softlet/agnostic/common/vp/hal/shared/scalability/
Dvp_scalability_multipipe_next.cpp727 MHW_COMMON_MI_SEMAPHORE_COMPARE_OPERATION opCode, in SendHwSemaphoreWaitCmd()
771 MHW_COMMON_MI_ATOMIC_OPCODE opCode, in SendMiAtomicDwordCmd()
/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/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp997 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/obex/src/com/android/obex/
DClientOperation.java387 private boolean sendRequest(int opCode) throws IOException { in sendRequest()
DClientSession.java474 int opCode, in sendRequest()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp1019 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp1012 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1068 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode()
1119 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction()
1123 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction()
1146 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string, in writeInstruction()
1152 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string, in writeInstruction()
1159 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1167 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1174 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1182 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
1191 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
[all …]
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/shared/
Dcodec_hw_next.h735 MHW_COMMON_MI_ATOMIC_OPCODE opCode, in SendMiAtomicDwordIndirectDataCmd()
773 MHW_COMMON_MI_ATOMIC_OPCODE opCode, in SendMiAtomicDwordCmd()

123