From: Peter Johnson Date: Wed, 4 Jul 2001 20:09:44 +0000 (-0000) Subject: Implement sfence. X-Git-Tag: v0.1.0~427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69ad452b439135270693c9c4854392c046df5bb5;p=yasm Implement sfence. svn path=/trunk/yasm/; revision=84 --- diff --git a/src/instrs.dat b/src/instrs.dat index 709f227c..131fdced 100644 --- a/src/instrs.dat +++ b/src/instrs.dat @@ -1,4 +1,4 @@ -; $Id: instrs.dat,v 1.12 2001/07/04 08:14:46 peter Exp $ +; $Id: instrs.dat,v 1.13 2001/07/04 20:09:44 peter Exp $ ; List of valid instruction/operand combinations ; ; Copyright (C) 2001 Peter Johnson @@ -820,7 +820,7 @@ scasb!onebyte AE 8086 scasw!onebyte16 AF scasd!onebyte32 AF ; setcc -;sfence nil nil 0F,AE ,7? +sfence!threebyte 0F,AE,F8 sgdt!twobytemem 0F,01,0 286 sidt!twobytemem 0F,01,1 286 shld!shlrd A4