summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/speculation-barriers.s
blob: 0ab3fe7923eface5f93e51fbd92dc9cc320e5229 (plain)
1
2
3
4
5
6
7
8
9
// RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding < %s | FileCheck %s

csdb
ssbb
pssbb

// CHECK: csdb   // encoding: [0x9f,0x22,0x03,0xd5]
// CHECK: ssbb   // encoding: [0x9f,0x30,0x03,0xd5]
// CHECK: pssbb  // encoding: [0x9f,0x34,0x03,0xd5]
OpenPOWER on IntegriCloud