Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <20240821223101.00002214@yahoo.com>
Deutsch   English   Français   Italiano  
<20240821223101.00002214@yahoo.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Michael S <already5chosen@yahoo.com>
Newsgroups: comp.arch
Subject: Re: number of registers
Date: Wed, 21 Aug 2024 22:31:01 +0300
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <20240821223101.00002214@yahoo.com>
References: <v98asi$rulo$1@dont-email.me>
	<38055f09c5d32ab77b9e3f1c7b979fb4@www.novabbs.org>
	<v991kh$vu8g$1@dont-email.me>
	<e4352bad7240a6276e453226136ea0b3@www.novabbs.org>
	<va049n$2vnr7$1@dont-email.me>
	<a566ca0c8b5c41f402b60e8bac445e24@www.novabbs.org>
	<2024Aug20.090149@mips.complang.tuwien.ac.at>
	<a3a57791722f7c21c4218f5be6226e97@www.novabbs.org>
	<E65xO.87567$WT8.2770@fx45.iad>
	<2acbec9e370181a0586943e3817141f5@www.novabbs.org>
	<2024Aug21.140047@mips.complang.tuwien.ac.at>
	<b85dde4a89af2687f1d70356e7e2fb49@www.novabbs.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 21 Aug 2024 21:31:07 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d460049651cbe98f018c69b8494bf964";
	logging-data="4185513"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/VFi3ZE9ttvT5ghBsJl3J8t4b3YeyqN7Q="
Cancel-Lock: sha1:4UioDkuVdi0zcRl0oFrLG3KNzb4=
X-Newsreader: Claws Mail 4.1.1 (GTK 3.24.34; x86_64-w64-mingw32)
Bytes: 1938

On Wed, 21 Aug 2024 19:13:55 +0000
mitchalsup@aol.com (MitchAlsup1) wrote:

> 
> The LD-OP-STs in Athlon and Opteron had a memory OpCode and
> calculation OpCode, and was performed in such a way that the physical
> address of the LD was used for the ST when its time came. The
> calculation OpCode was an ALU or the IMUL/DIV unit.
>

Are you sure about IMUL/DIV ?
MUL and DIV instructions have no RMW form on x86/i386/AMD64.
OTOH, shifts have.