From 966e90d264d6192760c55805c201408e2d181511 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 20:44:45 +0100 Subject: [PATCH] replace XOR with ^ operator --- openpower/isa/fixedlogical.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2