Home
last modified time | relevance | path

Searched refs:operand2 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h417 IdRef *operand2);
422 IdRef *operand2);
427 IdRef *operand2);
432 IdRef *operand2);
437 IdRef *operand2);
442 IdRef *operand2);
447 IdRef *operand2);
452 IdRef *operand2);
457 IdRef *operand2);
462 IdRef *operand2);
[all …]
Dspirv_instruction_builder_autogen.h337 IdRef operand2);
342 IdRef operand2);
347 IdRef operand2);
352 IdRef operand2);
357 IdRef operand2);
362 IdRef operand2);
367 IdRef operand2);
372 IdRef operand2);
377 IdRef operand2);
382 IdRef operand2);
[all …]
Dspirv_instruction_builder_autogen.cpp1351 IdRef operand2) in WriteIAdd() argument
1358 blob->push_back(operand2); in WriteIAdd()
1365 IdRef operand2) in WriteFAdd() argument
1372 blob->push_back(operand2); in WriteFAdd()
1379 IdRef operand2) in WriteISub() argument
1386 blob->push_back(operand2); in WriteISub()
1393 IdRef operand2) in WriteFSub() argument
1400 blob->push_back(operand2); in WriteFSub()
1407 IdRef operand2) in WriteIMul() argument
1414 blob->push_back(operand2); in WriteIMul()
[all …]
Dspirv_instruction_parser_autogen.cpp1644 IdRef *operand2) in ParseIAdd() argument
1654 *operand2 = IdRef(_instruction[_o++]); in ParseIAdd()
1660 IdRef *operand2) in ParseFAdd() argument
1670 *operand2 = IdRef(_instruction[_o++]); in ParseFAdd()
1676 IdRef *operand2) in ParseISub() argument
1686 *operand2 = IdRef(_instruction[_o++]); in ParseISub()
1692 IdRef *operand2) in ParseFSub() argument
1702 *operand2 = IdRef(_instruction[_o++]); in ParseFSub()
1708 IdRef *operand2) in ParseIMul() argument
1718 *operand2 = IdRef(_instruction[_o++]); in ParseIMul()
[all …]
/third_party/node/deps/v8/src/interpreter/
Dbytecode-node.h53 uint32_t operand1, uint32_t operand2,
62 SetOperand(2, operand2); in bytecode_()
66 uint32_t operand1, uint32_t operand2,
76 SetOperand(2, operand2); in bytecode_()
81 uint32_t operand1, uint32_t operand2,
91 SetOperand(2, operand2); in bytecode_()
137 uint32_t operand1 = 0, uint32_t operand2 = 0,
146 operands_[2] = operand2; in bytecode_()
183 uint32_t operand2) { in Create() argument
190 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2)); in Create()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
99 vec2_components.emplace_back(operand2->result_id()); in Apply()
104 FindOrCreateZeroConstant(operand2->type_id(), true)); in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
99 vec2_components.emplace_back(operand2->result_id()); in Apply()
104 FindOrCreateZeroConstant(operand2->type_id(), true)); in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
78 GetIRContext(), *GetTransformationContext(), *operand2)) { in Apply()
99 vec2_components.emplace_back(operand2->result_id()); in Apply()
104 FindOrCreateZeroConstant(operand2->type_id(), true)); in Apply()
123 FindOrCreateVectorType(operand2->type_id(), vector_size), in Apply()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource12.ts254 if (preAst.operand2) {
255 preAst.operand2 = walker.walk(preAst.operand2, preAst);
264 if ((preAst.operand2) && (walker.options.goNextSibling)) {
265 preAst.operand2 = walker.walk(preAst.operand2, preAst);
292 if (preAst.operand2 && (walker.options.goNextSibling)) {
293 preAst.operand2 = walker.walk(preAst.operand2, preAst);
DparserRealSource11.ts553 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { property in BinaryExpression
582 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
654 emitter.emitJavascript(this.operand2, binTokenId, false);
662 emitter.emitJavascriptName(<Identifier>this.operand2, false);
666 emitter.emitIndex(this.operand1, this.operand2);
670 … if (this.operand2.nodeType == NodeType.FuncDecl && (<FuncDecl>this.operand2).isAccessor()) {
671 var funcDecl = <FuncDecl>this.operand2;
684 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
694 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
709 public operand2: AST, property in ConditionalExpression
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp() argument
100 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
116 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
134 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp() argument
100 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
116 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
134 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
/third_party/spirv-tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp() argument
100 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}})); in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp() argument
116 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp() argument
134 {spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand2}}, in AddQuadOp()
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js554 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
583 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
655 emitter.emitJavascript(this.operand2, binTokenId, false);
663 emitter.emitJavascriptName(<Identifier>this.operand2, false);
667 emitter.emitIndex(this.operand1, this.operand2);
671 … if (this.operand2.nodeType == NodeType.FuncDecl && (<FuncDecl>this.operand2).isAccessor()) {
672 var funcDecl = <FuncDecl>this.operand2;
685 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
695 emitter.emitJavascript(this.operand2, TokenID.Comma, false);
710 public operand2: AST,
[all …]
DparserRealSource12.types1912 if (preAst.operand2) {
1913 >preAst.operand2 : any
1915 >operand2 : any
1917 preAst.operand2 = walker.walk(preAst.operand2, preAst);
1918 >preAst.operand2 = walker.walk(preAst.operand2, preAst) : AST
1919 >preAst.operand2 : any
1921 >operand2 : any
1922 >walker.walk(preAst.operand2, preAst) : AST
1926 >preAst.operand2 : any
1928 >operand2 : any
[all …]
DparserRealSource11.types2416 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
2419 >operand2 : AST
2579 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
2580 >(this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null) : boolean
2581 >(this.operand2 !== null) : boolean
2582 >this.operand2 !== null : boolean
2583 >this.operand2 : AST
2585 >operand2 : AST
2587 >(this.operand2.nodeType == NodeType.Null) : boolean
2588 >this.operand2.nodeType == NodeType.Null : boolean
[all …]
DparserRealSource11.symbols1554 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
1559 >operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1631 if ((this.operand2 !== null) && (this.operand2.nodeType == NodeType.Null)) {
1632 >this.operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1634 >operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1635 >this.operand2.nodeType : Symbol(AST.nodeType, Decl(parserRealSource11.ts, 23, 21))
1636 >this.operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1638 >operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
1792 emitter.emitJavascript(this.operand2, binTokenId, false);
1794 >this.operand2 : Symbol(BinaryExpression.operand2, Decl(parserRealSource11.ts, 552, 62))
[all …]
DparserRealSource12.errors.txt726 if (preAst.operand2) {
727 preAst.operand2 = walker.walk(preAst.operand2, preAst);
736 if ((preAst.operand2) && (walker.options.goNextSibling)) {
737 preAst.operand2 = walker.walk(preAst.operand2, preAst);
778 if (preAst.operand2 && (walker.options.goNextSibling)) {
779 preAst.operand2 = walker.walk(preAst.operand2, preAst);
/third_party/libunwind/libunwind/src/dwarf/
DGexpr.c243 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2 = 0, tmp3, end_addr; in dwarf_eval_expr() local
324 &operand2, arg)) < 0) in dwarf_eval_expr()
367 (int) operand1, (unsigned long) operand2); in dwarf_eval_expr()
371 push (tmp1 + operand2); in dwarf_eval_expr()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h209 SpvId operand0, SpvId operand1, SpvId operand2);
213 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3);
217 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3,
Dspirv_builder.c543 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop() argument
552 spirv_buffer_emit_word(&b->instructions, operand2); in spirv_builder_emit_triop()
558 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop() argument
567 spirv_buffer_emit_word(&b->instructions, operand2); in spirv_builder_emit_quadop()
574 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop() argument
584 spirv_buffer_emit_word(&b->instructions, operand2); in spirv_builder_emit_hexop()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp206 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
234 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
237 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp200 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
201 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
227 Operand& operand2 = *(inst.begin() + 2); in TEST() local
228 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
231 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp206 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
207 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
234 EXPECT_EQ(SPV_OPERAND_TYPE_LITERAL_INTEGER, operand2.type); in TEST()
237 operand2.type = SPV_OPERAND_TYPE_TYPE_ID; in TEST()
/third_party/elfutils/lib/
Dcolor.c170 E (o2, operand2), in parse_opt()

12