[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / X86 / XSAVEC-32.s
blobcb85359fed737c0be26ff55253af7c9e233ab453
1 // RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
3 // CHECK: xsavec -485498096(%edx,%eax,4)
4 // CHECK: encoding: [0x0f,0xc7,0xa4,0x82,0x10,0xe3,0x0f,0xe3]
5 xsavec -485498096(%edx,%eax,4)
7 // CHECK: xsavec 485498096(%edx,%eax,4)
8 // CHECK: encoding: [0x0f,0xc7,0xa4,0x82,0xf0,0x1c,0xf0,0x1c]
9 xsavec 485498096(%edx,%eax,4)
11 // CHECK: xsavec 485498096(%edx)
12 // CHECK: encoding: [0x0f,0xc7,0xa2,0xf0,0x1c,0xf0,0x1c]
13 xsavec 485498096(%edx)
15 // CHECK: xsavec 485498096
16 // CHECK: encoding: [0x0f,0xc7,0x25,0xf0,0x1c,0xf0,0x1c]
17 xsavec 485498096
19 // CHECK: xsavec 64(%edx,%eax)
20 // CHECK: encoding: [0x0f,0xc7,0x64,0x02,0x40]
21 xsavec 64(%edx,%eax)
23 // CHECK: xsavec (%edx)
24 // CHECK: encoding: [0x0f,0xc7,0x22]
25 xsavec (%edx)