Home
last modified time | relevance | path

Searched refs:umax (Results 1 - 25 of 49) sorted by relevance

12

/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9lpf_16bpp_neon.S41 umax v4.8h, v4.8h, v5.8h
42 umax v5.8h, v6.8h, v7.8h
43 umax \tmp1\().8h, \tmp1\().8h, \tmp2\().8h
45 umax v4.8h, v4.8h, v5.8h
48 umax v4.8h, v4.8h, \tmp1\().8h // max(abs(p3 - p2), ..., abs(q2 - q3))
72 umax v6.8h, v6.8h, v2.8h
73 umax v1.8h, v1.8h, \tmp1\().8h
74 umax \tmp2\().8h, \tmp2\().8h, \tmp3\().8h
77 umax v6.8h, v6.8h, v1.8h
79 umax v
[all...]
H A Dvp9lpf_neon.S182 umax v4\sz, v4\sz, v5\sz
183 umax v5\sz, v6\sz, v7\sz
184 umax \tmp1\sz, \tmp1\sz, \tmp2\sz
186 umax v4\sz, v4\sz, v5\sz
189 umax v4\sz, v4\sz, \tmp1\sz // max(abs(p3 - p2), ..., abs(q2 - q3))
215 umax v6\sz, v6\sz, v2\sz
216 umax v1\sz, v1\sz, \tmp1\sz
217 umax \tmp2\sz, \tmp2\sz, \tmp3\sz
220 umax v6\sz, v6\sz, v1\sz
222 umax v
[all...]
H A Dh264dsp_neon.S76 umax v23.16B, v23.16B, v22.16B
80 umax v28.16B, v28.16B, v22.16B
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c78 OP(umax, umax) in parse_atomic_op()
H A Dnir_opt_load_store_vectorize.c91 ATOMIC(nir_var_mem_ssbo, ssbo, umax, 0, 1, -1, 2) in get_info()
105 ATOMIC(0, deref, umax, -1, -1, 0, 1) in get_info()
119 ATOMIC(nir_var_mem_shared, shared, umax, -1, 0, -1, 1) in get_info()
133 ATOMIC(nir_var_mem_global, global, umax, -1, 0, -1, 1) in get_info()
147 ATOMIC(nir_var_mem_task_payload, task_payload, umax, -1, 0, -1, 1) in get_info()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp999 ConstantRange::umax(const ConstantRange &Other) const {
1000 // X umax Y is: range(umax(X_umin, Y_umin),
1001 // umax(X_umax, Y_umax))
1004 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
1005 APInt NewU = APIntOps::umax(getUnsignedMax(), Other.getUnsignedMax()) + 1;
1182 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1);
1187 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1);
1210 APInt umax = APIntOps::umax(getUnsignedMi
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantRange.h372 ConstantRange umax(const ConstantRange &Other) const;
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c98 UOPC(umax, SELECT, 0_1_0, LT),
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp993 constexpr GLuint umax = UINT_MAX; in GetUnsizedEffectiveInternalFormatInfo() local
1002 { GL_ALPHA8_EXT, GL_ALPHA, 0, umax, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo()
1003 { GL_LUMINANCE8_EXT, GL_LUMINANCE, 1, 8, 0, umax, 0, umax, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
1004 { GL_LUMINANCE8_ALPHA8_EXT, GL_LUMINANCE_ALPHA, 1, 8, 0, umax, 0, umax, 1, 8 }, in GetUnsizedEffectiveInternalFormatInfo()
1005 { GL_RGB565, GL_RGB, 1, 5, 1, 6, 1, 5, 0, umax }, in GetUnsizedEffectiveInternalFormatInfo()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c774 ALU_CASE(umax, umax); in emit_alu()
2176 ATOMIC_CASE(ctx, instr, umax, umax); in emit_intrinsic()
2187 IMAGE_ATOMIC_CASE(ctx, instr, umax, umax); in emit_intrinsic()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp288 void umax(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1798 inline const APInt &umax(const APInt &A, const APInt &B) {
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp545 static const T umax = -1; in setSignedRefcolour() local
546 static const T max = umax >> 1; in setSignedRefcolour()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c1532 AOP_CASE(umax): return BRW_AOP_UMAX; in brw_aop_for_nir_intrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp714 KEYWORD(xchg); KEYWORD(nand); KEYWORD(max); KEYWORD(min); KEYWORD(umax); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h2177 inline const APInt &umax(const APInt &A, const APInt &B) {
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2247 __ umax(v28.V16B(), v12.V16B(), v6.V16B()); in GenerateTestSequenceNEON()
2248 __ umax(v20.V2S(), v19.V2S(), v26.V2S()); in GenerateTestSequenceNEON()
2249 __ umax(v0.V4H(), v31.V4H(), v18.V4H()); in GenerateTestSequenceNEON()
2250 __ umax(v6.V4S(), v21.V4S(), v28.V4S()); in GenerateTestSequenceNEON()
2251 __ umax(v0.V8B(), v2.V8B(), v20.V8B()); in GenerateTestSequenceNEON()
2252 __ umax(v4.V8H(), v11.V8H(), v22.V8H()); in GenerateTestSequenceNEON()
2934 INST_LIST(umax); in GenerateTestSequenceAtomics()
H A Dtest-api-movprfx-aarch64.cc310 __ umax(z10.VnB(), p5.Merging(), z10.VnB(), z10.VnB()); in TEST()
852 __ umax(z16.VnH(), p4.Merging(), z16.VnH(), z6.VnH()); in TEST()
1221 __ umax(z14.VnB(), z14.VnB(), 42); in TEST()
1639 __ umax(z6.VnS(), p2.Merging(), z6.VnS(), z27.VnS()); in TEST()
1642 __ umax(z31.VnD(), z31.VnD(), 42); in TEST()
H A Dtest-cpu-features-aarch64.cc2518 TEST_NEON(umax_0, umax(v0.V8B(), v1.V8B(), v2.V8B()))
2519 TEST_NEON(umax_1, umax(v0.V16B(), v1.V16B(), v2.V16B()))
2520 TEST_NEON(umax_2, umax(v0.V4H(), v1.V4H(), v2.V4H()))
2521 TEST_NEON(umax_3, umax(v0.V8H(), v1.V8H(), v2.V8H()))
2522 TEST_NEON(umax_4, umax(v0.V2S(), v1.V2S(), v2.V2S()))
2523 TEST_NEON(umax_5, umax(v0.V4S(), v1.V4S(), v2.V4S()))
H A Dtest-disasm-sve-aarch64.cc2335 COMPARE(umax(z0.VnB(), p5.Merging(), z0.VnB(), z14.VnB()), in TEST()
2336 "umax z0.b, p5/m, z0.b, z14.b"); in TEST()
2337 COMPARE(umax(z0.VnH(), p5.Merging(), z0.VnH(), z14.VnH()), in TEST()
2338 "umax z0.h, p5/m, z0.h, z14.h"); in TEST()
2339 COMPARE(umax(z0.VnS(), p5.Merging(), z0.VnS(), z14.VnS()), in TEST()
2340 "umax z0.s, p5/m, z0.s, z14.s"); in TEST()
2341 COMPARE(umax(z0.VnD(), p5.Merging(), z0.VnD(), z14.VnD()), in TEST()
2342 "umax z0.d, p5/m, z0.d, z14.d"); in TEST()
2476 "umax z0.b, p5/m, z0.b, z14.b"); in TEST()
2478 "umax z in TEST()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ in opnd()
1625 CLAMP(imm0.reg.data.u32, umin, umax) : \ in opnd()
1635 CLAMP(imm0.reg.data.u16, umin, umax) : \ in opnd()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h3183 void umax(const VRegister& vd, const VRegister& vn, const VRegister& vm);
5721 void umax(const ZRegister& zd,
5727 void umax(const ZRegister& zd, const ZRegister& zn, int imm8);
7095 void umax(const Register& rd, const Register& rn, const Operand& op);
H A Dmacro-assembler-aarch64.h1875 V(DEF, MASM_PRE##umax, ASM_PRE##umax) \
2960 V(umax, Umax) \
3235 V(umax, Umax) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp911 return TrueCR.umax(FalseCR); in solveBlockValueSelect()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1283 Dst umax = (Dst)(UINT64_MAX >> (64 - n)); in unsigned_saturation() local
1284 return (v > umax) ? umax : ((v < 0) ? 0 : (Dst)v); in unsigned_saturation()

Completed in 81 milliseconds

12