From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 459113858D33; Fri, 22 Dec 2023 00:42:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 459113858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 459113858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703205774; cv=none; b=RoBV5XMxnHkmYr1PGh56y/GDqOvpmJg/k61jPqU6CaN9Df/KF03pP842IeYVT9PNSFu8/yh81rkasHTnY4b+iaTBgG/R4Z8xvn6pmIduT5N9BzbUcNfLjUt1klizyS/sCSGLoEdlZGAgRJ/I61tf+sdqB1alDpxqHCvlSZECCUQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703205774; c=relaxed/simple; bh=6W6ZmqQHD768W2Ke/GgyUOLUEnQ8MhUv+rO14ztFGoE=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=Ofjwt78FxVGkX1kJnkLMXmk/HL9X8Nzjok2XXJHZjORR1cxpaAdFoPspmMoB9Ov0cjLUKa+B0hlPHJv0/e+qerStkS/24voG+LzCsNx7DUF/uG6g8Txe8oonQycFYsywUg8HdjG1hIcY2vYFpuBMjjtY0bMOjd16hjbKBbbY4uA= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by smtp.gentoo.org (Postfix, from userid 559) id C1EB8340DE6; Fri, 22 Dec 2023 00:42:51 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Cc: hp@sourceware.org Subject: [PATCH] sim: cris: change temp var name slightly to avoid shadowing Date: Thu, 21 Dec 2023 19:42:47 -0500 Message-ID: <20231222004247.11774-1-vapier@gentoo.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Rename the temp var to avoid shadowing another one: .../sim/cris/semcrisv10f-switch.c:11032:22: error: declaration of ‘tmp_tmpb’ shadows a previous local [-Werror=shadow=compatible-local] 11032 | tmp_tmpb = ({ SI tmp_tmpb; | ^~~~~~~~ .../sim/cris/semcrisv10f-switch.c:11031:24: note: shadowed declaration is here 11031 | tmp_tmpres = ({ SI tmp_tmpb; | ^~~~~~~~ --- cpu/cris.cpu | 8 +++--- sim/cris/semcrisv10f-switch.c | 48 +++++++++++++++++------------------ sim/cris/semcrisv32f-switch.c | 48 +++++++++++++++++------------------ 3 files changed, 52 insertions(+), 52 deletions(-) diff --git a/cpu/cris.cpu b/cpu/cris.cpu index ba5ed18a3d41..2fcd04e8e361 100644 --- a/cpu/cris.cpu +++ b/cpu/cris.cpu @@ -3667,10 +3667,10 @@ "Perform word-wise swap within each dword" (sequence SI - ((SI tmpb)) - (set tmpb x) - (or (and (sll tmpb 16) #xffff0000) - (and (srl tmpb 16) #xffff))) + ((SI tmpw)) + (set tmpw x) + (or (and (sll tmpw 16) #xffff0000) + (and (srl tmpw 16) #xffff))) ) (define-pmacro (swap-_ x) diff --git a/sim/cris/semcrisv10f-switch.c b/sim/cris/semcrisv10f-switch.c index cae56fd5ca8e..a803809ddc6e 100644 --- a/sim/cris/semcrisv10f-switch.c +++ b/sim/cris/semcrisv10f-switch.c @@ -11016,30 +11016,30 @@ SET_H_VBIT_MOVE (0); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 4)) { - tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpres = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); } else if (EQSI (tmp_tmpcode, 5)) { tmp_tmpres = ({ SI tmp_tmpr; - tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpr = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 6)) { tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); } else if (EQSI (tmp_tmpcode, 7)) { tmp_tmpres = ({ SI tmp_tmpr; tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } @@ -11064,30 +11064,30 @@ SET_H_VBIT_MOVE (0); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 12)) { - tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpres = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); } else if (EQSI (tmp_tmpcode, 13)) { tmp_tmpres = ({ SI tmp_tmpr; - tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpr = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 14)) { tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); } else if (EQSI (tmp_tmpcode, 15)) { tmp_tmpres = ({ SI tmp_tmpr; tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } diff --git a/sim/cris/semcrisv32f-switch.c b/sim/cris/semcrisv32f-switch.c index db2f7aa4710e..aa22ea24fd2b 100644 --- a/sim/cris/semcrisv32f-switch.c +++ b/sim/cris/semcrisv32f-switch.c @@ -11286,30 +11286,30 @@ SET_H_VBIT_MOVE (0); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 4)) { - tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpres = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); } else if (EQSI (tmp_tmpcode, 5)) { tmp_tmpres = ({ SI tmp_tmpr; - tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpr = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 6)) { tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); } else if (EQSI (tmp_tmpcode, 7)) { tmp_tmpres = ({ SI tmp_tmpr; tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = tmp_tmpval; -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = tmp_tmpval; +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } @@ -11334,30 +11334,30 @@ SET_H_VBIT_MOVE (0); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 12)) { - tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpres = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); } else if (EQSI (tmp_tmpcode, 13)) { tmp_tmpres = ({ SI tmp_tmpr; - tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpr = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } else if (EQSI (tmp_tmpcode, 14)) { tmp_tmpres = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); } else if (EQSI (tmp_tmpcode, 15)) { tmp_tmpres = ({ SI tmp_tmpr; tmp_tmpr = ({ SI tmp_tmpb; - tmp_tmpb = ({ SI tmp_tmpb; - tmp_tmpb = INVSI (tmp_tmpval); -; ORSI (ANDSI (SLLSI (tmp_tmpb, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpb, 16), 65535)); }); + tmp_tmpb = ({ SI tmp_tmpw; + tmp_tmpw = INVSI (tmp_tmpval); +; ORSI (ANDSI (SLLSI (tmp_tmpw, 16), 0xffff0000), ANDSI (SRLSI (tmp_tmpw, 16), 65535)); }); ; ORSI (ANDSI (SLLSI (tmp_tmpb, 8), 0xff00ff00), ANDSI (SRLSI (tmp_tmpb, 8), 16711935)); }); ; ORSI (SLLSI (ANDSI (tmp_tmpr, 16843009), 7), ORSI (SLLSI (ANDSI (tmp_tmpr, 33686018), 5), ORSI (SLLSI (ANDSI (tmp_tmpr, 67372036), 3), ORSI (SLLSI (ANDSI (tmp_tmpr, 134744072), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 269488144), 1), ORSI (SRLSI (ANDSI (tmp_tmpr, 538976288), 3), ORSI (SRLSI (ANDSI (tmp_tmpr, 1077952576), 5), SRLSI (ANDSI (tmp_tmpr, 0x80808080), 7)))))))); }); } -- 2.43.0