From 4ecd5d79fc18197838852479cff3ffb1abe78e1a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 24 Feb 2012 21:51:46 -0800 Subject: HLE: Implement the basic mechanism for XACQUIRE/XRELEASE This implements the mechanism for XACQUIRE/XRELEASE. It does not include the necessary annotations in insns.dat. Signed-off-by: H. Peter Anvin --- tokens.dat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tokens.dat') diff --git a/tokens.dat b/tokens.dat index c7d3b97..25179fa 100644 --- a/tokens.dat +++ b/tokens.dat @@ -1,6 +1,6 @@ ## -------------------------------------------------------------------------- ## -## Copyright 1996-2009 The NASM Authors - All Rights Reserved +## Copyright 1996-2012 The NASM Authors - All Rights Reserved ## See the file AUTHORS included with the NASM distribution for ## the specific copyright holders. ## @@ -52,6 +52,8 @@ repnz repz times wait +xacquire +xrelease % TOKEN_SPECIAL, 0, S_* abs -- cgit v1.2.3