mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
ed351c7109
This adds two new barrier instructions which can be used to restrict speculative execution of load instructions. Patch by Pablo Barrio! Differential revision: https://reviews.llvm.org/D52483 llvm-svn: 343229
10 lines
256 B
ArmAsm
10 lines
256 B
ArmAsm
// 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]
|