From 917bdcbdcca9ec1364c787a4aa3f7fbba7822d67 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 4 Dec 2023 02:15:30 -0800 Subject: [PATCH] fixedsync.mdwn: add sync instruction --- openpower/isa/fixedsync.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.30.2