Home
last modified time | relevance | path

Searched defs:opCode (Results 1 – 17 of 17) 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.cpp185 Op opCode = (Op)(firstWord & OpCodeMask); in processInstructions() local
337 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands) in disassembleInstruction()
DspvIR.h94 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction()
95 …explicit Instruction(Op opCode) : resultId(NoResult), typeId(NoType), opCode(opCode), block(nullpt… in Instruction()
183 Op opCode; variable
DSpvBuilder.cpp1487 void Builder::createNoResultOp(Op opCode) in createNoResultOp()
1494 void Builder::createNoResultOp(Op opCode, Id operand) in createNoResultOp()
1502 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands) in createNoResultOp()
1512 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands) in createNoResultOp()
1542 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand) in createUnaryOp()
1556 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right) in createBinOp()
1573 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp()
1594 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp()
1604 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp()
1618 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, const std::… in createSpecConstantOp()
[all …]
DGlslangToSpv.cpp5927 spv::Op opCode = spv::OpNop; local
6084 spv::Op opCode = spv::OpNop; local
6465 spv::Op opCode = spv::OpNop; local
6718 spv::Op opCode = spv::OpNop; 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/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp180 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode()
236 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction()
240 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction()
262 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction()
268 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction()
275 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
283 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()
298 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
307 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction()
[all …]
/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/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/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp419 const char* opCode; member
9927 const char* opCode; in createFloat16LogicalSet() member
10623 const char* opCode; in createDerivativeTests() member