supporting more instructions seen in stdlib

This commit is contained in:
Michael McLoughlin
2018-11-24 17:32:18 -08:00
parent 124587f55c
commit 0edbdb064f
8 changed files with 1186 additions and 17 deletions

View File

@@ -22,7 +22,6 @@ BSRQ
BSWAPL
BSWAPQ
BTQ
BYTE
CALL
CMOVQCC
CMOVQCS
@@ -51,7 +50,6 @@ DECQ
DIVL
DIVQ
DIVSD
FUNCDATA
IMUL3Q
IMULQ
INCB

View File

@@ -1,7 +1,5 @@
package inst
//go:generate avogen -data ../data -output ztable.go godata
type Instruction struct {
Opcode string
Summary string

File diff suppressed because it is too large Load Diff