Home
last modified time | relevance | path

Searched defs:operand2 (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_builder_autogen.cpp1351 IdRef operand2) in WriteIAdd()
1365 IdRef operand2) in WriteFAdd()
1379 IdRef operand2) in WriteISub()
1393 IdRef operand2) in WriteFSub()
1407 IdRef operand2) in WriteIMul()
1421 IdRef operand2) in WriteFMul()
1435 IdRef operand2) in WriteUDiv()
1449 IdRef operand2) in WriteSDiv()
1463 IdRef operand2) in WriteFDiv()
1477 IdRef operand2) in WriteUMod()
[all …]
Dspirv_instruction_parser_autogen.cpp1644 IdRef *operand2) in ParseIAdd()
1660 IdRef *operand2) in ParseFAdd()
1676 IdRef *operand2) in ParseISub()
1692 IdRef *operand2) in ParseFSub()
1708 IdRef *operand2) in ParseIMul()
1724 IdRef *operand2) in ParseFMul()
1740 IdRef *operand2) in ParseUDiv()
1756 IdRef *operand2) in ParseSDiv()
1772 IdRef *operand2) in ParseFDiv()
1788 IdRef *operand2) in ParseUMod()
[all …]
/third_party/node/deps/v8/src/interpreter/
Dbytecode-node.h183 uint32_t operand2) { in Create()
200 uint32_t operand2, uint32_t operand3) { in Create()
220 uint32_t operand2, uint32_t operand3, in Create()
/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
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_wrap_vector_synonym.cpp62 opt::Instruction* operand2 = GetIRContext()->get_def_use_mgr()->GetDef( in Apply() local
/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
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp()
/third_party/spirv-tools/source/opt/
Dir_builder.h89 uint32_t operand2) { in AddBinaryOp()
105 uint32_t operand2, uint32_t operand3) { in AddTernaryOp()
122 uint32_t operand2, uint32_t operand3, in AddQuadOp()
/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
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp206 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
/third_party/spirv-tools/test/opt/
Dinstruction_test.cpp200 const Operand& operand2 = *(inst.cbegin() + 2); in TEST() local
227 Operand& operand2 = *(inst.begin() + 2); in TEST() local
/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
233 Operand& operand2 = *(inst.begin() + 2); in TEST() local
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c543 SpvId operand0, SpvId operand1, SpvId operand2) in spirv_builder_emit_triop()
558 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3) in spirv_builder_emit_quadop()
574 SpvId operand0, SpvId operand1, SpvId operand2, SpvId operand3, in spirv_builder_emit_hexop()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts553 constructor (nodeType: NodeType, public operand1: AST, public operand2: AST) { property in BinaryExpression
709 public operand2: AST, property in ConditionalExpression
/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()
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2906 function BinaryExpression(nodeType, operand1, operand2) { argument
3059 function ConditionalExpression(operand1, operand2, operand3) { argument
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc1058 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local
1072 uint64_t operand2 = src2.Uint(vform, i); in bit() local
1086 uint64_t operand2 = dst.Uint(vform, i); in bsl() local
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc1096 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local
1112 uint64_t operand2 = src2.Uint(vform, i); in bit() local
1129 uint64_t operand2 = src_mask.Uint(vform, i); in bsl() local