From: Luke Kenneth Casson Leighton Date: Thu, 2 Apr 2020 14:40:31 +0000 (+0100) Subject: missing whitespace X-Git-Tag: convert-csv-opcode-to-binary~2992 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4b032ae81ad6a2169986402962519c0ce159d77;p=libreriscv.git missing whitespace --- diff --git a/openpower/isa/branch.mdwn b/openpower/isa/branch.mdwn index 127c37c9a..198838f97 100644 --- a/openpower/isa/branch.mdwn +++ b/openpower/isa/branch.mdwn @@ -12,6 +12,7 @@ I-Form if LK then LR <-iea CIA + 4 Special Registers Altered: + LR (if LK=1) # Branch Conditional @@ -35,6 +36,7 @@ B-Form if LK then LR <-iea CIA + 4 Special Registers Altered: + CTR (if BO2=0) LR (if LK=1) @@ -66,6 +68,7 @@ XL-Form if LK then LR <- iea CIA + 4 Special Registers Altered: + LR (if LK=1) # Branch Conditional to Branch Target Address Register @@ -85,5 +88,6 @@ XL-Form if LK then LR <-iea CIA + 4 Special Registers Altered: + CTR (if BO2=0) LR (if LK=1)