Home
last modified time | relevance | path

Searched refs:op3 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp127 T min3(T op1, T op2, T op3) in min3() argument
129 return std::min({op1, op2, op3}); in min3()
133 T max3(T op1, T op2, T op3) in max3() argument
135 return std::max({op1, op2, op3}); in max3()
139 T mid3(T op1, T op2, T op3) in mid3() argument
141 std::array<T, 3> aux{{op1, op2, op3}}; in mid3()
358 char* op3 = inputByte + m_operandSize * 2u; in calculateResult() local
366 reinterpret_cast<void*>(op3)); in calculateResult()
371 op3 += m_componentSize; in calculateResult()
605 // <type> op3; in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTrinaryMinMaxTests.cpp127 T min3(T op1, T op2, T op3) in min3() argument
129 return std::min({op1, op2, op3}); in min3()
133 T max3(T op1, T op2, T op3) in max3() argument
135 return std::max({op1, op2, op3}); in max3()
139 T mid3(T op1, T op2, T op3) in mid3() argument
141 std::array<T, 3> aux{{op1, op2, op3}}; in mid3()
358 char* op3 = inputByte + m_operandSize * 2u; in calculateResult() local
366 reinterpret_cast<void*>(op3)); in calculateResult()
371 op3 += m_componentSize; in calculateResult()
605 // <type> op3; in initPrograms()
[all...]
/third_party/cmsis/CMSIS/Core/Include/a-profile/
H A Dcmsis_armclang_a.h502 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
506 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
H A Dcmsis_gcc_a.h735 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
739 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
H A Dcmsis_clang_a.h712 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
716 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
/third_party/ffmpeg/libavcodec/ppc/
H A Dme_cmp.c444 register vector signed short op3 = vec_perm(but2, but2, perm3); \ in hadamard8_diff8x8_altivec()
445 res = vec_mladd(but2, vprod3, op3); \ in hadamard8_diff8x8_altivec()
612 register vector signed short op3 __asm__ ("v29") = \ in hadamard8_diff16x8_altivec()
616 res1 = vec_mladd(but2, vprod3, op3); \ in hadamard8_diff16x8_altivec()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local
87 new_operands.push_back({SPV_OPERAND_TYPE_ID, {op3}}); in ReplaceTrinaryMinMax()
114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
118 {op2, op3}); in ReplaceTrinaryMid()
121 {op2, op3}); in ReplaceTrinaryMid()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local
87 new_operands.push_back({SPV_OPERAND_TYPE_ID, {op3}}); in ReplaceTrinaryMinMax()
114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
118 {op2, op3}); in ReplaceTrinaryMid()
121 {op2, op3}); in ReplaceTrinaryMid()
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp76 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local
86 new_operands.push_back({SPV_OPERAND_TYPE_ID, {op3}}); in ReplaceTrinaryMinMax()
113 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local
117 {op2, op3}); in ReplaceTrinaryMid()
120 {op2, op3}); in ReplaceTrinaryMid()
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Dcmsis_armclang_m.h1452 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
1456 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
H A Dcmsis_clang_m.h1453 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
1457 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
H A Dcmsis_tiarmclang_m.h1439 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
1443 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
H A Dcmsis_gcc_m.h1674 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument
1678 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp104 r600_umad_24(nir_builder *b, nir_ssa_def *op1, nir_ssa_def *op2, nir_ssa_def *op3) in r600_umad_24() argument
106 return nir_build_alu(b, nir_op_umad24, op1, op2, op3, NULL); in r600_umad_24()
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h383 unsigned int op3; member
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h2495 T FPProcessNaNs3(T op1, T op2, T op3) { in FPProcessNaNs3() argument
2500 } else if (IsSignallingNaN(op3)) { in FPProcessNaNs3()
2501 return FPProcessNaN(op3); in FPProcessNaNs3()
2508 } else if (std::isnan(op3)) { in FPProcessNaNs3()
2509 DCHECK(IsQuietNaN(op3)); in FPProcessNaNs3()
2510 return FPProcessNaN(op3); in FPProcessNaNs3()
/third_party/json/tests/src/
H A Dunit-json_patch.cpp29 json op3 = R"({ "value": "foo", "path": "/a/b/c", "op": "add" })"_json; variable
33 CHECK(op1 == op3);
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp632 uint32_t op3, const char *op);
652 uint32_t op3, const char *op, SPIRType::BaseType offset_count_type);
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h685 unsigned int op3; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2640 Value *op3[2] = { NULL, NULL }; in split64MulMad() local
2643 bld.mkSplit(op3, 4, i->getSrc(2)); in split64MulMad()
2645 op3[0] = i->getSrc(2); in split64MulMad()
2646 op3[1] = zero; in split64MulMad()
2652 bld.mkOp3(OP_MAD, hTy, tmpRes1Hi, op1[1], op2[0], op3[1]); in split64MulMad()
2664 bld.mkOp3(OP_MAD, hTy, def[0], op1[0], op2[0], op3[0])->setFlagsDef(1, carry); in split64MulMad()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h5217 T FPProcessNaNs3(T op1, T op2, T op3) {
5222 } else if (IsSignallingNaN(op3)) {
5223 return FPProcessNaN(op3);
5230 } else if (IsNaN(op3)) {
5231 VIXL_ASSERT(IsQuietNaN(op3));
5232 return FPProcessNaN(op3);
/third_party/ffmpeg/libavcodec/aarch64/
H A Dhevcdsp_idct_neon.S400 .macro add_member in, t0, t1, t2, t3, t4, t5, t6, t7, op0, op1, op2, op3, op4, op5, op6, op7, p
404 sum_sub v24.4s, \in, \t3, \op3, \p
/third_party/mesa3d/src/compiler/glsl/
H A Dir.cpp188 ir_rvalue *op2, ir_rvalue *op3) in ir_expression()
196 this->operands[3] = op3; in ir_expression()
186 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) ir_expression() argument
H A Dir.h1542 ir_rvalue *op2 = NULL, ir_rvalue *op3 = NULL);
/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp.asm485 SHIFT(m3) ; xmm3 = op3

Completed in 53 milliseconds

12