/external/llvm/test/CodeGen/AMDGPU/ |
D | hsa-fp-mode.ll | 65 attributes #2 = { nounwind "target-features"="-fp32-denormals,+fp64-denormals" } 66 attributes #3 = { nounwind "target-features"="+fp32-denormals,-fp64-denormals" } 67 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 68 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" }
|
D | default-fp-mode.ll | 60 attributes #3 = { nounwind "target-features"="+fp32-denormals" } 61 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 62 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-denormals" }
|
D | llvm.amdgcn.rcp.ll | 125 attributes #1 = { nounwind "unsafe-fp-math"="false" "target-features"="-fp32-denormals" } 126 attributes #2 = { nounwind "unsafe-fp-math"="true" "target-features"="-fp32-denormals" } 127 attributes #3 = { nounwind "unsafe-fp-math"="false" "target-features"="+fp32-denormals" } 128 attributes #4 = { nounwind "unsafe-fp-math"="true" "target-features"="+fp32-denormals" }
|
D | rsq.ll | 1 ; RUN: llc -march=amdgcn -mattr=-fp32-denormals -verify-machineinstrs -enable-unsafe-fp-math < %s |… 2 ; RUN: llc -march=amdgcn -mattr=-fp32-denormals -verify-machineinstrs < %s | FileCheck -check-prefi…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | hsa-fp-mode.ll | 75 attributes #2 = { nounwind "target-features"="-fp32-denormals,+fp64-fp16-denormals" } 76 attributes #3 = { nounwind "target-features"="+fp32-denormals,-fp64-fp16-denormals" } 77 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-fp16-denormals" } 78 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" }
|
D | default-fp-mode.ll | 113 attributes #3 = { nounwind "target-features"="+fp32-denormals" } 114 attributes #4 = { nounwind "target-features"="+fp32-denormals,+fp64-denormals" } 115 attributes #5 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" } 118 attributes #8 = { nounwind "target-features"="+fp32-denormals,+fp64-fp16-denormals" }
|
D | llvm.amdgcn.rcp.ll | 143 attributes #1 = { nounwind "unsafe-fp-math"="false" "target-features"="-fp32-denormals" } 144 attributes #2 = { nounwind "unsafe-fp-math"="true" "target-features"="-fp32-denormals" } 145 attributes #3 = { nounwind "unsafe-fp-math"="false" "target-features"="+fp32-denormals" } 146 attributes #4 = { nounwind "unsafe-fp-math"="true" "target-features"="+fp32-denormals" }
|
D | fmuladd.f32.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=tahiti -mattr=-fp32-den… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=tahiti -mattr=+fp32-den… 3 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=verde -mattr=-fp32-deno… 4 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=verde -mattr=+fp32-deno… 6 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=tahiti -mattr=-fp32-den… 7 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=tahiti -mattr=+fp32-den… 8 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=verde -mattr=-fp32-deno… 9 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=verde -mattr=+fp32-deno… 12 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=gfx900 -mattr=-fp32-den… 13 ; RUN: llc -amdgpu-scalarize-global-loads=false -verify-machineinstrs -mcpu=gfx900 -mattr=+fp32-den… [all …]
|
D | fadd-fma-fmul-combine.ll | 1 ; RUN: llc -march=amdgcn -mattr=+fast-fmaf,-fp32-denormals -enable-unsafe-fp-math -verify-machinein… 2 ; RUN: llc -march=amdgcn -mattr=-fast-fmaf,-fp32-denormals -enable-unsafe-fp-math -verify-machinein… 4 ; RUN: llc -march=amdgcn -mattr=+fast-fmaf,+fp32-denormals -enable-unsafe-fp-math -verify-machinein… 5 ; RUN: llc -march=amdgcn -mattr=-fast-fmaf,+fp32-denormals -enable-unsafe-fp-math -verify-machinein…
|
D | llvm.amdgcn.fmad.ftz.f16.ll | 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck … 3 ; RUN: llc -march=amdgcn -mcpu=gfx900 -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck…
|
D | llvm.amdgcn.fmad.ftz.ll | 3 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck … 4 ; RUN: llc -march=amdgcn -mcpu=gfx900 -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck…
|
D | rsq.ll | 1 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mattr=-fp32-denormals -verify-mach… 2 ; RUN: llc -amdgpu-scalarize-global-loads=false -march=amdgcn -mattr=-fp32-denormals -verify-mach…
|
D | fpext-free.ll | 1 ; RUN: llc -march=amdgcn -mcpu=gfx900 -mattr=-fp32-denormals -verify-machineinstrs < %s | FileCheck… 2 ; RUN: llc -march=amdgcn -mcpu=gfx900 -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck… 3 ; RUN: llc -march=amdgcn -mcpu=gfx803 -mattr=-fp32-denormals -verify-machineinstrs < %s | FileCheck… 4 ; RUN: llc -march=amdgcn -mcpu=gfx803 -mattr=+fp32-denormals -verify-machineinstrs < %s | FileCheck…
|
D | fdiv.ll | 272 attributes #0 = { nounwind "enable-unsafe-fp-math"="false" "target-features"="-fp32-denormals,-flat… 273 attributes #1 = { nounwind "enable-unsafe-fp-math"="true" "target-features"="-fp32-denormals,-flat-… 274 attributes #2 = { nounwind "enable-unsafe-fp-math"="false" "target-features"="+fp32-denormals,-flat…
|
D | fcanonicalize.ll | 555 attributes #2 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" } 556 attributes #3 = { nounwind "target-features"="+fp32-denormals,+fp64-fp16-denormals" } 557 attributes #4 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" "target-cpu"="t… 558 attributes #5 = { nounwind "target-features"="+fp32-denormals,+fp64-fp16-denormals" "target-cpu"="g… 559 attributes #6 = { nounwind "target-features"="-fp32-denormals,-fp64-fp16-denormals" "target-cpu"="g…
|
/external/swiftshader/src/System/ |
D | Half.hpp | 128 inline unsigned short float32ToFloat11(float fp32) in float32ToFloat11() argument 146 const unsigned int float32Bits = *reinterpret_cast<unsigned int*>(&fp32); in float32ToFloat11() 201 inline unsigned short float32ToFloat10(float fp32) in float32ToFloat10() argument 219 const unsigned int float32Bits = *reinterpret_cast<unsigned int*>(&fp32); in float32ToFloat10()
|
D | Half.cpp | 19 half::half(float fp32) in half() argument 21 unsigned int fp32i = *(unsigned int*)&fp32; in half()
|
/external/swiftshader/src/Common/ |
D | Half.cpp | 19 half::half(float fp32) in half() argument 21 unsigned int fp32i = *(unsigned int*)&fp32; in half()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/AMDGPU/ |
D | inline-target-cpu.ll | 83 attributes #2 = { nounwind "target-cpu"="fiji" "target-features"="+fp32-denormals" } 84 attributes #3 = { nounwind "target-features"="+fp32-denormals" } 85 attributes #4 = { nounwind "target-features"="-fp32-denormals" }
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUFeatures.td | 23 // fp32 denormals also causes instructions to run at the double 25 def FeatureFP32Denormals : SubtargetFeature<"fp32-denormals",
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 137 tcu::Float32 fp32(val); in isValidFloat() local 138 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 135 tcu::Float32 fp32(val); in isValidFloat() local 136 return !fp32.isDenorm() && !fp32.isInf() && !fp32.isNaN(); in isValidFloat()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 74 const tcu::FloatFormat fp32 (-126, 127, 23, true); in getConversionPrecision() local 103 return fp32; in getConversionPrecision() 107 return fp32; in getConversionPrecision() 116 const tcu::FloatFormat fp32 (-126, 127, 23, true); in getFilteringPrecision() local 145 return fp32; in getFilteringPrecision() 149 return fp32; in getFilteringPrecision()
|
/external/v8/gypfiles/ |
D | toolchain.gypi | 478 ['mips_fpu_mode=="fp32"', { 544 ['mips_fpu_mode=="fp32"', { 595 ['mips_fpu_mode=="fp32"', { 679 ['mips_fpu_mode=="fp32"', { 758 ['mips_fpu_mode=="fp32"', { 815 ['mips_fpu_mode=="fp32"', {
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 175 // fp32 denormals also causes instructions to run at the double 177 def FeatureFP32Denormals : SubtargetFeature<"fp32-denormals",
|