Simon Dardis
52ae4f078e
[mips] Correct the definition of m(f|t)c(0|2)
...
These instructions are defined as taking a GPR register and a
coprocessor register for ISAs up to MIPS32. MIPS32 extended the
definition to allow a selector--a value from 0 to 32--to access
another register.
These instructions are now internally defined as being MIPS-I
instructions, but are rejected for pre-MIPS32 ISA's if they have
an explicit selector which is non-zero. This deviates slightly from
GAS's behaviour which rejects assembly instructions with an
explicit selector for pre-MIPS32 ISAs.
E.g:
mfc0 $4, $5, 0
is rejected by GAS for MIPS-I to MIPS-V but will be accepted
with this patch for MIPS-I to MIPS-V.
Reviewers: atanasyan
Differential Revision: https://reviews.llvm.org/D41662
llvm-svn: 326890
2018-03-07 11:39:48 +00:00
..
2018-03-07 11:39:48 +00:00
2018-01-08 16:50:33 +00:00
2017-11-12 03:47:50 +00:00
2018-01-11 10:07:47 +00:00
2017-11-15 23:55:44 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 11:06:40 +00:00
2018-02-28 13:02:44 +00:00
2018-02-21 00:06:53 +00:00
2017-10-03 13:45:49 +00:00
2018-02-08 09:25:17 +00:00
2018-02-08 09:25:17 +00:00
2018-02-21 00:06:53 +00:00
2017-12-11 11:21:40 +00:00
2017-11-03 22:32:11 +00:00
2017-08-10 16:17:32 +00:00
2017-08-03 22:12:30 +00:00
2017-11-17 01:07:10 +00:00
2017-09-28 09:31:46 +00:00
2018-01-26 08:15:29 +00:00
2016-08-24 13:00:47 +00:00
2017-11-08 01:01:31 +00:00
2017-11-08 01:01:31 +00:00
2016-10-13 12:12:56 +00:00
2018-02-21 00:06:53 +00:00
2018-02-21 00:06:53 +00:00
2018-02-21 00:06:53 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 18:25:08 +00:00
2017-08-03 22:12:30 +00:00
2017-08-03 22:12:30 +00:00
2018-02-07 12:36:39 +00:00
2017-12-08 23:30:03 +00:00
2017-06-09 14:37:08 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 11:06:40 +00:00
2017-12-15 22:22:58 +00:00
2017-06-09 14:37:08 +00:00
2017-10-05 10:27:37 +00:00
2017-12-15 22:22:58 +00:00
2018-01-22 05:54:46 +00:00
2018-02-21 00:06:53 +00:00
2017-12-13 10:13:35 +00:00
2016-10-13 12:12:56 +00:00
2018-02-01 12:53:26 +00:00
2018-01-19 17:13:12 +00:00
2017-11-02 12:47:22 +00:00
2017-11-03 22:32:11 +00:00
2017-08-03 22:12:30 +00:00
2018-02-21 00:06:53 +00:00
2018-02-20 15:55:17 +00:00
2018-02-21 00:06:53 +00:00
2017-11-08 01:01:31 +00:00
2018-03-07 11:39:48 +00:00
2018-02-23 15:47:05 +00:00
2018-01-26 19:34:20 +00:00
2016-10-01 02:56:57 +00:00
2018-02-28 17:48:55 +00:00
2018-02-17 21:29:45 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 11:06:40 +00:00
2018-02-21 00:06:53 +00:00
2017-12-11 11:21:40 +00:00
2017-01-30 23:21:32 +00:00
2017-08-03 22:12:30 +00:00
2017-08-03 22:12:30 +00:00
2017-05-18 17:21:13 +00:00
2018-02-17 21:29:45 +00:00
2017-11-14 22:26:42 +00:00
2017-11-14 22:26:42 +00:00
2017-11-17 01:07:10 +00:00
2017-02-01 01:22:51 +00:00
2017-06-06 11:49:48 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 11:06:40 +00:00
2018-02-08 09:31:48 +00:00
2018-02-23 08:30:15 +00:00
2017-12-20 12:45:40 +00:00
2017-11-14 22:26:42 +00:00
2017-11-14 22:26:42 +00:00
2018-02-28 13:02:44 +00:00
2017-12-15 22:22:58 +00:00
2017-08-03 22:12:30 +00:00
2018-02-08 09:25:17 +00:00
2018-02-08 09:25:17 +00:00
2018-01-22 05:54:46 +00:00
2017-07-13 11:28:05 +00:00
2018-02-17 21:29:45 +00:00
2017-08-03 22:12:30 +00:00
2018-01-08 16:50:33 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 11:06:40 +00:00
2018-02-23 11:06:40 +00:00
2017-12-22 18:21:59 +00:00
2018-01-26 15:56:14 +00:00
2017-01-20 17:53:30 +00:00
2017-11-14 22:26:42 +00:00
2016-11-14 19:10:56 +00:00
2017-12-11 11:21:40 +00:00