Aaron Watry
8548725f29
Add rhadd builtin
...
rhadd = (x+y+1)>>1
Implemented as:
(x>>1) + (y>>1) + ((x&1)|(y&1))
This prevents us having to do assembly addition and overflow detection
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 188477
2013-08-15 19:21:10 +00:00
..
2013-07-08 17:27:02 +00:00
2013-07-08 17:27:02 +00:00
2013-07-08 17:27:02 +00:00
2013-07-08 17:27:02 +00:00
2013-06-26 18:21:31 +00:00
2012-08-05 22:25:48 +00:00
2012-08-05 22:24:36 +00:00
2013-06-26 18:21:55 +00:00
2013-06-26 18:21:55 +00:00
2013-06-26 18:21:55 +00:00
2013-08-15 19:21:07 +00:00
2013-08-15 19:21:07 +00:00
2013-07-08 17:27:13 +00:00
2013-07-08 17:27:13 +00:00
2013-07-08 17:27:13 +00:00
2013-07-08 17:27:13 +00:00
2013-08-15 19:21:10 +00:00
2013-08-15 19:21:10 +00:00
2013-07-08 17:27:02 +00:00
2013-07-08 17:27:02 +00:00
2013-06-26 18:21:31 +00:00
2012-08-05 22:25:48 +00:00
2012-08-05 22:25:12 +00:00
2013-07-19 16:44:37 +00:00