/third_party/libunwind/libunwind/src/dwarf/ |
D | Gexpr.c | 199 unw_word_t operand1; in dwarf_stack_aligned() local 213 OPND1_TYPE(operands[opcode]), &operand1, arg); in dwarf_stack_aligned() 215 if (ret < 0 || operand1 != 0) in dwarf_stack_aligned() 227 OPND1_TYPE(operands[opcode]), &operand1, arg); in dwarf_stack_aligned() 235 *cfa_offset = operand1; in dwarf_stack_aligned() 243 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2 = 0, tmp3, end_addr; in dwarf_eval_expr() local 319 &operand1, arg)) < 0) in dwarf_eval_expr() 357 (int) opcode - DW_OP_breg0, (unsigned long) operand1); in dwarf_eval_expr() 362 push (tmp1 + operand1); in dwarf_eval_expr() 367 (int) operand1, (unsigned long) operand2); in dwarf_eval_expr() [all …]
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-node.h | 41 uint32_t operand1, 49 SetOperand(1, operand1); in bytecode_() 53 uint32_t operand1, uint32_t operand2, 61 SetOperand(1, operand1); in bytecode_() 66 uint32_t operand1, uint32_t operand2, 75 SetOperand(1, operand1); in bytecode_() 81 uint32_t operand1, uint32_t operand2, 90 SetOperand(1, operand1); in bytecode_() 137 uint32_t operand1 = 0, uint32_t operand2 = 0, 145 operands_[1] = operand1; in bytecode_() [all …]
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | spirv_instruction_parser_autogen.h | 416 IdRef *operand1, 421 IdRef *operand1, 426 IdRef *operand1, 431 IdRef *operand1, 436 IdRef *operand1, 441 IdRef *operand1, 446 IdRef *operand1, 451 IdRef *operand1, 456 IdRef *operand1, 461 IdRef *operand1, [all …]
|
D | spirv_instruction_builder_autogen.h | 336 IdRef operand1, 341 IdRef operand1, 346 IdRef operand1, 351 IdRef operand1, 356 IdRef operand1, 361 IdRef operand1, 366 IdRef operand1, 371 IdRef operand1, 376 IdRef operand1, 381 IdRef operand1, [all …]
|
D | spirv_instruction_builder_autogen.cpp | 1350 IdRef operand1, in WriteIAdd() argument 1357 blob->push_back(operand1); in WriteIAdd() 1364 IdRef operand1, in WriteFAdd() argument 1371 blob->push_back(operand1); in WriteFAdd() 1378 IdRef operand1, in WriteISub() argument 1385 blob->push_back(operand1); in WriteISub() 1392 IdRef operand1, in WriteFSub() argument 1399 blob->push_back(operand1); in WriteFSub() 1406 IdRef operand1, in WriteIMul() argument 1413 blob->push_back(operand1); in WriteIMul() [all …]
|
D | spirv_instruction_parser_autogen.cpp | 1643 IdRef *operand1, in ParseIAdd() argument 1653 *operand1 = IdRef(_instruction[_o++]); in ParseIAdd() 1659 IdRef *operand1, in ParseFAdd() argument 1669 *operand1 = IdRef(_instruction[_o++]); in ParseFAdd() 1675 IdRef *operand1, in ParseISub() argument 1685 *operand1 = IdRef(_instruction[_o++]); in ParseISub() 1691 IdRef *operand1, in ParseFSub() argument 1701 *operand1 = IdRef(_instruction[_o++]); in ParseFSub() 1707 IdRef *operand1, in ParseIMul() argument 1717 *operand1 = IdRef(_instruction[_o++]); in ParseIMul() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local 74 GetIRContext(), *GetTransformationContext(), *operand1)) { in Apply() 98 vec1_components.emplace_back(operand1->result_id()); in Apply() 102 FindOrCreateZeroConstant(operand1->type_id(), true)); in Apply() 116 FindOrCreateVectorType(operand1->type_id(), vector_size), in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local 74 GetIRContext(), *GetTransformationContext(), *operand1)) { in Apply() 98 vec1_components.emplace_back(operand1->result_id()); in Apply() 102 FindOrCreateZeroConstant(operand1->type_id(), true)); in Apply() 116 FindOrCreateVectorType(operand1->type_id(), vector_size), in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_wrap_vector_synonym.cpp | 60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local 74 GetIRContext(), *GetTransformationContext(), *operand1)) { in Apply() 98 vec1_components.emplace_back(operand1->result_id()); in Apply() 102 FindOrCreateZeroConstant(operand1->type_id(), true)); in Apply() 116 FindOrCreateVectorType(operand1->type_id(), vector_size), in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument 84 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}})); in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument 99 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddBinaryOp() 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument 115 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddTernaryOp() 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp() argument 133 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddQuadOp()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_builder.h | 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument 84 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}})); in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument 99 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddBinaryOp() 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument 115 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddTernaryOp() 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp() argument 133 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddQuadOp()
|
/third_party/spirv-tools/source/opt/ |
D | ir_builder.h | 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument 84 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}})); in AddUnaryOp() 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument 99 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddBinaryOp() 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument 115 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddTernaryOp() 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddQuadOp() argument 133 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddQuadOp()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource12.ts | 257 if ((preAst.operand1) && (walker.options.goNextSibling)) { 258 preAst.operand1 = walker.walk(preAst.operand1, preAst); 261 if (preAst.operand1) { 262 preAst.operand1 = walker.walk(preAst.operand1, preAst); 289 if (preAst.operand1) { 290 preAst.operand1 = walker.walk(preAst.operand1, preAst);
|
D | parserRealSource11.ts | 553 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { property in BinaryExpression 642 emitter.emitJavascript(this.operand1, binTokenId, false); 660 emitter.emitJavascript(this.operand1, TokenID.Dot, false); 666 emitter.emitIndex(this.operand1, this.operand2); 678 emitter.emitJavascript(this.operand1, TokenID.Colon, false); 681 emitter.emitJavascript(this.operand1, TokenID.Colon, false); 687 emitter.emitJavascript(this.operand1, TokenID.Comma, false); 708 constructor (public operand1: AST, property in ConditionalExpression 721 emitter.emitJavascript(this.operand1, TokenID.Question, false); 872 … return this.getAliasName(dotExpr.operand1) + "." + this.getAliasName(dotExpr.operand2); [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 554 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { 643 emitter.emitJavascript(this.operand1, binTokenId, false); 661 emitter.emitJavascript(this.operand1, TokenID.Dot, false); 667 emitter.emitIndex(this.operand1, this.operand2); 679 emitter.emitJavascript(this.operand1, TokenID.Colon, false); 682 emitter.emitJavascript(this.operand1, TokenID.Colon, false); 688 emitter.emitJavascript(this.operand1, TokenID.Comma, false); 709 constructor (public operand1: AST, 722 emitter.emitJavascript(this.operand1, TokenID.Question, false); 873 … return this.getAliasName(dotExpr.operand1) + "." + this.getAliasName(dotExpr.operand2); [all …]
|
D | parserRealSource12.types | 1931 if ((preAst.operand1) && (walker.options.goNextSibling)) { 1932 >(preAst.operand1) && (walker.options.goNextSibling) : boolean 1933 >(preAst.operand1) : any 1934 >preAst.operand1 : any 1936 >operand1 : any 1944 preAst.operand1 = walker.walk(preAst.operand1, preAst); 1945 >preAst.operand1 = walker.walk(preAst.operand1, preAst) : AST 1946 >preAst.operand1 : any 1948 >operand1 : any 1949 >walker.walk(preAst.operand1, preAst) : AST [all …]
|
D | parserRealSource11.types | 2416 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { 2418 >operand1 : AST 2905 emitter.emitJavascript(this.operand1, binTokenId, false); 2906 >emitter.emitJavascript(this.operand1, binTokenId, false) : any 2910 >this.operand1 : AST 2912 >operand1 : AST 2995 emitter.emitJavascript(this.operand1, TokenID.Dot, false); 2996 >emitter.emitJavascript(this.operand1, TokenID.Dot, false) : any 3000 >this.operand1 : AST 3002 >operand1 : AST [all …]
|
D | parserRealSource11.symbols | 1554 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { 1557 >operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40)) 1767 emitter.emitJavascript(this.operand1, binTokenId, false); 1769 >this.operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40)) 1771 >operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40)) 1810 emitter.emitJavascript(this.operand1, TokenID.Dot, false); 1812 >this.operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40)) 1814 >operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40)) 1828 emitter.emitIndex(this.operand1, this.operand2); 1830 >this.operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40)) [all …]
|
D | parserRealSource12.errors.txt | 729 if ((preAst.operand1) && (walker.options.goNextSibling)) { 730 preAst.operand1 = walker.walk(preAst.operand1, preAst); 733 if (preAst.operand1) { 734 preAst.operand1 = walker.walk(preAst.operand1, preAst); 775 if (preAst.operand1) { 776 preAst.operand1 = walker.walk(preAst.operand1, preAst);
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | spirv_builder.h | 205 SpvId operand0, SpvId operand1); 209 SpvId operand0, SpvId operand1, SpvId operand2); 213 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3); 217 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3,
|
D | spirv_builder.c | 529 SpvId operand0, SpvId operand1) in spirv_builder_emit_binop() argument 537 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_binop() 543 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop() argument 551 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_triop() 558 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop() argument 566 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_quadop() 574 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop() argument 583 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_hexop()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 327 InstructionOperand operand1 = g.Use(node->InputAt(1)); in VisitRROFloat() local 329 selector->Emit(opcode, g.DefineAsRegister(node), operand0, operand1); in VisitRROFloat() 331 selector->Emit(opcode, g.DefineSameAsFirst(node), operand0, operand1); in VisitRROFloat() 390 InstructionOperand operand1 = g.UseRegister(node->InputAt(1)); in VisitRRRSimd() local 391 selector->Emit(opcode, dst, operand0, operand1); in VisitRRRSimd() 398 InstructionOperand operand1 = in VisitRRISimd() local 405 selector->Emit(opcode, dest, operand0, operand1); in VisitRRISimd() 412 InstructionOperand operand1 = in VisitRRISimd() local 415 selector->Emit(avx_opcode, g.DefineAsRegister(node), operand0, operand1); in VisitRRISimd() 417 selector->Emit(sse_opcode, g.DefineSameAsFirst(node), operand0, operand1); in VisitRRISimd() [all …]
|
/third_party/elfutils/lib/ |
D | color.c | 169 E (o1, operand1), in parse_opt()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-logic-arm64.cc | 1057 uint64_t operand1 = dst.Uint(vform, i); in bif() local 1060 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif() 1071 uint64_t operand1 = dst.Uint(vform, i); in bit() local 1074 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit() 1085 uint64_t operand1 = src2.Uint(vform, i); in bsl() local 1088 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()
|
/third_party/mesa3d/src/intel/common/ |
D | mi_builder.h | 701 _mi_pack_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in _mi_pack_alu() argument 705 .Operand1 = operand1, in _mi_pack_alu()
|