Hal Finkel
958b670c34
[PowerPC] Add support for the CMPB instruction
...
Newer POWER cores, and the A2, support the cmpb instruction. This instruction
compares its operands, treating each of the 8 bytes in the GPRs separately,
returning a 'mask' result of 0 (for false) or -1 (for true) in each byte.
Code generation support is added, in the form of a PPCISelDAGToDAG
DAG-preprocessing routine, that recognizes patterns close to what the
instruction computes (either exactly, or related by a constant masking
operation), and generates the cmpb instruction (along with any necessary
constant masking operation). This can be expanded if use cases arise.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225106 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-03 01:16:37 +00:00
..
2014-10-19 21:29:21 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-10-19 21:29:21 +00:00
2014-12-15 19:07:53 +00:00
2014-12-11 22:51:06 +00:00
2014-07-20 22:26:40 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-06-13 14:24:07 +00:00
2014-10-02 22:27:07 +00:00
2014-10-03 18:04:36 +00:00
2014-10-02 22:27:07 +00:00
2014-10-02 22:27:07 +00:00
2014-07-18 23:29:49 +00:00
2014-10-31 10:33:14 +00:00
2015-01-01 02:53:29 +00:00
2014-10-19 21:29:21 +00:00
2014-08-16 00:17:05 +00:00
2014-12-04 00:46:20 +00:00
2015-01-03 01:16:37 +00:00
2015-01-03 01:16:37 +00:00
2014-07-23 07:08:53 +00:00
2014-10-17 01:41:22 +00:00
2014-12-27 19:45:38 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-09-15 22:11:07 +00:00
2014-10-19 21:29:21 +00:00
2014-10-19 20:48:47 +00:00
2014-10-19 20:48:47 +00:00
2014-12-25 23:08:25 +00:00
2014-06-24 20:05:18 +00:00
2014-10-19 20:48:47 +00:00
2014-10-19 20:48:47 +00:00
2014-10-19 20:48:47 +00:00
2014-10-17 01:41:22 +00:00
2014-11-24 23:45:21 +00:00
2014-10-21 13:02:37 +00:00
2014-10-19 20:27:56 +00:00
2014-10-21 23:01:01 +00:00
2014-10-21 23:01:01 +00:00
2014-10-19 21:29:21 +00:00
2014-10-19 21:29:21 +00:00
2014-10-19 21:29:21 +00:00
2014-06-23 13:47:52 +00:00
2014-12-26 16:42:47 +00:00
2014-06-23 13:47:52 +00:00
2014-10-17 01:41:22 +00:00
2014-10-17 01:41:22 +00:00
2014-06-16 21:36:02 +00:00
2014-12-15 19:07:53 +00:00
2014-07-04 10:57:56 +00:00
2014-10-19 21:29:21 +00:00
2014-12-03 23:40:13 +00:00
2014-12-03 09:37:50 +00:00
2014-12-15 19:07:53 +00:00
2014-06-09 22:42:55 +00:00
2014-08-04 21:06:00 +00:00
2014-10-17 01:41:22 +00:00
2014-08-04 21:06:00 +00:00
2014-10-17 01:41:22 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-09 01:00:59 +00:00
2014-12-03 00:19:17 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-12-15 19:07:53 +00:00
2014-10-17 01:41:22 +00:00
2014-06-23 12:36:34 +00:00
2014-07-07 19:41:54 +00:00
2014-12-23 22:29:40 +00:00
2014-07-29 12:48:14 +00:00
2014-11-21 04:35:51 +00:00
2014-08-23 23:21:04 +00:00
2014-06-20 16:34:05 +00:00
2014-12-11 22:51:06 +00:00
2014-12-09 16:35:51 +00:00
2014-07-20 23:43:15 +00:00
2014-07-21 00:03:18 +00:00
2014-07-20 23:31:44 +00:00
2014-07-20 23:43:15 +00:00
2014-10-02 22:34:22 +00:00
2014-10-16 20:00:02 +00:00
2014-12-09 16:35:51 +00:00
2014-10-02 22:27:07 +00:00
2014-12-15 19:07:53 +00:00
2014-07-31 19:50:53 +00:00
2014-07-31 19:50:53 +00:00
2014-07-31 19:13:38 +00:00
2014-10-21 13:02:37 +00:00
2014-06-27 13:04:12 +00:00
2014-07-11 17:19:31 +00:00
2014-12-23 09:45:06 +00:00
2014-12-16 05:51:41 +00:00
2014-12-16 05:51:41 +00:00
2014-12-14 05:53:19 +00:00
2014-10-17 01:41:22 +00:00
2014-12-23 08:38:50 +00:00
2014-11-12 15:16:30 +00:00
2014-09-02 16:05:23 +00:00
2014-12-01 09:42:32 +00:00
2014-12-08 22:54:22 +00:00
2014-12-08 22:54:22 +00:00
2014-07-23 07:08:53 +00:00
2014-06-23 13:47:52 +00:00
2014-11-12 16:50:15 +00:00
2014-11-11 20:44:09 +00:00
2014-12-15 19:07:53 +00:00
2014-10-17 15:13:38 +00:00
2014-08-13 01:15:40 +00:00
2014-10-17 15:13:38 +00:00
2014-10-19 21:29:21 +00:00
2014-12-15 19:07:53 +00:00
2014-07-21 00:13:26 +00:00
2014-08-04 13:13:57 +00:00
2014-12-09 16:35:51 +00:00
2014-10-19 21:29:21 +00:00
2014-12-09 16:35:51 +00:00
2014-08-04 14:55:26 +00:00
2014-10-17 15:13:38 +00:00
2014-10-19 21:29:21 +00:00
2014-12-09 16:59:57 +00:00
2014-12-09 16:59:57 +00:00
2014-12-05 20:32:05 +00:00
2014-11-14 12:10:40 +00:00
2014-12-05 20:32:05 +00:00
2014-12-09 16:59:57 +00:00
2014-12-09 16:59:57 +00:00
2014-10-31 19:19:07 +00:00
2014-12-05 20:32:05 +00:00
2014-12-05 20:32:05 +00:00
2014-12-05 20:32:05 +00:00
2014-12-05 20:32:05 +00:00