Home
last modified time | relevance | path

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

12

/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSPVRemapper.cpp64 const spv::Op opCode = asOpCode(word); in asOpCodeHash() local
136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords() local
373 [&](spv::Op opCode, unsigned start) { in stripDebug()
386 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
429 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
526 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
757 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
799 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
867 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
897 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp170 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
335 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h96 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
97 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
181 Op opCode; variable
DSpvBuilder.cpp1757 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
1764 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
1772 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
1782 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
1812 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
1826 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
1843 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
1864 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
1874 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
1888 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
DGlslangToSpv.cpp7242 spv::Op opCode = spv::OpNop; in createAtomicOperation() local
7451 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local
7824 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local
8062 spv::Op opCode = spv::OpNop; in createMiscOperation() local
/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
373 [&](spv::Op opCode, unsigned start) { in stripDebug()
386 [&](spv::Op opCode, unsigned start) { in stripDeadRefs()
429 [&](spv::Op opCode, unsigned start) { in buildLocalMaps()
526 spv::Op opCode = asOpCode(instructionStart); in processInstruction() local
757 const spv::Op opCode = asOpCode(start); in mapFnBodies() local
799 [&](spv::Op opCode, unsigned start) { in mapFnBodies()
867 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
897 [&](spv::Op opCode, unsigned start) { in forwardLoadStores()
[all …]
Ddisassemble.cpp170 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
335 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h96 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
97 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
181 Op opCode; variable
DSpvBuilder.cpp1757 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
1764 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
1772 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
1782 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
1812 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
1826 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
1843 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
1864 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
1874 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
1888 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, in createSpecConstantOp()
[all …]
DGlslangToSpv.cpp7242 spv::Op opCode = spv::OpNop; in createAtomicOperation() local
7451 spv::Op opCode = spv::OpNop; in createInvocationsOperation() local
7824 spv::Op opCode = spv::OpNop; in createSubgroupOperation() local
8062 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/armnn/delegate/src/test/
DResizeTestHelper.hpp104 flatbuffers::Offset <OperatorCode> opCode = CreateOperatorCode(flatBufferBuilder, operatorCode); in CreateResizeTfLiteModel() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp234 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode()
303 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction()
307 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction()
330 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string, in writeInstruction()
337 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string, in writeInstruction()
344 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
352 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
367 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
376 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
[all …]
/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/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp997 static bool isStoreInst(unsigned opCode) { in isStoreInst()
/external/obex/src/com/android/obex/
DClientSession.java478 public boolean sendRequest(int opCode, byte[] head, HeaderSet header, in sendRequest()
DClientOperation.java404 private boolean sendRequest(int opCode) throws IOException { in sendRequest()
/external/angle/src/tests/compiler_tests/
DPrecise_test.cpp124 spv::Op opCode; in ValidateDecorations() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp1019 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.java159 protected String getOpString(int opCode) { in getOpString()
619 static Key create(Integer uid, String packageName, Integer opCode) { in create()
/external/capstone/arch/PowerPC/
DPPCInstPrinter.c748 const char *opCode; in printAliasInstrEx() local
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp3023 spv::Op opCode; in resolveVariableIds() local
3074 spv::Op opCode; in transformInstruction() local
3979 spv::Op opCode; in transformInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1223 static MCInst makeCombineInst(int opCode, MCOperand &Rdd, MCOperand &MO1, in makeCombineInst()

12