Lang Hames 4f92b5e616 Split fpscr into two registers: FPSCR and FPSCR_NZCV.
The fpscr register contains both flags (set by FP operations/comparisons) and
control bits. The control bits (FPSCR) should be reserved, since they're always
available and needn't be defined before use. The flag bits (FPSCR_NZCV) should
like to be unreserved so they can be hoisted by MachineCSE. This fixes PR12165.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152076 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-06 00:19:55 +00:00
..
2010-09-17 21:46:16 +00:00
2012-02-28 02:08:50 +00:00
2011-03-14 21:05:21 +00:00
2010-09-02 20:19:24 +00:00
2010-03-14 18:42:52 +00:00
2012-03-03 00:26:30 +00:00
2011-12-19 23:26:44 +00:00
2011-12-19 23:26:44 +00:00
2012-01-11 03:56:08 +00:00
2011-11-14 18:03:05 +00:00
2009-10-21 08:15:52 +00:00
2011-11-29 23:09:16 +00:00
2011-11-29 23:09:16 +00:00
2010-10-22 22:04:28 +00:00
2011-03-15 01:49:08 +00:00
2011-04-01 03:36:33 +00:00
2011-11-12 22:39:34 +00:00
2011-07-26 20:49:44 +00:00
2010-08-30 23:41:49 +00:00
2010-11-29 22:39:38 +00:00
2011-10-17 20:23:23 +00:00