File: setzucc-intel.s

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (98 lines) | stat: -rw-r--r-- 3,372 bytes parent folder | download | duplicates (7)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
# RUN: llvm-mc -triple x86_64 -show-encoding -x86-asm-syntax=intel -output-asm-variant=1 %s | FileCheck %s

# CHECK: setzuo	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x40,0xc0]
         setzuo	al
# CHECK: setzuno	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x41,0xc0]
         setzuno	al
# CHECK: setzub	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x42,0xc0]
         setzub	al
# CHECK: setzuae	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x43,0xc0]
         setzuae	al
# CHECK: setzue	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x44,0xc0]
         setzue	al
# CHECK: setzune	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x45,0xc0]
         setzune	al
# CHECK: setzube	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x46,0xc0]
         setzube	al
# CHECK: setzua	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x47,0xc0]
         setzua	al
# CHECK: setzus	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x48,0xc0]
         setzus	al
# CHECK: setzuns	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x49,0xc0]
         setzuns	al
# CHECK: setzup	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4a,0xc0]
         setzup	al
# CHECK: setzunp	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4b,0xc0]
         setzunp	al
# CHECK: setzul	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4c,0xc0]
         setzul	al
# CHECK: setzuge	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4d,0xc0]
         setzuge	al
# CHECK: setzule	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4e,0xc0]
         setzule	al
# CHECK: setzug	al
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4f,0xc0]
         setzug	al
# CHECK: setzuo	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x40,0x00]
         setzuo	byte ptr [rax]
# CHECK: setzuno	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x41,0x00]
         setzuno	byte ptr [rax]
# CHECK: setzub	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x42,0x00]
         setzub	byte ptr [rax]
# CHECK: setzuae	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x43,0x00]
         setzuae	byte ptr [rax]
# CHECK: setzue	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x44,0x00]
         setzue	byte ptr [rax]
# CHECK: setzune	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x45,0x00]
         setzune	byte ptr [rax]
# CHECK: setzube	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x46,0x00]
         setzube	byte ptr [rax]
# CHECK: setzua	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x47,0x00]
         setzua	byte ptr [rax]
# CHECK: setzus	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x48,0x00]
         setzus	byte ptr [rax]
# CHECK: setzuns	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x49,0x00]
         setzuns	byte ptr [rax]
# CHECK: setzup	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4a,0x00]
         setzup	byte ptr [rax]
# CHECK: setzunp	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4b,0x00]
         setzunp	byte ptr [rax]
# CHECK: setzul	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4c,0x00]
         setzul	byte ptr [rax]
# CHECK: setzuge	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4d,0x00]
         setzuge	byte ptr [rax]
# CHECK: setzule	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4e,0x00]
         setzule	byte ptr [rax]
# CHECK: setzug	byte ptr [rax]
# CHECK: encoding: [0x62,0xf4,0x7f,0x18,0x4f,0x00]
         setzug	byte ptr [rax]