Home
last modified time | relevance | path

Searched refs:operand1 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/libunwind/src/dwarf/
DGexpr.c199 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/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h416 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 …]
Dspirv_instruction_builder_autogen.h336 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 …]
Dspirv_instruction_builder_autogen.cpp1350 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 …]
Dspirv_instruction_parser_autogen.cpp1643 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/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp60 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/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp60 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/
Dir_builder.h74 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/
Dir_builder.h74 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/
Dir_builder.h74 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/
DparserRealSource12.ts257 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);
DparserRealSource11.ts553 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/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h205 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,
Dspirv_builder.c506 SpvId operand0, SpvId operand1) in spirv_builder_emit_binop() argument
514 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_binop()
520 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop() argument
528 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_triop()
535 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop() argument
543 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_quadop()
551 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop() argument
560 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_hexop()
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js554 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 …]
DparserRealSource12.types1931 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) : any
1946 >preAst.operand1 : any
1948 >operand1 : any
1949 >walker.walk(preAst.operand1, preAst) : any
[all …]
DparserRealSource11.types2416 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 …]
DparserRealSource11.symbols1519 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
1521 >operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40))
1728 emitter.emitJavascript(this.operand1, binTokenId, false);
1730 >this.operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40))
1732 >operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40))
1771 emitter.emitJavascript(this.operand1, TokenID.Dot, false);
1773 >this.operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40))
1775 >operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40))
1789 emitter.emitIndex(this.operand1, this.operand2);
1791 >this.operand1 : Symbol(BinaryExpression.operand1, Decl(parserRealSource11.ts, 552, 40))
[all …]
DparserRealSource12.errors.txt729 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);
DparserRealSource11.errors.txt1311 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) {
1496 emitter.emitJavascript(this.operand1, binTokenId, false);
1522 emitter.emitJavascript(this.operand1, TokenID.Dot, false);
1532 emitter.emitIndex(this.operand1, this.operand2);
1552 emitter.emitJavascript(this.operand1, TokenID.Colon, false);
1557 emitter.emitJavascript(this.operand1, TokenID.Colon, false);
1569 emitter.emitJavascript(this.operand1, TokenID.Comma, false);
1596 constructor (public operand1: AST,
1617 emitter.emitJavascript(this.operand1, TokenID.Question, false);
1818 … return this.getAliasName(dotExpr.operand1) + "." + this.getAliasName(dotExpr.operand2);
[all …]
DparserRealSource12.symbols1329 if ((preAst.operand1) && (walker.options.goNextSibling)) {
1337 preAst.operand1 = walker.walk(preAst.operand1, preAst);
1346 if (preAst.operand1) {
1349 preAst.operand1 = walker.walk(preAst.operand1, preAst);
1463 if (preAst.operand1) {
1466 preAst.operand1 = walker.walk(preAst.operand1, preAst);
DparserRealSource14.js361 … (<TypeScript.BinaryExpression>this.asts[this.top - 1]).operand1 === this.asts[this.top - 0];
883 this.asts[this.top - 1].operand1 === this.asts[this.top - 0];
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_defines.h1463 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument
1464 ( ((MI_MATH_OPCODE_##opcode) << 20) | ((MI_MATH_OPERAND_##operand1) << 10) | \
1467 #define MI_MATH_ALU1(opcode, operand1) \ argument
1468 ( ((MI_MATH_OPCODE_##opcode) << 20) | ((MI_MATH_OPERAND_##operand1) << 10) )
/third_party/glslang/SPIRV/
DSpvBuilder.h404 Id createBinOp(Op, Id typeId, Id operand1, Id operand2);
405 Id createTriOp(Op, Id typeId, Id operand1, Id operand2, Id operand3);
/third_party/mesa3d/src/intel/common/
Dmi_builder.h701 _mi_pack_alu(uint32_t opcode, uint32_t operand1, uint32_t operand2) in _mi_pack_alu() argument
705 .Operand1 = operand1, in _mi_pack_alu()

12