mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
aa267b3e82
For decoding, keep the current behavior of always decoding these as their REP versions. In the future, this could be improved to recognize the cases where these behave as XACQUIRE and XRELEASE and decode them as such. llvm-svn: 184207
10 lines
181 B
ArmAsm
10 lines
181 B
ArmAsm
// RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s
|
|
|
|
// CHECK: xacquire
|
|
// CHECK: [0xf2]
|
|
xacquire
|
|
|
|
// CHECK: xrelease
|
|
// CHECK: [0xf3]
|
|
xrelease
|