/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/ |
H A D | V2-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=neoverse-v2 --instruction-info=0 --resource-pressure=0 --tim… 16 ld1 { v1.1d }, [x27], x28 17 ld1 { v1.2d }, [x27], x28 21 ld1 { v1.2s }, [x27], x28 22 ld1 { v1.4h }, [x27], x28 23 ld1 { v1.4s }, [x27], x28 24 ld1 { v1.8b }, [x27], x28 25 ld1 { v1.8h }, [x27], x28 29 ld1 { v1.16b }, [x27], x28 41 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
H A D | V1-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=neoverse-v1 --instruction-info=0 --resource-pressure=0 --tim… 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 65 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
H A D | N1-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=neoverse-n1 --instruction-info=0 --resource-pressure=0 --tim… 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 65 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
H A D | N2-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=neoverse-n2 --instruction-info=0 --resource-pressure=0 --timeline --timeline-max-iterations=1 < %s | FileCheck %s 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 [all...] |
/llvm-project/llvm/test/tools/llvm-mca/AArch64/HiSilicon/ |
H A D | tsv110-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=tsv110 --instruction-info=0 --resource-pressure=0 --timeline… 16 ld1 { v1.1d }, [x27], x28 17 ld1 { v1.2d }, [x27], x28 21 ld1 { v1.2s }, [x27], x28 22 ld1 { v1.4h }, [x27], x28 23 ld1 { v1.4s }, [x27], x28 24 ld1 { v1.8b }, [x27], x28 25 ld1 { v1.8h }, [x27], x28 29 ld1 { v1.16b }, [x27], x28 41 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
/llvm-project/llvm/test/MC/Mips/ |
H A D | mips-expansions.s | 13 # CHECK-LE: lui $8, %hi($tmp0) # encoding: [A,A,0x08,0x3c] 14 # CHECK-LE: # fixup A - offset: 0, value: %hi($tmp0), kind: fixup_M… 15 # CHECK-LE: addiu $8, $8, %lo($tmp0) # encoding: [A,A,0x08,0x25] 16 # CHECK-LE: # fixup A - offset: 0, value: %lo($tmp0), kind: fixup_M… 18 lb $4, 0x8000 19 # CHECK-LE: lui $4, 1 # encoding: [0x01,0x00,0x04,0x3c] 20 # CHECK-LE: lb $4, -32768($4) # encoding: [0x00,0x80,0x84,0x80] 22 lb $4, 0x20004($3) 23 # CHECK-LE: lui $4, 2 # encoding: [0x02,0x00,0x04,0x3c] 24 # CHECK-LE: addu $4, $4, $3 # encoding: [0x21,0x20,0x83,0x00] [all …]
|
H A D | macro-dla-32bit.s | 8 dla $5, 0x00000001 # CHECK: addiu $5, $zero, 1 # encoding: [0x24,0x05,0x00,0x01] 9 dla $5, 0x00000002 # CHECK: addiu $5, $zero, 2 # encoding: [0x24,0x05,0x00,0x02] 10 dla $5, 0x00004000 # CHECK: addiu $5, $zero, 16384 # encoding: [0x24,0x05,0x40,0x00] 11 dla $5, 0x00008000 # CHECK: ori $5, $zero, 32768 # encoding: [0x34,0x05,0x80,0x00] 12 dla $5, 0xffffffff # CHECK: addiu $5, $zero, -1 # encoding: [0x24,0x05,0xff,0xff] 13 dla $5, 0xfffffffe # CHECK: addiu $5, $zero, -2 # encoding: [0x24,0x05,0xff,0xfe] 14 dla $5, 0xffffc000 # CHECK: addiu $5, $zero, -16384 # encoding: [0x24,0x05,0xc0,0x00] 15 dla $5, 0xffff8000 # CHECK: addiu $5, $zero, -32768 # encoding: [0x24,0x05,0x80,0x00] 17 dla $5, 0x00010000 # CHECK: lui $5, 1 # encoding: [0x3c,0x05,0x00,0x01] 18 dla $5, 0x00020000 # CHECK: lui $5, 2 # encoding: [0x3c,0x05,0x00,0x02] [all …]
|
H A D | micromips-trap-instructions.s | 12 # CHECK-EL: teq $8, $9 # encoding: [0x28,0x01,0x3c,0x00] 13 # CHECK-EL: tge $8, $9 # encoding: [0x28,0x01,0x3c,0x02] 14 # CHECK-EL: tgeu $8, $9 # encoding: [0x28,0x01,0x3c,0x04] 15 # CHECK-EL: tlt $8, $9 # encoding: [0x28,0x01,0x3c,0x08] 16 # CHECK-EL: tltu $8, $9 # encoding: [0x28,0x01,0x3c,0x0a] 17 # CHECK-EL: tne $8, $9 # encoding: [0x28,0x01,0x3c,0x0c] 18 # CHECK-EL: teqi $9, 17767 # encoding: [0xc9,0x41,0x67,0x45] 19 # CHECK-EL: tgei $9, 17767 # encoding: [0x29,0x41,0x67,0x45] 20 # CHECK-EL: tgeiu $9, 17767 # encoding: [0x69,0x41,0x67,0x45] 21 # CHECK-EL: tlti $9, 17767 # encoding: [0x09,0x41,0x67,0x45] [all …]
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv32zdinx-valid.s |
|
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
H A D | A53-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=cortex-a53 --instruction-info=0 --resource-pressure=0 --time… 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 65 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
H A D | A510-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=cortex-a510 --instruction-info=0 --resource-pressure=0 --tim… 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 65 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
H A D | A55-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=cortex-a55 --instruction-info=0 --resource-pressure=0 --time… 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 65 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
H A D | A57-writeback.s | 2 # RUN: llvm-mca -mtriple=aarch64 -mcpu=cortex-a57 --instruction-info=0 --resource-pressure=0 --time… 24 ld1 { v1.1d }, [x27], x28 26 ld1 { v1.2d }, [x27], x28 31 ld1 { v1.2s }, [x27], x28 33 ld1 { v1.4h }, [x27], x28 35 ld1 { v1.4s }, [x27], x28 37 ld1 { v1.8b }, [x27], x28 39 ld1 { v1.8h }, [x27], x28 44 ld1 { v1.16b }, [x27], x28 65 ld1 { v1.1d, v2.1d }, [x27], x28 [all …]
|
/llvm-project/lldb/test/Shell/Register/ |
H A D | x86-64-ymm16-write.test | 11 …0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x2… 12 …0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x2… 13 …0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x2… 14 …0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x2… 15 …0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x2… 16 …0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x2… 17 …0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x2… 18 …0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2… 19 …0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2… 20 …0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2… [all …]
|
H A D | x86-64-ymm16-read.test | 12 …0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x2… 13 …0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x2… 14 …0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x2… 15 …0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x2… 16 …0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x2… 17 …0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x2… 18 …0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x2… 19 …0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2… 20 …0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2… 21 …0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2… [all …]
|
H A D | x86-64-zmm-write.test | 10 …0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1… 11 …0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1… 12 …0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x1… 13 …0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x1… 14 …0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x1… 15 …0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x1… 16 …0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x1… 17 …0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1… 18 …0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1… 19 …0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1… [all …]
|
H A D | x86-64-zmm-read.test | 11 …0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1… 12 …0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1… 13 …0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x1… 14 …0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x1… 15 …0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x1… 16 …0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x1… 17 …0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x1… 18 …0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1… 19 …0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1… 20 …0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1… [all …]
|
H A D | x86-zmm-write.test | 10 …0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1… 11 …0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1… 12 …0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x1… 13 …0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x1… 14 …0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x1… 15 …0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x1… 16 …0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x1… 17 …0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1… 22 …0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1… 23 …0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1… [all …]
|
/llvm-project/llvm/test/MC/AArch64/ |
H A D | arm64-crypto.s | 21 ; CHECK: aese.16b v0, v1 ; encoding: [0x20,0x48,0x28,0x4e] 22 ; CHECK: aesd.16b v0, v1 ; encoding: [0x20,0x58,0x28,0x4e] 23 ; CHECK: aesmc.16b v0, v1 ; encoding: [0x20,0x68,0x28,0x4e] 24 ; CHECK: aesimc.16b v0, v1 ; encoding: [0x20,0x78,0x28,0x4e] 26 ; CHECK: sha1c.4s q0, s1, v2 ; encoding: [0x20,0x00,0x02,0x5e] 27 ; CHECK: sha1p.4s q0, s1, v2 ; encoding: [0x20,0x10,0x02,0x5e] 28 ; CHECK: sha1m.4s q0, s1, v2 ; encoding: [0x20,0x20,0x02,0x5e] 29 ; CHECK: sha1su0.4s v0, v1, v2 ; encoding: [0x20,0x30,0x02,0x5e] 30 ; CHECK: sha256h.4s q0, q1, v2 ; encoding: [0x20,0x40,0x02,0x5e] 31 ; CHECK: sha256h2.4s q0, q1, v2 ; encoding: [0x20,0x50,0x02,0x5e] [all …]
|
/llvm-project/llvm/test/MC/X86/ |
H A D | avx512vl_vaes-att.s | 4 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xdc,0xeb] 8 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xdd,0xeb] 12 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xde,0xeb] 16 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xdf,0xeb] 20 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xdc,0x29] 24 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xdc,0x6c,0x24,0xfc] 28 // CHECK: encoding: [0x62,0xe2,0x6d,0x08,0xdc,0x6c,0x24,0x04] 32 // CHECK: encoding: [0x62,0xa2,0x6d,0x08,0xdc,0xac,0xf1,0x00,0x00,0x00,0x10] 36 // CHECK: encoding: [0x62,0xa2,0x6d,0x08,0xdc,0xac,0xf1,0x00,0x00,0x00,0xe0] 40 // CHECK: encoding: [0x62,0xa2,0x6d,0x08,0xdc,0xac,0xf1,0x02,0x00,0x00,0xe0] [all …]
|
H A D | avx512vp2intersect-64-intel.s | 5 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0xc2] 9 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0x07] 13 # CHECK: encoding: [0x62,0xf2,0xf7,0x58,0x68,0x07] 17 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0xc2] 21 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0x07] 25 # CHECK: encoding: [0x62,0xf2,0xf7,0x58,0x68,0x07] 29 # CHECK: encoding: [0x62,0xf2,0xb7,0x48,0x68,0xf7] 33 # CHECK: encoding: [0x62,0xf2,0xb7,0x48,0x68,0x36] 37 # CHECK: encoding: [0x62,0xf2,0xb7,0x58,0x68,0x36] 41 # CHECK: encoding: [0x62,0xf2,0xb7,0x48,0x68,0xf7] [all …]
|
H A D | avx512vp2intersect-32-intel.s | 4 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0xc2] 8 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0x07] 12 # CHECK: encoding: [0x62,0xf2,0xf7,0x58,0x68,0x07] 16 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0xc2] 20 # CHECK: encoding: [0x62,0xf2,0xf7,0x48,0x68,0x07] 24 # CHECK: encoding: [0x62,0xf2,0xf7,0x58,0x68,0x07] 28 # CHECK: encoding: [0x62,0xf2,0xdf,0x48,0x68,0xf7] 32 # CHECK: encoding: [0x62,0xf2,0xdf,0x48,0x68,0x36] 36 # CHECK: encoding: [0x62,0xf2,0xdf,0x58,0x68,0x36] 40 # CHECK: encoding: [0x62,0xf2,0xdf,0x48,0x68,0xf7] [all …]
|
/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
H A D | arm64-crypto.txt | 4 0x20 0x48 0x28 0x4e 5 0x20 0x58 0x28 0x4e 6 0x20 0x68 0x28 0x4e 7 0x20 0x78 0x28 0x4e 8 0x20 0x00 0x02 0x5e 9 0x20 0x10 0x02 0x5e 10 0x20 0x20 0x02 0x5e 11 0x20 0x30 0x02 0x5e 12 0x20 0x40 0x02 0x5e 13 0x20 0x50 0x02 0x5e [all …]
|
/llvm-project/llvm/test/MC/Disassembler/X86/ |
H A D | avx512vp2intersect-64.txt | 6 0x62,0xf2,0xf7,0x48,0x68,0xc2 10 0x62,0xf2,0xf7,0x48,0x68,0x07 14 0x62,0xf2,0xf7,0x58,0x68,0x07 18 0x62,0xf2,0xf7,0x48,0x68,0xc2 22 0x62,0xf2,0xf7,0x48,0x68,0x07 26 0x62,0xf2,0xf7,0x58,0x68,0x07 30 0x62,0xf2,0xb7,0x48,0x68,0xf7 34 0x62,0xf2,0xb7,0x48,0x68,0x36 38 0x62,0xf2,0xb7,0x58,0x68,0x36 42 0x62,0xf2,0xb7,0x48,0x68,0xf7 [all …]
|
H A D | avx512vp2intersect-32.txt | 6 0x62,0xf2,0xf7,0x48,0x68,0xc2 10 0x62,0xf2,0xf7,0x48,0x68,0x07 14 0x62,0xf2,0xf7,0x58,0x68,0x07 18 0x62,0xf2,0xf7,0x48,0x68,0xc2 22 0x62,0xf2,0xf7,0x48,0x68,0x07 26 0x62,0xf2,0xf7,0x58,0x68,0x07 30 0x62,0xf2,0xdf,0x48,0x68,0xf7 34 0x62,0xf2,0xdf,0x48,0x68,0x36 38 0x62,0xf2,0xdf,0x58,0x68,0x36 42 0x62,0xf2,0xdf,0x48,0x68,0xf7 [all …]
|