xref: /aosp_15_r20/external/llvm/test/MC/X86/padlock.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker	xstore
4*9880d681SAndroid Build Coastguard Worker// CHECK: xstore
5*9880d681SAndroid Build Coastguard Worker// CHECK: encoding: [0x0f,0xa7,0xc0]
6