Home
last modified time | relevance | path

Searched +full:0 +full:x28 (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/llvm-project/llvm/test/tools/llvm-mca/AArch64/Neoverse/
H A DV2-writeback.s2 # 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 DV1-writeback.s2 # 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 DN1-writeback.s2 # 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 DN2-writeback.s2 # 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 Dtsv110-writeback.s2 # 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 Dmips-expansions.s13 # 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 Dmacro-dla-32bit.s8 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 Dmicromips-trap-instructions.s12 # 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 Drv32zdinx-valid.s
/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
H A DA53-writeback.s2 # 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 DA510-writeback.s2 # 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 DA55-writeback.s2 # 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 DA57-writeback.s2 # 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 Dx86-64-ymm16-write.test110x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x2…
120x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x2…
130x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x2…
140x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x2…
150x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x2…
160x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x2…
170x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x2…
180x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2…
190x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2…
200x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2…
[all …]
H A Dx86-64-ymm16-read.test120x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x2…
130x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x2…
140x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x2…
150x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x2…
160x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x2…
170x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x2…
180x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x2…
190x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2…
200x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2…
210x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2…
[all …]
H A Dx86-64-zmm-write.test100x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1…
110x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1…
120x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x1…
130x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x1…
140x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x1…
150x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x1…
160x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x1…
170x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1…
180x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1…
190x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1…
[all …]
H A Dx86-64-zmm-read.test110x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1…
120x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1…
130x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x1…
140x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x1…
150x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x1…
160x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x1…
170x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x1…
180x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1…
190x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1…
200x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1…
[all …]
H A Dx86-zmm-write.test100x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1…
110x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x1…
120x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x1…
130x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x1…
140x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x1…
150x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x1…
160x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x1…
170x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1…
220x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x1…
230x01 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 Darm64-crypto.s21 ; 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 Davx512vl_vaes-att.s4 // 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 Davx512vp2intersect-64-intel.s5 # 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 Davx512vp2intersect-32-intel.s4 # 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 Darm64-crypto.txt4 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 Davx512vp2intersect-64.txt6 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 Davx512vp2intersect-32.txt6 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 …]

12345678910>>...42