1// RUN: llvm-mc -triple aarch64 -show-encoding %s | FileCheck %s
2
3at s1e1a, x1
4// CHECK: at s1e1a, x1 // encoding: [0x41,0x79,0x08,0xd5]
5
6at s1e2a, x1
7// CHECK: at s1e2a, x1 // encoding: [0x41,0x79,0x0c,0xd5]
8
9at s1e3a, x1
10// CHECK: at s1e3a, x1 // encoding: [0x41,0x79,0x0e,0xd5]
11