[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / X86 / CET-32.s
bloba80164d7c1aea5c2027cc87be3f702ac9f824061
1 // RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
3 // CHECK: clrssbsy -485498096(%edx,%eax,4)
4 // CHECK: encoding: [0xf3,0x0f,0xae,0xb4,0x82,0x10,0xe3,0x0f,0xe3]
5 clrssbsy -485498096(%edx,%eax,4)
7 // CHECK: clrssbsy 485498096(%edx,%eax,4)
8 // CHECK: encoding: [0xf3,0x0f,0xae,0xb4,0x82,0xf0,0x1c,0xf0,0x1c]
9 clrssbsy 485498096(%edx,%eax,4)
11 // CHECK: clrssbsy 485498096(%edx)
12 // CHECK: encoding: [0xf3,0x0f,0xae,0xb2,0xf0,0x1c,0xf0,0x1c]
13 clrssbsy 485498096(%edx)
15 // CHECK: clrssbsy 485498096
16 // CHECK: encoding: [0xf3,0x0f,0xae,0x35,0xf0,0x1c,0xf0,0x1c]
17 clrssbsy 485498096
19 // CHECK: clrssbsy 64(%edx,%eax)
20 // CHECK: encoding: [0xf3,0x0f,0xae,0x74,0x02,0x40]
21 clrssbsy 64(%edx,%eax)
23 // CHECK: clrssbsy (%edx)
24 // CHECK: encoding: [0xf3,0x0f,0xae,0x32]
25 clrssbsy (%edx)
27 // CHECK: endbr64
28 // CHECK: # encoding: [0xf3,0x0f,0x1e,0xfa]
29 endbr64
31 // CHECK: endbr32
32 // CHECK: # encoding: [0xf3,0x0f,0x1e,0xfb]
33 endbr32
35 // CHECK: incsspd %eax
36 // CHECK: # encoding: [0xf3,0x0f,0xae,0xe8]
37 incsspd %eax
39 // CHECK: rdsspd %eax
40 // CHECK: encoding: [0xf3,0x0f,0x1e,0xc8]
41 rdsspd %eax
43 // CHECK: rstorssp -485498096(%edx,%eax,4)
44 // CHECK: encoding: [0xf3,0x0f,0x01,0xac,0x82,0x10,0xe3,0x0f,0xe3]
45 rstorssp -485498096(%edx,%eax,4)
47 // CHECK: rstorssp 485498096(%edx,%eax,4)
48 // CHECK: encoding: [0xf3,0x0f,0x01,0xac,0x82,0xf0,0x1c,0xf0,0x1c]
49 rstorssp 485498096(%edx,%eax,4)
51 // CHECK: rstorssp 485498096(%edx)
52 // CHECK: encoding: [0xf3,0x0f,0x01,0xaa,0xf0,0x1c,0xf0,0x1c]
53 rstorssp 485498096(%edx)
55 // CHECK: rstorssp 485498096
56 // CHECK: encoding: [0xf3,0x0f,0x01,0x2d,0xf0,0x1c,0xf0,0x1c]
57 rstorssp 485498096
59 // CHECK: rstorssp 64(%edx,%eax)
60 // CHECK: encoding: [0xf3,0x0f,0x01,0x6c,0x02,0x40]
61 rstorssp 64(%edx,%eax)
63 // CHECK: rstorssp (%edx)
64 // CHECK: encoding: [0xf3,0x0f,0x01,0x2a]
65 rstorssp (%edx)
67 // CHECK: saveprevssp
68 // CHECK: encoding: [0xf3,0x0f,0x01,0xea]
69 saveprevssp
71 // CHECK: setssbsy
72 // CHECK: # encoding: [0xf3,0x0f,0x01,0xe8]
73 setssbsy
75 // CHECK: wrssd %eax, 3809469200(%edx,%eax,4)
76 // CHECK: encoding: [0x0f,0x38,0xf6,0x84,0x82,0x10,0xe3,0x0f,0xe3]
77 wrssd %eax, 3809469200(%edx,%eax,4)
79 // CHECK: wrssd %eax, 485498096(%edx,%eax,4)
80 // CHECK: encoding: [0x0f,0x38,0xf6,0x84,0x82,0xf0,0x1c,0xf0,0x1c]
81 wrssd %eax, 485498096(%edx,%eax,4)
83 // CHECK: wrssd %eax, 485498096(%edx)
84 // CHECK: encoding: [0x0f,0x38,0xf6,0x82,0xf0,0x1c,0xf0,0x1c]
85 wrssd %eax, 485498096(%edx)
87 // CHECK: wrssd %eax, 485498096
88 // CHECK: encoding: [0x0f,0x38,0xf6,0x05,0xf0,0x1c,0xf0,0x1c]
89 wrssd %eax, 485498096
91 // CHECK: wrssd %eax, 64(%edx,%eax)
92 // CHECK: encoding: [0x0f,0x38,0xf6,0x44,0x02,0x40]
93 wrssd %eax, 64(%edx,%eax)
95 // CHECK: wrssd %eax, (%edx)
96 // CHECK: encoding: [0x0f,0x38,0xf6,0x02]
97 wrssd %eax, (%edx)
99 // CHECK: wrussd %eax, 3809469200(%edx,%eax,4)
100 // CHECK: encoding: [0x66,0x0f,0x38,0xf5,0x84,0x82,0x10,0xe3,0x0f,0xe3]
101 wrussd %eax, 3809469200(%edx,%eax,4)
103 // CHECK: wrussd %eax, 485498096(%edx,%eax,4)
104 // CHECK: encoding: [0x66,0x0f,0x38,0xf5,0x84,0x82,0xf0,0x1c,0xf0,0x1c]
105 wrussd %eax, 485498096(%edx,%eax,4)
107 // CHECK: wrussd %eax, 485498096(%edx)
108 // CHECK: encoding: [0x66,0x0f,0x38,0xf5,0x82,0xf0,0x1c,0xf0,0x1c]
109 wrussd %eax, 485498096(%edx)
111 // CHECK: wrussd %eax, 485498096
112 // CHECK: encoding: [0x66,0x0f,0x38,0xf5,0x05,0xf0,0x1c,0xf0,0x1c]
113 wrussd %eax, 485498096
115 // CHECK: wrussd %eax, 64(%edx,%eax)
116 // CHECK: encoding: [0x66,0x0f,0x38,0xf5,0x44,0x02,0x40]
117 wrussd %eax, 64(%edx,%eax)
119 // CHECK: wrussd %eax, (%edx)
120 // CHECK: encoding: [0x66,0x0f,0x38,0xf5,0x02]
121 wrussd %eax, (%edx)