Daniel Sanders
3c380d5e28
[mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v
...
These intrinsics are legalized to V(ALL|ANY)_(NON)?ZERO nodes,
are matched as SN?Z_[BHWDV]_PSEUDO pseudo's, and emitted as
a branch/mov sequence to evaluate to 0 or 1.
Note: The resulting code is sub-optimal since it doesnt seem to be possible
to feed the result of an intrinsic directly into a brcond. At the moment
it uses (SETCC (VALL_ZERO $ws), 0, SETEQ) and similar which unnecessarily
evaluates the boolean twice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189478 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-28 12:14:50 +00:00
..
2013-08-28 00:55:15 +00:00
2013-08-28 00:55:15 +00:00
2013-08-21 01:18:46 +00:00
2013-08-27 19:45:28 +00:00
2013-08-23 10:27:02 +00:00
2013-08-13 20:19:16 +00:00
2013-08-20 21:08:22 +00:00
2013-08-04 23:56:53 +00:00
2013-08-25 02:40:25 +00:00
2013-08-07 04:00:26 +00:00
2013-08-18 08:29:51 +00:00
2013-08-04 01:13:25 +00:00
2013-08-14 00:47:08 +00:00
2013-06-19 21:36:55 +00:00
2013-08-09 21:33:41 +00:00
2013-06-13 19:06:52 +00:00
2013-08-04 01:13:25 +00:00
2013-06-07 07:04:14 +00:00
2013-08-28 00:42:50 +00:00
2013-08-23 10:27:02 +00:00
2013-08-13 20:54:07 +00:00
2013-08-06 23:08:38 +00:00
2013-06-16 20:34:27 +00:00
2013-08-20 23:38:40 +00:00
2013-08-13 20:19:16 +00:00
2013-08-19 19:08:03 +00:00
2013-06-07 07:04:14 +00:00
2013-07-03 15:07:05 +00:00
2013-08-28 00:55:15 +00:00
2013-08-26 10:02:40 +00:00
2013-08-28 00:55:15 +00:00
2013-06-16 20:34:27 +00:00
2013-06-16 20:34:27 +00:00
2013-08-28 12:04:29 +00:00
2013-08-28 12:04:29 +00:00
2013-08-28 12:04:29 +00:00
2013-08-28 12:14:50 +00:00
2013-08-28 12:14:50 +00:00
2013-07-24 13:02:35 +00:00
2013-07-04 01:31:24 +00:00
2013-08-06 23:08:38 +00:00
2013-08-28 12:14:50 +00:00
2013-08-28 12:14:50 +00:00
2013-08-20 20:53:09 +00:00
2013-08-28 10:26:24 +00:00
2013-08-20 21:08:22 +00:00
2013-08-28 10:26:24 +00:00
2013-07-31 00:55:34 +00:00
2013-08-20 22:58:56 +00:00
2013-08-28 10:26:24 +00:00
2013-08-20 23:47:25 +00:00
2013-08-28 12:04:29 +00:00
2013-08-28 12:04:29 +00:00
2013-08-28 12:14:50 +00:00
2013-08-28 12:14:50 +00:00
2013-08-06 23:08:38 +00:00
2013-06-07 07:04:14 +00:00
2013-08-16 23:05:18 +00:00
2013-08-20 23:38:40 +00:00
2013-08-23 10:27:02 +00:00
2013-07-12 23:33:22 +00:00