1 // RUN
: llvm-mc
-triple aarch64-none-linux-gnu
-mattr
=+neon
-show-encoding
< %s | FileCheck
%s
4 //------------------------------------------------------------------------------
5 // Scalar Integer Rounding Shift Lef
(Signed
)
6 //------------------------------------------------------------------------------
9 // CHECK
: srshl d17
, d31
, d8
// encoding
: [0xf1,0x57,0xe8,0x5e]
11 //------------------------------------------------------------------------------
12 // Scalar Integer Rounding Shift Lef
(Unsigned
)
13 //------------------------------------------------------------------------------
16 // CHECK
: urshl d17
, d31
, d8
// encoding
: [0xf1,0x57,0xe8,0x7e]