From 3edabea4aaacbc6f1ecfddc0bed1259fac180076 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 14 Mar 2022 22:11:13 -0700 Subject: [PATCH] rename bitmanip_inlines -> bitmanip --- openpower/sv/bitmanip.mdwn | 2 +- openpower/sv/{bitmanip_inlines => bitmanip}/cldivrem.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename openpower/sv/{bitmanip_inlines => bitmanip}/cldivrem.py (100%) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index d5a059dbb..1f8a21b6c 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -632,7 +632,7 @@ temp = clmul((RA), (RB)) ^ (RC) `cldivrem` isn't an actual instruction, but is just used in the pseudo-code for other instructions. -[[!inline pagenames="openpower/sv/bitmanip_inlines/cldivrem.py" raw="true" feeds="no" actions="yes"]] +[[!inline pagenames="openpower/sv/bitmanip/cldivrem.py" raw="true" feeds="no" actions="yes"]] ## `cldiv` Carry-less Division diff --git a/openpower/sv/bitmanip_inlines/cldivrem.py b/openpower/sv/bitmanip/cldivrem.py similarity index 100% rename from openpower/sv/bitmanip_inlines/cldivrem.py rename to openpower/sv/bitmanip/cldivrem.py -- 2.30.2