From: Jacob Lifshay Date: Mon, 4 Dec 2023 10:15:30 +0000 (-0800) Subject: fixedsync.mdwn: add sync instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=917bdcbdcca9ec1364c787a4aa3f7fbba7822d67;p=openpower-isa.git fixedsync.mdwn: add sync instruction --- diff --git a/openpower/isa/fixedsync.mdwn b/openpower/isa/fixedsync.mdwn index 13c1f6ef..a902857d 100644 --- a/openpower/isa/fixedsync.mdwn +++ b/openpower/isa/fixedsync.mdwn @@ -8,6 +8,21 @@ XL-Form * isync +Pseudo-code: + + # TODO + undefined(0) + +Special Registers Altered: + + None + +# Synchronise + +XL-Form + +* sync L,SC + Pseudo-code: # TODO