view test/MC/X86/x86_64-hle-encoding.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 95c75e76d11b
children
line wrap: on
line source

// RUN: llvm-mc -triple x86_64-unknown-unknown --show-encoding %s | FileCheck %s

// CHECK: xacquire
// CHECK: [0xf2]
    xacquire

// CHECK: xrelease
// CHECK: [0xf3]
    xrelease