R600/SI: Add FP mode bits to binary.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 26 Jun 2014 17:22:30 +0000 (17:22 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 26 Jun 2014 17:22:30 +0000 (17:22 +0000)
commit3cd8cf6bbd76c7c52a2e7075579c069542f61696
treef995b832cafaf560b8485d6d1709bce9f2036832
parent2711c0a68b9127064f1d9efabe6ac7a6de5eca2c
R600/SI: Add FP mode bits to binary.

The default rounding mode to initialize the mode register needs
to be reported to the runtime. Fill in other bits a kernel
may be interested in setting for future use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211791 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/SIDefines.h
test/CodeGen/R600/default-fp-mode.ll [new file with mode: 0644]