| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ | 
| D | SPVRemapper.cpp | 60         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 …] 
 | 
| D | disassemble.cpp | 174         Op opCode = (Op)(firstWord & OpCodeMask);  in processInstructions()  local 339 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)  in disassembleInstruction()
  | 
| D | spvIR.h | 96 …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() 183     Op opCode;  variable
  | 
| D | SpvBuilder.cpp | 2559 void Builder::createNoResultOp(Op opCode)  in createNoResultOp() 2566 void Builder::createNoResultOp(Op opCode, Id operand)  in createNoResultOp() 2574 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands)  in createNoResultOp() 2584 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands)  in createNoResultOp() 2614 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand)  in createUnaryOp() 2628 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right)  in createBinOp() 2645 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3)  in createTriOp() 2666 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands)  in createOp() 2676 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands)  in createOp() 2690 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands,  in createSpecConstantOp() [all …] 
 | 
| D | GlslangToSpv.cpp | 7816     spv::Op opCode = spv::OpNop;  in createAtomicOperation()  local 8025     spv::Op opCode = spv::OpNop;  in createInvocationsOperation()  local 8398     spv::Op opCode = spv::OpNop;  in createSubgroupOperation()  local 8636     spv::Op opCode = spv::OpNop;  in createMiscOperation()  local
  | 
| /external/deqp-deps/glslang/SPIRV/ | 
| D | SPVRemapper.cpp | 60         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 767             const spv::Op  opCode = asOpCode(start);  in mapFnBodies()  local 809             [&](spv::Op opCode, unsigned start) {  in mapFnBodies() 877             [&](spv::Op opCode, unsigned start) {  in forwardLoadStores() [all …] 
 | 
| D | disassemble.cpp | 174         Op opCode = (Op)(firstWord & OpCodeMask);  in processInstructions()  local 339 void SpirvStream::disassembleInstruction(Id resultId, Id /*typeId*/, Op opCode, int numOperands)  in disassembleInstruction()
  | 
| D | spvIR.h | 96 …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() 183     Op opCode;  variable
  | 
| D | SpvBuilder.cpp | 2502 void Builder::createNoResultOp(Op opCode)  in createNoResultOp() 2509 void Builder::createNoResultOp(Op opCode, Id operand)  in createNoResultOp() 2517 void Builder::createNoResultOp(Op opCode, const std::vector<Id>& operands)  in createNoResultOp() 2527 void Builder::createNoResultOp(Op opCode, const std::vector<IdImmediate>& operands)  in createNoResultOp() 2557 Id Builder::createUnaryOp(Op opCode, Id typeId, Id operand)  in createUnaryOp() 2571 Id Builder::createBinOp(Op opCode, Id typeId, Id left, Id right)  in createBinOp() 2588 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3)  in createTriOp() 2609 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands)  in createOp() 2619 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands)  in createOp() 2633 Id Builder::createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands,  in createSpecConstantOp() [all …] 
 | 
| D | GlslangToSpv.cpp | 7731     spv::Op opCode = spv::OpNop;  in createAtomicOperation()  local 7940     spv::Op opCode = spv::OpNop;  in createInvocationsOperation()  local 8313     spv::Op opCode = spv::OpNop;  in createSubgroupOperation()  local 8551     spv::Op opCode = spv::OpNop;  in createMiscOperation()  local
  | 
| /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ | 
| D | NanoWSD.java | 436             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/test/ | 
| D | ResizeTestHelper.hpp | 106     flatbuffers::Offset <OperatorCode> opCode = CreateOperatorCode(flatBufferBuilder, operatorCode);  in CreateResizeTfLiteModel()  local
  | 
| D | PreluTestHelper.hpp | 100 …flatbuffers::Offset <OperatorCode> opCode = CreateOperatorCode(flatBufferBuilder, preluOperatorCod…  in CreatePreluTfLiteModel()  local
  | 
| /external/iproute2/schema/ | 
| D | bridge_fdb_schema.json | 31             "opCode": {  object
  | 
| /external/skia/src/sksl/codegen/ | 
| D | SkSLSPIRVCodeGenerator.cpp | 418 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) {  in writeOpCode() 469 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) {  in writeInstruction() 473 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) {  in writeInstruction() 496 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string,  in writeInstruction() 502 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string,  in writeInstruction() 509 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,  in writeInstruction() 517 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,  in writeInstruction() 524 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,  in writeInstruction() 532 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,  in writeInstruction() 541 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2,  in writeInstruction() [all …] 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ | 
| D | PPCMIPeephole.cpp | 1000 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/angle/src/tests/compiler_tests/ | 
| D | Precise_test.cpp | 125         spv::Op opCode;  in ValidateDecorations()  local
  | 
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ | 
| D | HexagonMCDuplexInfo.cpp | 997 static bool isStoreInst(unsigned opCode) {  in isStoreInst()
  | 
| /external/obex/src/com/android/obex/ | 
| D | ClientSession.java | 478     public boolean sendRequest(int opCode, byte[] head, HeaderSet header,  in sendRequest()
  | 
| D | ClientOperation.java | 404     private boolean sendRequest(int opCode) throws IOException {  in sendRequest()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ | 
| D | HexagonMCDuplexInfo.cpp | 1019 static bool isStoreInst(unsigned opCode) {  in isStoreInst()
  | 
| /external/python/cpython2/Mac/Modules/cg/ | 
| D | CFMLateImport.c | 292     UInt8                       opCode;  in UnpackPEFDataSection()  local 890     UInt16              opCode;  in RunRelocationEngine()  local
  | 
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ | 
| D | ShadowAppOpsManager.java | 159   protected String getOpString(int opCode) {  in getOpString() 619     static Key create(Integer uid, String packageName, Integer opCode) {  in create()
  | 
| /external/capstone/arch/PowerPC/ | 
| D | PPCInstPrinter.c | 748 	const char *opCode;  in printAliasInstrEx()  local
  | 
| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | spv_utils.cpp | 3086         spv::Op opCode;  in resolveVariableIds()  local 3127     spv::Op opCode;  in transformInstruction()  local 4108     spv::Op opCode;  in transformInstruction()  local
  |