[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / X86 / CLFSH-32.s
blob898569ec2df6c438c6784387d7c7b4c47ed06a54
1 // RUN: llvm-mc -triple i386-unknown-unknown --show-encoding %s | FileCheck %s
3 // CHECK: clflush -485498096(%edx,%eax,4)
4 // CHECK: encoding: [0x0f,0xae,0xbc,0x82,0x10,0xe3,0x0f,0xe3]
5 clflush -485498096(%edx,%eax,4)
7 // CHECK: clflush 485498096(%edx,%eax,4)
8 // CHECK: encoding: [0x0f,0xae,0xbc,0x82,0xf0,0x1c,0xf0,0x1c]
9 clflush 485498096(%edx,%eax,4)
11 // CHECK: clflush 485498096(%edx)
12 // CHECK: encoding: [0x0f,0xae,0xba,0xf0,0x1c,0xf0,0x1c]
13 clflush 485498096(%edx)
15 // CHECK: clflush 485498096
16 // CHECK: encoding: [0x0f,0xae,0x3d,0xf0,0x1c,0xf0,0x1c]
17 clflush 485498096
19 // CHECK: clflush 64(%edx,%eax)
20 // CHECK: encoding: [0x0f,0xae,0x7c,0x02,0x40]
21 clflush 64(%edx,%eax)
23 // CHECK: clflush (%edx)
24 // CHECK: encoding: [0x0f,0xae,0x3a]
25 clflush (%edx)