Home
last modified time | relevance | path

Searched refs:test_fmaxf (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dfmaxnum.ll14 ; CHECK-LABEL: @test_fmaxf
16 define float @test_fmaxf(float %x, float %y) {
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-inline-asm.c27 float test_fmaxf(float x, float y) { in test_fmaxf() function
/llvm-project/llvm/test/CodeGen/X86/
H A Dfmaxnum.ll24 define float @test_fmaxf(float %x, float %y) {
25 ; SSE-LABEL: test_fmaxf:
37 ; AVX1-LABEL: test_fmaxf:
44 ; AVX512-LABEL: test_fmaxf:
/llvm-project/clang/test/Headers/
H A D__clang_hip_math.hip1249 // DEFAULT-LABEL: @test_fmaxf(
1254 // FINITEONLY-LABEL: @test_fmaxf(
1259 // APPROX-LABEL: @test_fmaxf(
1264 extern "C" __device__ float test_fmaxf(float x, float y) {