File: avx512vp2intersectvl-intel.txt

package info (click to toggle)
llvm-toolchain-11 1%3A11.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 995,808 kB
  • sloc: cpp: 4,767,656; ansic: 760,916; asm: 477,436; python: 170,940; objc: 69,804; lisp: 29,914; sh: 23,855; f90: 18,173; pascal: 7,551; perl: 7,471; ml: 5,603; awk: 3,489; makefile: 2,573; xml: 915; cs: 573; fortran: 503; javascript: 452
file content (85 lines) | stat: -rw-r--r-- 2,945 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# RUN: llvm-mc --disassemble %s -triple=i386 -x86-asm-syntax=intel --output-asm-variant=1 | FileCheck %s

# CHECK: vp2intersectd k6, ymm3, ymm4
0x62,0xf2,0x67,0x28,0x68,0xf4

# CHECK: vp2intersectd k6, xmm3, xmm4
0x62,0xf2,0x67,0x08,0x68,0xf4

# CHECK: vp2intersectd k6, ymm3, ymmword ptr [esp + 8*esi + 268435456]
0x62,0xf2,0x67,0x28,0x68,0xb4,0xf4,0x00,0x00,0x00,0x10

# CHECK: vp2intersectd k6, ymm3, ymmword ptr [edi + 4*eax + 291]
0x62,0xf2,0x67,0x28,0x68,0xb4,0x87,0x23,0x01,0x00,0x00

# CHECK: vp2intersectd k6, ymm3, dword ptr [eax]{1to8}
0x62,0xf2,0x67,0x38,0x68,0x30

# CHECK: vp2intersectd k6, ymm3, ymmword ptr [2*ebp - 1024]
0x62,0xf2,0x67,0x28,0x68,0x34,0x6d,0x00,0xfc,0xff,0xff

# CHECK: vp2intersectd k6, ymm3, ymmword ptr [ecx + 4064]
0x62,0xf2,0x67,0x28,0x68,0x71,0x7f

# CHECK: vp2intersectd k6, ymm3, dword ptr [edx - 512]{1to8}
0x62,0xf2,0x67,0x38,0x68,0x72,0x80

# CHECK: vp2intersectd k6, xmm3, xmmword ptr [esp + 8*esi + 268435456]
0x62,0xf2,0x67,0x08,0x68,0xb4,0xf4,0x00,0x00,0x00,0x10

# CHECK: vp2intersectd k6, xmm3, xmmword ptr [edi + 4*eax + 291]
0x62,0xf2,0x67,0x08,0x68,0xb4,0x87,0x23,0x01,0x00,0x00

# CHECK: vp2intersectd k6, xmm3, dword ptr [eax]{1to4}
0x62,0xf2,0x67,0x18,0x68,0x30

# CHECK: vp2intersectd k6, xmm3, xmmword ptr [2*ebp - 512]
0x62,0xf2,0x67,0x08,0x68,0x34,0x6d,0x00,0xfe,0xff,0xff

# CHECK: vp2intersectd k6, xmm3, xmmword ptr [ecx + 2032]
0x62,0xf2,0x67,0x08,0x68,0x71,0x7f

# CHECK: vp2intersectd k6, xmm3, dword ptr [edx - 512]{1to4}
0x62,0xf2,0x67,0x18,0x68,0x72,0x80

# CHECK: vp2intersectq k6, ymm3, ymm4
0x62,0xf2,0xe7,0x28,0x68,0xf4

# CHECK: vp2intersectq k6, xmm3, xmm4
0x62,0xf2,0xe7,0x08,0x68,0xf4

# CHECK: vp2intersectq k6, ymm3, ymmword ptr [esp + 8*esi + 268435456]
0x62,0xf2,0xe7,0x28,0x68,0xb4,0xf4,0x00,0x00,0x00,0x10

# CHECK: vp2intersectq k6, ymm3, ymmword ptr [edi + 4*eax + 291]
0x62,0xf2,0xe7,0x28,0x68,0xb4,0x87,0x23,0x01,0x00,0x00

# CHECK: vp2intersectq k6, ymm3, qword ptr [eax]{1to4}
0x62,0xf2,0xe7,0x38,0x68,0x30

# CHECK: vp2intersectq k6, ymm3, ymmword ptr [2*ebp - 1024]
0x62,0xf2,0xe7,0x28,0x68,0x34,0x6d,0x00,0xfc,0xff,0xff

# CHECK: vp2intersectq k6, ymm3, ymmword ptr [ecx + 4064]
0x62,0xf2,0xe7,0x28,0x68,0x71,0x7f

# CHECK: vp2intersectq k6, ymm3, qword ptr [edx - 1024]{1to4}
0x62,0xf2,0xe7,0x38,0x68,0x72,0x80

# CHECK: vp2intersectq k6, xmm3, xmmword ptr [esp + 8*esi + 268435456]
0x62,0xf2,0xe7,0x08,0x68,0xb4,0xf4,0x00,0x00,0x00,0x10

# CHECK: vp2intersectq k6, xmm3, xmmword ptr [edi + 4*eax + 291]
0x62,0xf2,0xe7,0x08,0x68,0xb4,0x87,0x23,0x01,0x00,0x00

# CHECK: vp2intersectq k6, xmm3, qword ptr [eax]{1to2}
0x62,0xf2,0xe7,0x18,0x68,0x30

# CHECK: vp2intersectq k6, xmm3, xmmword ptr [2*ebp - 512]
0x62,0xf2,0xe7,0x08,0x68,0x34,0x6d,0x00,0xfe,0xff,0xff

# CHECK: vp2intersectq k6, xmm3, xmmword ptr [ecx + 2032]
0x62,0xf2,0xe7,0x08,0x68,0x71,0x7f

# CHECK: vp2intersectq k6, xmm3, qword ptr [edx - 1024]{1to2}
0x62,0xf2,0xe7,0x18,0x68,0x72,0x80