From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 8 Feb 2015 23:15:08 -0800 To: 9fans@9fans.net Message-ID: <74e38fc3aa54b0f6a7e3566313eb0b13@brasstown.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] avx2 encoding Topicbox-Message-UUID: 437e4396-ead9-11e9-9d60-3106f5b1d025 at the risk of a second dumb question of the day, i'm looking at MOVQQU -32(SI)(BX*1), X7 which generates the diagnostic memmove4: doasm: notfound from=91 to=3b (220) [aname 666] -32(SI)(BX*1),X7 i tend to trust the compiler, but the verbage in the manual is a bit obtuse, and i haven't yet gone through the vex/256 encoding in detail, but it looks like the sib byte is still in there. is this just an oversight? - erik