Stepan Dyatkovskiy
5c025f2f6e
Fix for PR18921, "vmov" part.
...
Added support for bytes replication feature, so it could be GAS compatible.
E.g. instructions below:
"vmov.i32 d0, 0xffffffff"
"vmvn.i32 d0, 0xabababab"
"vmov.i32 d0, 0xabababab"
"vmov.i16 d0, 0xabab"
are incorrect, but we could deal with such cases.
For first one we should emit:
"vmov.i8 d0, 0xff"
For second one ("vmvn"):
"vmov.i8 d0, 0x54"
For last two instructions it should emit:
"vmov.i8 d0, 0xab"
P.S.: In ARMAsmParser.cpp I have also fixed few nearby style issues in old code.
Just for keeping method bodies in harmony with themselves.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207080 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-24 06:03:01 +00:00
..
2014-04-03 16:01:44 +00:00
2014-04-18 23:06:39 +00:00
2014-03-29 06:26:49 +00:00
2014-04-03 16:01:44 +00:00
2014-04-03 17:35:22 +00:00
2014-04-03 17:35:22 +00:00
2014-03-28 14:35:30 +00:00
2014-04-04 08:14:13 +00:00
2014-03-28 14:35:30 +00:00
2014-03-29 13:12:40 +00:00
2014-03-29 13:12:40 +00:00
2014-03-29 13:12:40 +00:00
2014-03-29 13:12:40 +00:00
2014-04-18 23:06:39 +00:00
2014-02-07 20:12:49 +00:00
2014-04-18 23:06:39 +00:00
2014-02-23 17:45:32 +00:00
2014-02-16 00:16:41 +00:00
2014-02-16 00:16:41 +00:00
2014-02-16 00:16:41 +00:00
2014-02-16 00:16:41 +00:00
2014-02-16 00:16:41 +00:00
2014-02-16 00:16:41 +00:00
2014-02-16 00:16:41 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-01-19 08:25:35 +00:00
2014-02-08 23:17:02 +00:00
2014-02-08 23:17:02 +00:00
2014-02-23 06:22:09 +00:00
2014-01-30 04:46:41 +00:00
2014-01-30 04:46:41 +00:00
2014-01-30 04:46:41 +00:00
2014-01-30 04:46:41 +00:00
2014-01-30 04:02:47 +00:00
2014-01-30 04:02:47 +00:00
2014-01-26 22:29:50 +00:00
2014-03-07 16:16:52 +00:00
2014-04-15 01:17:45 +00:00
2014-01-30 04:46:24 +00:00
2014-01-30 04:46:24 +00:00
2014-01-21 02:33:02 +00:00
2014-01-21 02:33:02 +00:00
2014-01-24 17:20:08 +00:00
2014-01-21 02:33:10 +00:00
2014-01-21 02:33:15 +00:00
2014-03-20 22:55:15 +00:00
2014-01-29 11:50:56 +00:00
2014-04-11 19:18:01 +00:00
2014-04-22 19:11:07 +00:00
2014-01-28 23:13:30 +00:00
2014-02-17 21:45:27 +00:00
2014-03-14 09:10:26 +00:00
2014-04-04 10:17:56 +00:00
2014-04-04 10:17:56 +00:00
2014-04-03 11:29:15 +00:00
2014-04-04 10:17:56 +00:00
2014-04-04 10:17:56 +00:00
2014-03-14 09:10:26 +00:00
2014-01-17 13:53:08 +00:00
2014-04-08 18:00:52 +00:00
2014-04-10 21:55:58 +00:00
2014-01-18 19:03:19 +00:00
2014-04-16 16:45:18 +00:00
2014-03-20 22:55:15 +00:00
2014-04-18 23:06:39 +00:00
2014-04-03 16:01:44 +00:00
2014-04-04 08:14:13 +00:00
2014-03-20 06:05:33 +00:00
2014-03-22 19:26:18 +00:00
2014-02-05 14:15:16 +00:00
2014-03-22 19:26:18 +00:00
2014-01-26 22:55:02 +00:00
2014-04-24 06:03:01 +00:00
2014-04-24 06:03:01 +00:00
2014-04-24 06:03:01 +00:00