[InstCombine] Signed saturation patterns
[llvm-core.git] / test / MC / AArch64 / speculation-barriers.s
blob0ab3fe7923eface5f93e51fbd92dc9cc320e5229
1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding < %s | FileCheck %s
3 csdb
4 ssbb
5 pssbb
7 // CHECK: csdb // encoding: [0x9f,0x22,0x03,0xd5]
8 // CHECK: ssbb // encoding: [0x9f,0x30,0x03,0xd5]
9 // CHECK: pssbb // encoding: [0x9f,0x34,0x03,0xd5]