]> Cypherpunks repositories - gostls13.git/commit
6a/6l: add IMUL3Q and SHLDL
authorAdam Langley <agl@golang.org>
Thu, 23 Feb 2012 15:51:04 +0000 (10:51 -0500)
committerAdam Langley <agl@golang.org>
Thu, 23 Feb 2012 15:51:04 +0000 (10:51 -0500)
commit36d370700957f4ec8db2d36288eb30d2552d8181
tree098136afe7c8884f7a840f02d0dcea00bb2d9bed
parentac4055b2c5a81047271d8a0b830b657820a29698
6a/6l: add IMUL3Q and SHLDL

Although Intel considers the three-argument form of IMUL to be a
variant of IMUL, I couldn't make 6l able to differentiate it without
huge changes, so I called it IMUL3.

R=rsc
CC=golang-dev
https://golang.org/cl/5686055
src/cmd/6a/lex.c
src/cmd/6l/6.out.h
src/cmd/6l/optab.c