github.com/bir3/gocompiler@v0.9.2202/src/xvendor/golang.org/x/arch/arm/armasm/Makefile (about)

     1  tables.go: ../armmap/map.go ../arm.csv 
     2  	go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go