Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/AArch64/SVE/
H A Dfmax.s18 fmax z0.h, p0/m, z0.h, #0.0 label
24 fmax z0.s, p0/m, z0.s, #0.0 label
30 fmax z31.d, p7/m, z31.d, #1.0 label
36 fmax z31.h, p7/m, z31.h, #1.0 label
42 fmax z31.s, p7/m, z31.s, #1.0 label
48 fmax z0.d, p0/m, z0.d, #0.0 label
54 fmax z0.h, p7/m, z0.h, z31.h label
60 fmax z0.s, p7/m, z0.s, z31.s label
66 fmax z0.d, p7/m, z0.d, z31.d label
82 fmax z0.d, p0/m, z0.d, #0.0 label
[all …]
H A Dfmax-diagnostics.s6 fmax z0.h, p0/m, z0.h, #0.5 label
11 fmax z0.h, p0/m, z0.h, #-0.0 label
16 fmax z0.h, p0/m, z0.h, #0.0000000000000000000000001 label
21 fmax z0.h, p0/m, z0.h, #1.0000000000000000000000001 label
26 fmax z0.h, p0/m, z0.h, #0.9999999999999999999999999 label
35 fmax z0.h, p7/m, z1.h, z31.h label
44 fmax z0.b, p7/m, z0.b, z31.b label
49 fmax z0.h, p7/m, z0.h, z31.s label
58 fmax z0.h, p8/m, z0.h, z31.h label
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DBasicOperations.h48 static inline T fmax(T x, T y) { in fmax() function
/llvm-project-15.0.7/compiler-rt/lib/builtins/hexagon/
H A Ddfminmax.S58 fmax: label
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Darm64-fp-encoding.s52 fmax d1, d2, d3 define
/llvm-project-15.0.7/libcxx/include/
H A Dmath.h1303 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmax() function
1304 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmax() function
1314 fmax(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmax() function
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp77 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp78 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } in fmax() function
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/
H A DA55-neon-instructions.s207 fmax v0.2d, v0.2d, v0.2d label
208 fmax v0.2s, v0.2s, v0.2s label
209 fmax v0.4s, v0.4s, v0.4s label
H A DA55-basic-instructions.s636 fmax s10, s11, s12 label
645 fmax d10, d11, d12 label
/llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Neoverse/
H A DN2-neon-instructions.s207 fmax v0.2d, v0.2d, v0.2d label
208 fmax v0.2s, v0.2s, v0.2s label
209 fmax v0.4s, v0.4s, v0.4s label
H A DN2-sve-instructions.s687 fmax z0.d, p0/m, z0.d, #0.0 label
688 fmax z0.d, p7/m, z0.d, z31.d label
689 fmax z0.h, p0/m, z0.h, #0.0 label
690 fmax z0.h, p7/m, z0.h, z31.h label
691 fmax z0.s, p0/m, z0.s, #0.0 label
692 fmax z0.s, p7/m, z0.s, z31.s label
693 fmax z31.d, p7/m, z31.d, #1.0 label
694 fmax z31.h, p7/m, z31.h, #1.0 label
695 fmax z31.s, p7/m, z31.s, #1.0 label
H A DN2-basic-instructions.s636 fmax s10, s11, s12 label
645 fmax d10, d11, d12 label
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_math.h131 __DEVICE__ double fmax(double __a, double __b) { return __nv_fmax(__a, __b); } in fmax() function
H A Dtgmath.h762 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro