From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <16c90927387c0a9664e3f4c14e0736b3@felloff.net> References: <16c90927387c0a9664e3f4c14e0736b3@felloff.net> Date: Fri, 17 Jan 2014 13:07:12 -0800 Message-ID: From: Steven Stallion To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] MOVLQSX wrong operand order Topicbox-Message-UUID: b3d9e3da-ead8-11e9-9d60-3106f5b1d025 On Fri, Jan 17, 2014 at 12:07 PM, wrote: > just disassembled some code generated by 6c > and found something funny. the debugger seems > to print the operands of MOVLQSX in the wrong > order. *db.c are notoriously out of date an almost all platforms. I spent a good chunk of time fixing up ARM (and adding a ton of ARMv7 stuff) last year. The patch is still sitting in patch/arm-refresh. At least my local copy is sane... Steve