mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
ac6a87b06e
Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, sanjoy, dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D15848 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256707 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
224 B
ArmAsm
8 lines
224 B
ArmAsm
// RUN: llvm-mc -triple x86_64-unknown-unknown -mattr=+pku --show-encoding < %s | FileCheck %s
|
|
// CHECK: rdpkru
|
|
// CHECK: encoding: [0x0f,0x01,0xee]
|
|
rdpkru
|
|
|
|
// CHECK: wrpkru
|
|
// CHECK: encoding: [0x0f,0x01,0xef]
|
|
wrpkru
|