Home
last modified time | relevance | path

Searched refs:operand1 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/libunwind/libunwind/src/dwarf/
H A 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, (unsigne in dwarf_eval_expr()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-node.h41 uint32_t operand1, in BytecodeNode()
49 SetOperand(1, operand1); in BytecodeNode()
53 uint32_t operand1, uint32_t operand2, in BytecodeNode()
61 SetOperand(1, operand1); in BytecodeNode()
66 uint32_t operand1, uint32_t operand2, in BytecodeNode()
75 SetOperand(1, operand1); in BytecodeNode()
81 uint32_t operand1, uint32_t operand2, in BytecodeNode()
90 SetOperand(1, operand1); in BytecodeNode()
137 uint32_t operand1 = 0, uint32_t operand2 = 0, in BytecodeNode()
145 operands_[1] = operand1; in BytecodeNode()
40 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument
52 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument
65 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument
80 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, uint32_t operand4, BytecodeSourceInfo source_info = BytecodeSourceInfo()) BytecodeNode() argument
168 Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1) Create() argument
181 Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2) Create() argument
198 Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3) Create() argument
218 Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, uint32_t operand4) Create() argument
[all...]
H A Dbytecode-array-builder.cc208 uint32_t operand1 = static_cast<uint32_t>(dest.ToOperand()); in OutputMovRaw() local
210 BytecodeNode::Mov(BytecodeSourceInfo(), operand0, operand1)); in OutputMovRaw()
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A 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...]
H A 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...]
H A Dspirv_instruction_builder_autogen.cpp1350 IdRef operand1, in WriteIAdd()
1357 blob->push_back(operand1); in WriteIAdd()
1364 IdRef operand1, in WriteFAdd()
1371 blob->push_back(operand1); in WriteFAdd()
1378 IdRef operand1, in WriteISub()
1385 blob->push_back(operand1); in WriteISub()
1392 IdRef operand1, in WriteFSub()
1399 blob->push_back(operand1); in WriteFSub()
1406 IdRef operand1, in WriteIMul()
1413 blob->push_back(operand1); in WriteIMul()
1347 WriteIAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteIAdd() argument
1361 WriteFAdd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFAdd() argument
1375 WriteISub(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteISub() argument
1389 WriteFSub(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFSub() argument
1403 WriteIMul(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteIMul() argument
1417 WriteFMul(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFMul() argument
1431 WriteUDiv(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteUDiv() argument
1445 WriteSDiv(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSDiv() argument
1459 WriteFDiv(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFDiv() argument
1473 WriteUMod(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteUMod() argument
1487 WriteSRem(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSRem() argument
1501 WriteSMod(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSMod() argument
1515 WriteFRem(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFRem() argument
1529 WriteFMod(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFMod() argument
1641 WriteIAddCarry(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteIAddCarry() argument
1655 WriteISubBorrow(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteISubBorrow() argument
1669 WriteUMulExtended(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteUMulExtended() argument
1683 WriteSMulExtended(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSMulExtended() argument
1733 WriteLogicalEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteLogicalEqual() argument
1747 WriteLogicalNotEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteLogicalNotEqual() argument
1761 WriteLogicalOr(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteLogicalOr() argument
1775 WriteLogicalAnd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteLogicalAnd() argument
1814 WriteIEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteIEqual() argument
1828 WriteINotEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteINotEqual() argument
1842 WriteUGreaterThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteUGreaterThan() argument
1856 WriteSGreaterThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSGreaterThan() argument
1870 WriteUGreaterThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteUGreaterThanEqual() argument
1884 WriteSGreaterThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSGreaterThanEqual() argument
1898 WriteULessThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteULessThan() argument
1912 WriteSLessThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSLessThan() argument
1926 WriteULessThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteULessThanEqual() argument
1940 WriteSLessThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteSLessThanEqual() argument
1954 WriteFOrdEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFOrdEqual() argument
1968 WriteFUnordEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFUnordEqual() argument
1982 WriteFOrdNotEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFOrdNotEqual() argument
1996 WriteFUnordNotEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFUnordNotEqual() argument
2010 WriteFOrdLessThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFOrdLessThan() argument
2024 WriteFUnordLessThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFUnordLessThan() argument
2038 WriteFOrdGreaterThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFOrdGreaterThan() argument
2052 WriteFUnordGreaterThan(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFUnordGreaterThan() argument
2066 WriteFOrdLessThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFOrdLessThanEqual() argument
2080 WriteFUnordLessThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFUnordLessThanEqual() argument
2094 WriteFOrdGreaterThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFOrdGreaterThanEqual() argument
2108 WriteFUnordGreaterThanEqual(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteFUnordGreaterThanEqual() argument
2164 WriteBitwiseOr(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteBitwiseOr() argument
2178 WriteBitwiseXor(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteBitwiseXor() argument
2192 WriteBitwiseAnd(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef operand1, IdRef operand2) WriteBitwiseAnd() argument
[all...]
H A Dspirv_instruction_parser_autogen.cpp1643 IdRef *operand1, in ParseIAdd()
1653 *operand1 = IdRef(_instruction[_o++]); in ParseIAdd()
1659 IdRef *operand1, in ParseFAdd()
1669 *operand1 = IdRef(_instruction[_o++]); in ParseFAdd()
1675 IdRef *operand1, in ParseISub()
1685 *operand1 = IdRef(_instruction[_o++]); in ParseISub()
1691 IdRef *operand1, in ParseFSub()
1701 *operand1 = IdRef(_instruction[_o++]); in ParseFSub()
1707 IdRef *operand1, in ParseIMul()
1717 *operand1 in ParseIMul()
1640 ParseIAdd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseIAdd() argument
1656 ParseFAdd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFAdd() argument
1672 ParseISub(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseISub() argument
1688 ParseFSub(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFSub() argument
1704 ParseIMul(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseIMul() argument
1720 ParseFMul(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFMul() argument
1736 ParseUDiv(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseUDiv() argument
1752 ParseSDiv(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSDiv() argument
1768 ParseFDiv(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFDiv() argument
1784 ParseUMod(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseUMod() argument
1800 ParseSRem(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSRem() argument
1816 ParseSMod(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSMod() argument
1832 ParseFRem(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFRem() argument
1848 ParseFMod(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFMod() argument
1976 ParseIAddCarry(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseIAddCarry() argument
1992 ParseISubBorrow(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseISubBorrow() argument
2008 ParseUMulExtended(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseUMulExtended() argument
2024 ParseSMulExtended(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSMulExtended() argument
2096 ParseLogicalEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseLogicalEqual() argument
2112 ParseLogicalNotEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseLogicalNotEqual() argument
2128 ParseLogicalOr(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseLogicalOr() argument
2144 ParseLogicalAnd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseLogicalAnd() argument
2192 ParseIEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseIEqual() argument
2208 ParseINotEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseINotEqual() argument
2224 ParseUGreaterThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseUGreaterThan() argument
2240 ParseSGreaterThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSGreaterThan() argument
2256 ParseUGreaterThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseUGreaterThanEqual() argument
2272 ParseSGreaterThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSGreaterThanEqual() argument
2288 ParseULessThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseULessThan() argument
2304 ParseSLessThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSLessThan() argument
2320 ParseULessThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseULessThanEqual() argument
2336 ParseSLessThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseSLessThanEqual() argument
2352 ParseFOrdEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFOrdEqual() argument
2368 ParseFUnordEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFUnordEqual() argument
2384 ParseFOrdNotEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFOrdNotEqual() argument
2400 ParseFUnordNotEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFUnordNotEqual() argument
2416 ParseFOrdLessThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFOrdLessThan() argument
2432 ParseFUnordLessThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFUnordLessThan() argument
2448 ParseFOrdGreaterThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFOrdGreaterThan() argument
2464 ParseFUnordGreaterThan(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFUnordGreaterThan() argument
2480 ParseFOrdLessThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFOrdLessThanEqual() argument
2496 ParseFUnordLessThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFUnordLessThanEqual() argument
2512 ParseFOrdGreaterThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFOrdGreaterThanEqual() argument
2528 ParseFUnordGreaterThanEqual(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseFUnordGreaterThanEqual() argument
2592 ParseBitwiseOr(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseBitwiseOr() argument
2608 ParseBitwiseXor(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseBitwiseXor() argument
2624 ParseBitwiseAnd(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *operand1, IdRef *operand2) ParseBitwiseAnd() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_wrap_vector_synonym.cpp60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply()
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/
H A Dfuzzer_pass_wrap_vector_synonym.cpp60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply()
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/
H A Dfuzzer_pass_wrap_vector_synonym.cpp60 opt::Instruction* operand1 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply()
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/opt/
H A 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/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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/baselines/reference/
H A DparserRealSource12.js258 if ((preAst.operand1) && (walker.options.goNextSibling)) {
259 preAst.operand1 = walker.walk(preAst.operand1, preAst);
262 if (preAst.operand1) {
263 preAst.operand1 = walker.walk(preAst.operand1, preAst);
290 if (preAst.operand1) {
291 preAst.operand1 = walker.walk(preAst.operand1, preAst);
771 if ((preAst.operand1)
[all...]
H A 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)
[all...]
H A 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];
H A DparserRealSource7.js126 var op1Sym = findSymbolFromAlias(dottedExpr.operand1, context);
939 var op1Sym = findSymbolFromAlias(dottedExpr.operand1, context);
/third_party/spirv-tools/source/opt/
H A Dir_builder.h74 Instruction* AddUnaryOp(uint32_t type_id, spv::Op 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, spv::Op opcode, uint32_t operand1, in AddBinaryOp() argument
100 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddBinaryOp()
105 Instruction* AddTernaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddTernaryOp() argument
116 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddTernaryOp()
122 Instruction* AddQuadOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddQuadOp() argument
134 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {operand1}}, in AddQuadOp()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A 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,
H A Dspirv_builder.c529 SpvId operand0, SpvId operand1) in spirv_builder_emit_binop()
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()
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()
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()
583 spirv_buffer_emit_word(&b->instructions, operand1); in spirv_builder_emit_hexop()
528 spirv_builder_emit_binop(struct spirv_builder *b, SpvOp op, SpvId result_type, SpvId operand0, SpvId operand1) spirv_builder_emit_binop() argument
542 spirv_builder_emit_triop(struct spirv_builder *b, SpvOp op, SpvId result_type, SpvId operand0, SpvId operand1, SpvId operand2) spirv_builder_emit_triop() argument
557 spirv_builder_emit_quadop(struct spirv_builder *b, SpvOp op, SpvId result_type, SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) spirv_builder_emit_quadop() argument
573 spirv_builder_emit_hexop(struct spirv_builder *b, SpvOp op, SpvId result_type, SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, SpvId operand4, SpvId operand5) spirv_builder_emit_hexop() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc327 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()
367 // TODO(v8:9198): Like VisitRROFloat, but for SIMD. SSE requires operand1 to be
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()
430 InstructionOperand operand1 = g.UseUniqueRegister(node->InputAt(1)); VisitRROSimdShift() local
463 InstructionOperand operand1 = g.UseUniqueRegister(node->InputAt(1)); VisitI8x16Shift() local
2437 InstructionOperand operand1 = g.UseRegister(node->InputAt(1)); VisitF64x2Min() local
2449 InstructionOperand operand1 = g.UseRegister(node->InputAt(1)); VisitF64x2Max() local
2473 InstructionOperand operand1 = g.Use(node->InputAt(1)); VisitI64x2SplatI32Pair() local
2528 InstructionOperand operand1 = VisitF32x4ExtractLane() local
[all...]
/third_party/elfutils/lib/
H A Dcolor.c169 E (o1, operand1), in parse_opt()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h494 Id createBinOp(Op, Id typeId, Id operand1, Id operand2);
495 Id createTriOp(Op, Id typeId, Id operand1, Id operand2, Id operand3);
/third_party/mesa3d/src/intel/common/
H A 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()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1570 VGPU10OperandToken1 operand1; in emit_src_register() local
1572 operand0.value = operand1.value = 0; in emit_src_register()
1959 operand1.extendedOperandType = VGPU10_EXTENDED_OPERAND_MODIFIER; in emit_src_register()
1961 operand1.operandModifier = VGPU10_OPERAND_MODIFIER_ABS; in emit_src_register()
1963 operand1.operandModifier = VGPU10_OPERAND_MODIFIER_NEG; in emit_src_register()
1965 operand1.operandModifier = VGPU10_OPERAND_MODIFIER_ABSNEG; in emit_src_register()
1974 emit_dword(emit, operand1.value); in emit_src_register()
5965 VGPU10OperandToken0 operand1; in emit_constant_declaration() local
5971 operand1.value = 0; in emit_constant_declaration()
5972 operand1 in emit_constant_declaration()
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1057 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()

Completed in 62 milliseconds

12