Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/test/MC/X86/x86-32-coverage.s
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
Show First 20 Lines • Show All 10,746 Lines • ▼ Show 20 Lines | |||||
// CHECK: cldemote 4(%eax) | // CHECK: cldemote 4(%eax) | ||||
// CHECK: encoding: [0x0f,0x1c,0x40,0x04] | // CHECK: encoding: [0x0f,0x1c,0x40,0x04] | ||||
cldemote 4(%eax) | cldemote 4(%eax) | ||||
// CHECK: cldemote 3735928559(%ebx,%ecx,8) | // CHECK: cldemote 3735928559(%ebx,%ecx,8) | ||||
// CHECK: encoding: [0x0f,0x1c,0x84,0xcb,0xef,0xbe,0xad,0xde] | // CHECK: encoding: [0x0f,0x1c,0x84,0xcb,0xef,0xbe,0xad,0xde] | ||||
cldemote 0xdeadbeef(%ebx,%ecx,8) | cldemote 0xdeadbeef(%ebx,%ecx,8) | ||||
// CHECK: umonitor %eax | |||||
// CHECK: encoding: [0xf3,0x0f,0xae,0xf0] | |||||
umonitor %eax | |||||
// CHECK: umonitor %ax | |||||
// CHECK: encoding: [0x67,0xf3,0x0f,0xae,0xf0] | |||||
umonitor %ax | |||||
// CHECK: umwait %eax | |||||
// CHECK: encoding: [0xf2,0x0f,0xae,0xf0] | |||||
umwait %eax | |||||
// CHECK: tpause %eax | |||||
// CHECK: encoding: [0x66,0x0f,0xae,0xf0] | |||||
tpause %eax |