From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 19:44:45 +0000 (+0100) Subject: replace XOR with ^ operator X-Git-Tag: convert-csv-opcode-to-binary~2959 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=966e90d264d6192760c55805c201408e2d181511;p=libreriscv.git replace XOR with ^ operator --- diff --git a/openpower/isa/fixedlogical.mdwn b/openpower/isa/fixedlogical.mdwn index 7cf78ef3b..199785caa 100644 --- a/openpower/isa/fixedlogical.mdwn +++ b/openpower/isa/fixedlogical.mdwn @@ -64,7 +64,7 @@ D-Form * xori RA,RS,UI - RA <- (RS) XOR ([0]*48 || UI) + RA <- (RS) ^ ([0]*48 || UI) Special Registers Altered: