From: Luke Kenneth Casson Leighton Date: Thu, 2 Apr 2020 14:40:54 +0000 (+0100) Subject: missing whitespace X-Git-Tag: convert-csv-opcode-to-binary~2991 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51f0fbf4768943265c0a28abb4ffe3a365ad2b02;p=libreriscv.git missing whitespace --- diff --git a/openpower/isa/comparefixed.mdwn b/openpower/isa/comparefixed.mdwn index b93d1066f..61382419c 100644 --- a/openpower/isa/comparefixed.mdwn +++ b/openpower/isa/comparefixed.mdwn @@ -12,6 +12,7 @@ cmpi BF,L,RA,SI CR[4*BF+32:4*BF+35] <- c || XER[SO] Special Registers Altered: + CR field BF # Compare @@ -30,6 +31,7 @@ cmp BF,L,RA,RB CR[4*BF+32:4*BF+35] <- c || XER[SO] Special Registers Altered: + CR field BF # Compare Logical Immediate @@ -61,6 +63,7 @@ cmpl BF,L,RA,RB CR[4*BF+32:4*BF+35] <- c || XER[SO] Special Registers Altered: + CR field BF # Compare Ranged Byte @@ -88,6 +91,7 @@ cmprb BF,L,RA,RB CR[4×BF+35] <- 0b0 Special Registers Altered: + CR field BF # Compare Equal Byte @@ -113,5 +117,6 @@ cmpeqb BF,RA,RB CR[4×BF+35] <- 0b0 Special Registers Altered: + CR field BF