From 31d38586e77fcd7a52e4905a078685d175eb5338 Mon Sep 17 00:00:00 2001 From: Sjoerd Meijer Date: Thu, 26 Jul 2018 07:59:39 +0000 Subject: [PATCH] [AArch64][NFC] Removed tab characters from test files. llvm-svn: 338011 --- llvm/test/MC/AArch64/directive-cpu.s | 56 ++++++++++++++++-------------------- llvm/test/MC/AArch64/neon-crypto.s | 28 +++++++++--------- 2 files changed, 39 insertions(+), 45 deletions(-) diff --git a/llvm/test/MC/AArch64/directive-cpu.s b/llvm/test/MC/AArch64/directive-cpu.s index 9dc5631..891a953 100644 --- a/llvm/test/MC/AArch64/directive-cpu.s +++ b/llvm/test/MC/AArch64/directive-cpu.s @@ -1,47 +1,41 @@ // RUN: llvm-mc -triple aarch64-unknown-none-eabi -filetype asm -o - %s 2>&1 | FileCheck %s - .cpu generic +.cpu generic +fminnm d0, d0, d1 +// CHECK: fminnm d0, d0, d1 - fminnm d0, d0, d1 +.cpu generic+fp +fminnm d0, d0, d1 +// CHECK: fminnm d0, d0, d1 - .cpu generic+fp +.cpu generic+simd +addp v0.4s, v0.4s, v0.4s +// CHECK: addp v0.4s, v0.4s, v0.4s - fminnm d0, d0, d1 +.cpu generic+crc +crc32cx w0, w1, x3 +// CHECK: crc32cx w0, w1, x3 - .cpu generic+simd +.cpu generic+crypto+nocrc +aesd v0.16b, v2.16b +// CHECK: aesd v0.16b, v2.16b - addp v0.4s, v0.4s, v0.4s - - .cpu generic+crc - - crc32cx w0, w1, x3 - - .cpu generic+crypto+nocrc - - aesd v0.16b, v2.16b - - .cpu generic+lse - casa w5, w7, [x20] - -// CHECK: fminnm d0, d0, d1 -// CHECK: fminnm d0, d0, d1 -// CHECK: addp v0.4s, v0.4s, v0.4s -// CHECK: crc32cx w0, w1, x3 -// CHECK: aesd v0.16b, v2.16b +.cpu generic+lse +casa w5, w7, [x20] // CHECK: casa w5, w7, [x20] - .cpu generic+aes - aese v0.16b, v1.16b +.cpu generic+aes +aese v0.16b, v1.16b // CHECK: aese v0.16b, v1.16b - .cpu generic+sha2 - sha1h s0, s1 +.cpu generic+sha2 +sha1h s0, s1 // CHECK: sha1h s0, s1 - .cpu generic+sha3 - sha512h q0, q1, v2.2d +.cpu generic+sha3 +sha512h q0, q1, v2.2d // CHECK: sha512h q0, q1, v2.2d - .cpu generic+sm4 - sm4e v2.4s, v15.4s +.cpu generic+sm4 +sm4e v2.4s, v15.4s // CHECK: sm4e v2.4s, v15.4s diff --git a/llvm/test/MC/AArch64/neon-crypto.s b/llvm/test/MC/AArch64/neon-crypto.s index 0c53909..43e3469 100644 --- a/llvm/test/MC/AArch64/neon-crypto.s +++ b/llvm/test/MC/AArch64/neon-crypto.s @@ -14,18 +14,18 @@ // CHECK-NO-CRYPTO: error: instruction requires a CPU feature not currently enabled // CHECK-NO-CRYPTO-ARM64: error: instruction requires: aes -// CHECK: aese v0.16b, v1.16b // encoding: [0x20,0x48,0x28,0x4e] -// CHECK: aesd v0.16b, v1.16b // encoding: [0x20,0x58,0x28,0x4e] -// CHECK: aesmc v0.16b, v1.16b // encoding: [0x20,0x68,0x28,0x4e] -// CHECK: aesimc v0.16b, v1.16b // encoding: [0x20,0x78,0x28,0x4e] +// CHECK: aese v0.16b, v1.16b // encoding: [0x20,0x48,0x28,0x4e] +// CHECK: aesd v0.16b, v1.16b // encoding: [0x20,0x58,0x28,0x4e] +// CHECK: aesmc v0.16b, v1.16b // encoding: [0x20,0x68,0x28,0x4e] +// CHECK: aesimc v0.16b, v1.16b // encoding: [0x20,0x78,0x28,0x4e] sha1h s0, s1 sha1su1 v0.4s, v1.4s sha256su0 v0.4s, v1.4s -// CHECK: sha1h s0, s1 // encoding: [0x20,0x08,0x28,0x5e] -// CHECK: sha1su1 v0.4s, v1.4s // encoding: [0x20,0x18,0x28,0x5e] -// CHECK: sha256su0 v0.4s, v1.4s // encoding: [0x20,0x28,0x28,0x5e] +// CHECK: sha1h s0, s1 // encoding: [0x20,0x08,0x28,0x5e] +// CHECK: sha1su1 v0.4s, v1.4s // encoding: [0x20,0x18,0x28,0x5e] +// CHECK: sha256su0 v0.4s, v1.4s // encoding: [0x20,0x28,0x28,0x5e] sha1c q0, s1, v2.4s sha1p q0, s1, v2.4s @@ -35,10 +35,10 @@ sha256h2 q0, q1, v2.4s sha256su1 v0.4s, v1.4s, v2.4s -// CHECK: sha1c q0, s1, v2.4s // encoding: [0x20,0x00,0x02,0x5e] -// CHECK: sha1p q0, s1, v2.4s // encoding: [0x20,0x10,0x02,0x5e] -// CHECK: sha1m q0, s1, v2.4s // encoding: [0x20,0x20,0x02,0x5e] -// CHECK: sha1su0 v0.4s, v1.4s, v2.4s // encoding: [0x20,0x30,0x02,0x5e] -// CHECK: sha256h q0, q1, v2.4s // encoding: [0x20,0x40,0x02,0x5e] -// CHECK: sha256h2 q0, q1, v2.4s // encoding: [0x20,0x50,0x02,0x5e] -// CHECK: sha256su1 v0.4s, v1.4s, v2.4s // encoding: [0x20,0x60,0x02,0x5e] +// CHECK: sha1c q0, s1, v2.4s // encoding: [0x20,0x00,0x02,0x5e] +// CHECK: sha1p q0, s1, v2.4s // encoding: [0x20,0x10,0x02,0x5e] +// CHECK: sha1m q0, s1, v2.4s // encoding: [0x20,0x20,0x02,0x5e] +// CHECK: sha1su0 v0.4s, v1.4s, v2.4s // encoding: [0x20,0x30,0x02,0x5e] +// CHECK: sha256h q0, q1, v2.4s // encoding: [0x20,0x40,0x02,0x5e] +// CHECK: sha256h2 q0, q1, v2.4s // encoding: [0x20,0x50,0x02,0x5e] +// CHECK: sha256su1 v0.4s, v1.4s, v2.4s // encoding: [0x20,0x60,0x02,0x5e] -- 2.7.4