Jim Grosbach
|
b6c95c9f42
|
ARM assembly two-operand forms for VRSHL.
rdar://11252521
llvm-svn: 154840
|
2012-04-16 18:03:16 +00:00 |
|
Jim Grosbach
|
5da9e32405
|
Tidy up. Test formatting.
llvm-svn: 154839
|
2012-04-16 18:03:14 +00:00 |
|
Jim Grosbach
|
5d11d38750
|
ARM assembly aliases for two-operand V[R]SHR instructions.
rdar://11189467
llvm-svn: 154087
|
2012-04-05 07:23:53 +00:00 |
|
Jim Grosbach
|
f3607eac5d
|
NEON Two-operand assembly aliases for VSRA.
llvm-svn: 148821
|
2012-01-24 17:55:36 +00:00 |
|
Jim Grosbach
|
630dd380c7
|
NEON Two-operand assembly aliases for VSLI.
llvm-svn: 148819
|
2012-01-24 17:49:15 +00:00 |
|
Jim Grosbach
|
42c0f99aa0
|
NEON Two-operand assembly aliases for VSRI.
llvm-svn: 148818
|
2012-01-24 17:46:58 +00:00 |
|
Jim Grosbach
|
703b0bb646
|
Tidy up.
llvm-svn: 148817
|
2012-01-24 17:46:54 +00:00 |
|
Jim Grosbach
|
a33fa8aa88
|
ARM VSHR implied destination operand form aliases.
llvm-svn: 146192
|
2011-12-08 22:06:06 +00:00 |
|
Jim Grosbach
|
af9cc198cf
|
Tidy up a bit.
llvm-svn: 146190
|
2011-12-08 22:04:40 +00:00 |
|
Jim Grosbach
|
e1fe053f6e
|
ARM NEON two-operand aliases for VSHL(immediate).
llvm-svn: 146125
|
2011-12-08 01:30:04 +00:00 |
|
Jim Grosbach
|
3e9384b103
|
ARM NEON two-operand aliases for VSHL(register).
llvm-svn: 146123
|
2011-12-08 01:12:35 +00:00 |
|
Bill Wendling
|
68934338ab
|
* Correct encoding for VSRI.
* Add tests for VSRI and VSLI.
llvm-svn: 127297
|
2011-03-09 00:33:17 +00:00 |
|
Bill Wendling
|
b790c462c0
|
Correct the encoding for VRSRA and VSRA instructions.
llvm-svn: 127294
|
2011-03-09 00:00:35 +00:00 |
|
Bill Wendling
|
ab9f04b6d8
|
* Fix VRSHR and VSHR to have the correct encoding for the immediate.
* Update the NEON shift instruction test to expect what 'as' produces.
llvm-svn: 127293
|
2011-03-08 23:48:09 +00:00 |
|
Bill Wendling
|
0e4923ebe5
|
A few more tests for instruction encodings.
llvm-svn: 127209
|
2011-03-08 02:51:48 +00:00 |
|
Bill Wendling
|
958e854f40
|
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
expand the testing of the narrowing shift right instructions.
No functionality change.
llvm-svn: 127193
|
2011-03-07 23:38:41 +00:00 |
|
Bill Wendling
|
304dda7810
|
Narrow right shifts need to encode their immediates differently from a normal
shift.
16-bit: imm6<5:3> = '001', 8 - <imm> is encded in imm6<2:0>
32-bit: imm6<5:4> = '01',16 - <imm> is encded in imm6<3:0>
64-bit: imm6<5> = '1', 32 - <imm> is encded in imm6<4:0>
llvm-svn: 126723
|
2011-03-01 01:00:59 +00:00 |
|
Bob Wilson
|
1082705e72
|
Fix misspelled target triples in MC/ARM test commands.
llvm-svn: 121901
|
2010-12-15 22:14:01 +00:00 |
|
Owen Anderson
|
09920faec7
|
Use ARM-style comment syntax.
llvm-svn: 117941
|
2010-11-01 18:33:37 +00:00 |
|
Jim Grosbach
|
76910aa62f
|
Mark ARM subtarget features that are available for the assembler.
llvm-svn: 117929
|
2010-11-01 16:59:54 +00:00 |
|
Owen Anderson
|
ccef9fc4fc
|
Convert this test to .s form.
llvm-svn: 117900
|
2010-11-01 05:23:58 +00:00 |
|