[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / X86 / FXSAVE64-64.s
blobdc535c50985cb600abfbec6b02a10b2f985478f1
1 // RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s
3 // CHECK: fxrstor64 485498096
4 // CHECK: encoding: [0x48,0x0f,0xae,0x0c,0x25,0xf0,0x1c,0xf0,0x1c]
5 fxrstor64 485498096
7 // CHECK: fxrstor64 64(%rdx)
8 // CHECK: encoding: [0x48,0x0f,0xae,0x4a,0x40]
9 fxrstor64 64(%rdx)
11 // CHECK: fxrstor64 64(%rdx,%rax,4)
12 // CHECK: encoding: [0x48,0x0f,0xae,0x4c,0x82,0x40]
13 fxrstor64 64(%rdx,%rax,4)
15 // CHECK: fxrstor64 -64(%rdx,%rax,4)
16 // CHECK: encoding: [0x48,0x0f,0xae,0x4c,0x82,0xc0]
17 fxrstor64 -64(%rdx,%rax,4)
19 // CHECK: fxrstor64 64(%rdx,%rax)
20 // CHECK: encoding: [0x48,0x0f,0xae,0x4c,0x02,0x40]
21 fxrstor64 64(%rdx,%rax)
23 // CHECK: fxrstor64 (%rdx)
24 // CHECK: encoding: [0x48,0x0f,0xae,0x0a]
25 fxrstor64 (%rdx)
27 // CHECK: fxsave64 485498096
28 // CHECK: encoding: [0x48,0x0f,0xae,0x04,0x25,0xf0,0x1c,0xf0,0x1c]
29 fxsave64 485498096
31 // CHECK: fxsave64 64(%rdx)
32 // CHECK: encoding: [0x48,0x0f,0xae,0x42,0x40]
33 fxsave64 64(%rdx)
35 // CHECK: fxsave64 64(%rdx,%rax,4)
36 // CHECK: encoding: [0x48,0x0f,0xae,0x44,0x82,0x40]
37 fxsave64 64(%rdx,%rax,4)
39 // CHECK: fxsave64 -64(%rdx,%rax,4)
40 // CHECK: encoding: [0x48,0x0f,0xae,0x44,0x82,0xc0]
41 fxsave64 -64(%rdx,%rax,4)
43 // CHECK: fxsave64 64(%rdx,%rax)
44 // CHECK: encoding: [0x48,0x0f,0xae,0x44,0x02,0x40]
45 fxsave64 64(%rdx,%rax)
47 // CHECK: fxsave64 (%rdx)
48 // CHECK: encoding: [0x48,0x0f,0xae,0x02]
49 fxsave64 (%rdx)