doc/articles/wiki/final-noclosure.go:16:6: exported type Page should have comment or be unexported doc/articles/wiki/final-noerror.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/final-parsetemplate.go:15:6: exported type Page should have comment or be unexported doc/articles/wiki/final-template.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/final.go:15:6: exported type Page should have comment or be unexported doc/articles/wiki/notemplate.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/part1-noerror.go:12:6: exported type Page should have comment or be unexported doc/articles/wiki/part1.go:12:6: exported type Page should have comment or be unexported doc/articles/wiki/part2.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/part3-errorhandling.go:14:6: exported type Page should have comment or be unexported doc/articles/wiki/part3.go:14:6: exported type Page should have comment or be unexported doc/codewalk/urlpoll.go:86:1: exported function Poller should have comment or be unexported doc/play/sieve.go:7:1: comment on exported function Generate should be of the form "Generate ..." doc/play/sieve.go:14:1: comment on exported function Filter should be of the form "Filter ..." doc/play/solitaire.go:9:7: exported const N should have comment or be unexported misc/cgo/fortran/fortran.go:10:1: exported function TheAnswer should have comment or be unexported misc/cgo/gmp/gmp.go:5:1: package comment should be of the form "Package gmp ..." misc/cgo/gmp/gmp.go:307:1: exported method Int.Int64 should have comment or be unexported misc/cgo/life/life.go:14:1: exported function Run should have comment or be unexported misc/cgo/life/life.go:25:1: comment on exported function GoStart should be of the form "GoStart ..." misc/cgo/life/life.go:37:1: comment on exported function GoWait should be of the form "GoWait ..." misc/cgo/nocgo/nocgo.go:11:1: exported function NoCgo should have comment or be unexported misc/cgo/stdio/file.go:26:6: exported type File should have comment or be unexported misc/cgo/stdio/file.go:32:1: exported method File.WriteString should have comment or be unexported misc/cgo/stdio/file.go:39:1: exported method File.Flush should have comment or be unexported misc/cgo/stdio/file.go:43:5: exported var Greeting should have comment or be unexported misc/cgo/stdio/file.go:44:5: exported var Gbytes should have comment or be unexported misc/cgo/stdio/stdio.go:21:5: exported var Stdout should have comment or be unexported misc/cgo/stdio/stdio.go:22:5: exported var Stderr should have comment or be unexported misc/cgo/test/backdoor.go:7:8: a blank import should be only in a main or test package, or have a comment justifying it misc/cgo/test/basic.go:65:7: exported const EINVAL should have comment or be unexported misc/cgo/test/basic.go:67:5: exported var KILO should have comment or be unexported misc/cgo/test/basic.go:74:1: exported function Strtol should have comment or be unexported misc/cgo/test/basic.go:81:1: exported function Atol should have comment or be unexported misc/cgo/test/basic.go:140:6: exported type Context should have comment or be unexported misc/cgo/test/callback.go:312:5: exported var Used should have comment or be unexported misc/cgo/test/cflags.go:5:1: package comment should be of the form "Package cgotest ..." misc/cgo/test/cflags.go:25:2: don't use underscores in Go names; var is_windows should be isWindows misc/cgo/test/complex.go:17:1: exported function TestComplexAlign should have comment or be unexported misc/cgo/test/cthread.go:21:1: comment on exported function Add should be of the form "Add ..." misc/cgo/test/exports.go:10:1: comment on exported function ReturnIntLong should be of the form "ReturnIntLong ..." misc/cgo/test/issue1222.go:27:6: exported type AsyncEvent should have comment or be unexported misc/cgo/test/issue1328.go:13:1: comment on exported function BackIntoGo should be of the form "BackIntoGo ..." misc/cgo/test/issue1560.go:34:1: comment on exported function BackgroundSleep should be of the form "BackgroundSleep ..." misc/cgo/test/issue21668.go:13:5: don't use underscores in Go names; var issue21668_X should be issue21668X misc/cgo/test/issue21897.go:37:16: should drop = 0 from declaration of var v; it is the zero value misc/cgo/test/issue22958.go:23:1: comment on exported var Vissue22958 should be of the form "Vissue22958 ..." misc/cgo/test/issue4029.go:28:1: comment on exported function IMPIsOpaque should be of the form "IMPIsOpaque ..." misc/cgo/test/issue4029.go:33:1: comment on exported function IMPInitWithFrame should be of the form "IMPInitWithFrame ..." misc/cgo/test/issue4029.go:38:1: comment on exported function IMPDrawRect should be of the form "IMPDrawRect ..." misc/cgo/test/issue4029.go:43:1: comment on exported function IMPWindowResize should be of the form "IMPWindowResize ..." misc/cgo/test/issue4029.go:59:2: don't use underscores in Go names; var this_process should be thisProcess misc/cgo/test/issue4029.go:66:2: don't use underscores in Go names; var symbol_address should be symbolAddress misc/cgo/test/issue6833.go:14:1: comment on exported function GoIssue6833Func should be of the form "GoIssue6833Func ..." misc/cgo/test/issue6907export.go:16:7: exported const CString should have comment or be unexported misc/cgo/test/issue6907export.go:18:1: comment on exported function CheckIssue6907Go should be of the form "CheckIssue6907Go ..." misc/cgo/test/issue8148.go:29:1: exported function Issue8148 should have comment or be unexported misc/cgo/test/sigprocmask.go:25:1: comment on exported function IntoGoAndBack should be of the form "IntoGoAndBack ..." misc/cgo/test/test22906.go:44:21: should drop = 0 from declaration of var x1; it is the zero value misc/cgo/test/test22906.go:46:20: should drop = 0 from declaration of var x2; it is the zero value misc/cgo/test/test22906.go:48:24: should drop = 0 from declaration of var x3; it is the zero value misc/cgo/test/test22906.go:50:21: should drop = 0 from declaration of var x4; it is the zero value misc/cgo/test/test22906.go:52:20: should drop = 0 from declaration of var x5; it is the zero value misc/cgo/test/test22906.go:54:27: should drop = 0 from declaration of var x6; it is the zero value misc/cgo/test/test22906.go:56:24: should drop = 0 from declaration of var x7; it is the zero value misc/cgo/test/test22906.go:58:24: should drop = 0 from declaration of var x8; it is the zero value misc/cgo/test/test22906.go:60:25: should drop = 0 from declaration of var x9; it is the zero value misc/cgo/test/test22906.go:62:24: should drop = 0 from declaration of var x10; it is the zero value misc/cgo/test/test22906.go:64:25: should drop = 0 from declaration of var x11; it is the zero value misc/cgo/test/test22906.go:66:26: should drop = 0 from declaration of var x12; it is the zero value misc/cgo/test/test22906.go:68:27: should drop = 0 from declaration of var x13; it is the zero value misc/cgo/test/test22906.go:70:27: should drop = 0 from declaration of var x14; it is the zero value misc/cgo/test/test22906.go:72:20: should drop = 0 from declaration of var x15; it is the zero value misc/cgo/test/gcc68255/a.go:15:1: exported function F should have comment or be unexported misc/cgo/test/issue8756/issue8756.go:9:1: exported function Pow should have comment or be unexported misc/cgo/test/issue8828/trivial.go:6:1: exported function Bar should have comment or be unexported misc/cgo/test/issue9026/issue9026.go:21:1: exported function Test should have comment or be unexported misc/cgo/test/issue9400/stubs.go:7:5: exported var Baton should have comment or be unexported misc/cgo/test/issue9400/stubs.go:9:1: exported function RewindAndSetgid should have comment or be unexported misc/cgo/test/issue9510a/a.go:13:1: exported function F should have comment or be unexported misc/cgo/test/issue9510b/b.go:13:1: exported function F should have comment or be unexported misc/cgo/testcarchive/src/libgo/libgo.go:29:1: comment on exported function DidInitRun should be of the form "DidInitRun ..." misc/cgo/testcarchive/src/libgo/libgo.go:44:1: comment on exported function DidMainRun should be of the form "DidMainRun ..." misc/cgo/testcarchive/src/libgo/libgo.go:47:1: comment on exported function CheckArgs should be of the form "CheckArgs ..." misc/cgo/testcarchive/src/libgo2/libgo2.go:52:5: exported var P should have comment or be unexported misc/cgo/testcarchive/src/libgo2/libgo2.go:73:1: comment on exported function GoRaiseSIGPIPE should be of the form "GoRaiseSIGPIPE ..." misc/cgo/testcarchive/src/libgo4/libgo4.go:27:1: comment on exported function GoCatchSIGIO should be of the form "GoCatchSIGIO ..." misc/cgo/testcarchive/src/libgo4/libgo4.go:39:1: comment on exported function GoRaiseSIGIO should be of the form "GoRaiseSIGIO ..." misc/cgo/testcarchive/src/libgo4/libgo4.go:45:1: comment on exported function SIGIOCount should be of the form "SIGIOCount ..." misc/cgo/testcarchive/src/p/p.go:9:1: comment on exported function FromPkg should be of the form "FromPkg ..." misc/cgo/testcshared/src/libgo/libgo.go:28:1: comment on exported function DidInitRun should be of the form "DidInitRun ..." misc/cgo/testcshared/src/libgo/libgo.go:43:1: comment on exported function DidMainRun should be of the form "DidMainRun ..." misc/cgo/testcshared/src/libgo4/libgo4.go:28:5: exported var P should have comment or be unexported misc/cgo/testcshared/src/p/p.go:9:1: comment on exported function FromPkg should be of the form "FromPkg ..." misc/cgo/testcshared/src/p/p.go:12:1: comment on exported function Divu should be of the form "Divu ..." misc/cgo/testplugin/altpath/src/common/common.go:7:5: exported var X should have comment or be unexported misc/cgo/testplugin/altpath/src/plugin-mismatch/main.go:15:1: exported function ReadCommonX should have comment or be unexported misc/cgo/testplugin/src/common/common.go:7:5: exported var X should have comment or be unexported misc/cgo/testplugin/src/iface_a/a.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testplugin/src/iface_a/a.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testplugin/src/iface_b/b.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testplugin/src/iface_b/b.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testplugin/src/iface_i/i.go:5:1: don't use an underscore in package name misc/cgo/testplugin/src/iface_i/i.go:7:6: exported type I should have comment or be unexported misc/cgo/testplugin/src/iface_i/i.go:11:6: exported type T should have comment or be unexported misc/cgo/testplugin/src/iface_i/i.go:14:1: exported method T.M should have comment or be unexported misc/cgo/testplugin/src/issue18584/plugin.go:9:6: exported type C should have comment or be unexported misc/cgo/testplugin/src/issue18584/plugin.go:12:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue18584/plugin.go:16:1: exported function G should have comment or be unexported misc/cgo/testplugin/src/issue18676/plugin.go:11:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue18676/dynamodbstreamsevt/definition.go:11:6: exported type Event should have comment or be unexported misc/cgo/testplugin/src/issue18676/dynamodbstreamsevt/definition.go:13:1: exported method Event.Dummy should have comment or be unexported misc/cgo/testplugin/src/issue19418/plugin.go:7:5: exported var Val should have comment or be unexported misc/cgo/testplugin/src/issue19529/plugin.go:7:6: exported type Foo should have comment or be unexported misc/cgo/testplugin/src/issue19529/plugin.go:11:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue19534/plugin.go:7:1: exported function Foo should have comment or be unexported misc/cgo/testplugin/src/issue22175/plugin1.go:9:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/issue22175/plugin2.go:7:1: exported function G should have comment or be unexported misc/cgo/testplugin/src/issue22295.pkg/plugin.go:14:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:15:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:20:1: exported function ReadCommonX should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:24:5: exported var Seven should have comment or be unexported misc/cgo/testplugin/src/plugin1/plugin1.go:47:1: exported function UnexportedNameReuse should have comment or be unexported misc/cgo/testplugin/src/plugin2/plugin2.go:34:1: exported function UnexportedNameReuse should have comment or be unexported misc/cgo/testplugin/src/sub/plugin1/plugin1.go:12:1: exported function F should have comment or be unexported misc/cgo/testplugin/src/sub/plugin1/plugin1.go:14:5: exported var FuncVar should have comment or be unexported misc/cgo/testplugin/src/sub/plugin1/plugin1.go:16:1: exported function ReadCommonX should have comment or be unexported misc/cgo/testplugin/unnamed1/main.go:10:1: exported function FuncInt should have comment or be unexported misc/cgo/testplugin/unnamed1/main.go:12:1: comment on exported function FuncRecursive should be of the form "FuncRecursive ..." misc/cgo/testplugin/unnamed1/main.go:16:6: exported type Y should have comment or be unexported misc/cgo/testplugin/unnamed1/main.go:19:6: exported type X should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:10:1: exported function FuncInt should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:12:1: exported function FuncRecursive should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:14:6: exported type Y should have comment or be unexported misc/cgo/testplugin/unnamed2/main.go:17:6: exported type X should have comment or be unexported misc/cgo/testsanitizers/src/msan3.go:23:1: comment on exported function GoFn should be of the form "GoFn ..." misc/cgo/testsanitizers/src/msan4.go:48:1: comment on exported function Nop should be of the form "Nop ..." misc/cgo/testsanitizers/src/msan5.go:43:1: comment on exported function Go1 should be of the form "Go1 ..." misc/cgo/testsanitizers/src/msan5.go:48:1: comment on exported function Go2 should be of the form "Go2 ..." misc/cgo/testsanitizers/src/tsan2.go:39:1: comment on exported function GoRun should be of the form "GoRun ..." misc/cgo/testshared/src/dep2/dep2.go:5:5: exported var W should have comment or be unexported misc/cgo/testshared/src/dep2/dep2.go:5:7: should omit type int from declaration of var W; it will be inferred from the right-hand side misc/cgo/testshared/src/dep2/dep2.go:9:6: exported type Dep2 should have comment or be unexported misc/cgo/testshared/src/dep2/dep2.go:13:1: exported function G should have comment or be unexported misc/cgo/testshared/src/dep3/dep3.go:14:6: exported type Dep3 should have comment or be unexported misc/cgo/testshared/src/dep3/dep3.go:19:1: exported function D3 should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:8:5: exported var SlicePtr should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:10:5: exported var V should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:10:7: should omit type int from declaration of var V; it will be inferred from the right-hand side misc/cgo/testshared/src/depBase/dep.go:12:5: exported var HasMask should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:12:13: should omit type []string from declaration of var HasMask; it will be inferred from the right-hand side misc/cgo/testshared/src/depBase/dep.go:14:6: exported type HasProg should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:18:6: exported type Dep should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:22:1: exported method Dep.Method should have comment or be unexported misc/cgo/testshared/src/depBase/dep.go:30:1: exported function F should have comment or be unexported misc/cgo/testshared/src/depBase/stubs.go:5:1: exported function ImplementedInAsm should have comment or be unexported misc/cgo/testshared/src/exe/exe.go:10:1: comment on exported function DeclaredInMain should be of the form "DeclaredInMain ..." misc/cgo/testshared/src/exe/exe.go:15:6: exported type C should have comment or be unexported misc/cgo/testshared/src/exe/exe.go:18:1: exported function F should have comment or be unexported misc/cgo/testshared/src/explicit/explicit.go:7:1: exported function E should have comment or be unexported misc/cgo/testshared/src/iface_a/a.go:5:1: don't use an underscore in package name misc/cgo/testshared/src/iface_a/a.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testshared/src/iface_a/a.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testshared/src/iface_b/b.go:5:1: don't use an underscore in package name misc/cgo/testshared/src/iface_b/b.go:9:1: comment on exported function F should be of the form "F ..." misc/cgo/testshared/src/iface_b/b.go:14:1: comment on exported function G should be of the form "G ..." misc/cgo/testshared/src/iface_i/i.go:5:1: don't use an underscore in package name misc/cgo/testshared/src/iface_i/i.go:7:6: exported type I should have comment or be unexported misc/cgo/testshared/src/iface_i/i.go:11:6: exported type T should have comment or be unexported misc/cgo/testshared/src/iface_i/i.go:14:1: exported method T.M should have comment or be unexported misc/cgo/testshared/src/implicit/implicit.go:3:1: exported function I should have comment or be unexported misc/cgo/testsigfwd/main.go:95:15: error strings should not be capitalized or end with punctuation or a newline misc/cgo/testsigfwd/main.go:107:14: error strings should not be capitalized or end with punctuation or a newline misc/cgo/testso/cgoso.go:24:1: exported function Test should have comment or be unexported misc/cgo/testsovar/cgoso.go:33:1: exported function Test should have comment or be unexported misc/swig/callback/callback.go:7:6: exported type GoCallback should have comment or be unexported misc/swig/callback/callback.go:9:1: exported method GoCallback.Run should have comment or be unexported misc/swig/stdio/file.go:15:1: exported function F should have comment or be unexported src/archive/tar/common.go:30:2: exported var ErrHeader should have comment or be unexported src/archive/tar/common.go:99:2: const paxUid should be paxUID src/archive/tar/common.go:151:2: struct field Uid should be UID src/archive/tar/common.go:607:2: don't use underscores in Go names; const c_ISUID should be cISUID src/archive/tar/common.go:608:2: don't use underscores in Go names; const c_ISGID should be cISGID src/archive/tar/common.go:609:2: don't use underscores in Go names; const c_ISVTX should be cISVTX src/archive/tar/common.go:613:2: don't use underscores in Go names; const c_ISDIR should be cISDIR src/archive/tar/common.go:614:2: don't use underscores in Go names; const c_ISFIFO should be cISFIFO src/archive/tar/common.go:615:2: don't use underscores in Go names; const c_ISREG should be cISREG src/archive/tar/common.go:616:2: don't use underscores in Go names; const c_ISLNK should be cISLNK src/archive/tar/common.go:617:2: don't use underscores in Go names; const c_ISBLK should be cISBLK src/archive/tar/common.go:618:2: don't use underscores in Go names; const c_ISCHR should be cISCHR src/archive/tar/common.go:619:2: don't use underscores in Go names; const c_ISSOCK should be cISSOCK src/archive/zip/reader.go:20:2: exported var ErrFormat should have comment or be unexported src/archive/zip/reader.go:25:6: exported type Reader should have comment or be unexported src/archive/zip/reader.go:32:6: exported type ReadCloser should have comment or be unexported src/archive/zip/reader.go:37:6: exported type File should have comment or be unexported src/archive/zip/reader.go:168:9: should omit type io.ReadCloser from declaration of var rc; it will be inferred from the right-hand side src/archive/zip/struct.go:253:2: don't use underscores in Go names; const s_IFMT should be sIFMT src/archive/zip/struct.go:254:2: don't use underscores in Go names; const s_IFSOCK should be sIFSOCK src/archive/zip/struct.go:255:2: don't use underscores in Go names; const s_IFLNK should be sIFLNK src/archive/zip/struct.go:256:2: don't use underscores in Go names; const s_IFREG should be sIFREG src/archive/zip/struct.go:257:2: don't use underscores in Go names; const s_IFBLK should be sIFBLK src/archive/zip/struct.go:258:2: don't use underscores in Go names; const s_IFDIR should be sIFDIR src/archive/zip/struct.go:259:2: don't use underscores in Go names; const s_IFCHR should be sIFCHR src/archive/zip/struct.go:260:2: don't use underscores in Go names; const s_IFIFO should be sIFIFO src/archive/zip/struct.go:261:2: don't use underscores in Go names; const s_ISUID should be sISUID src/archive/zip/struct.go:262:2: don't use underscores in Go names; const s_ISGID should be sISGID src/archive/zip/struct.go:263:2: don't use underscores in Go names; const s_ISVTX should be sISVTX src/archive/zip/struct.go:298:1: receiver name fh should be consistent with previous receiver name h for FileHeader src/bufio/bufio.go:22:2: exported var ErrInvalidUnreadByte should have comment or be unexported src/bufio/bufio.go:70:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:74:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:86:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:116:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:126:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:157:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:190:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:236:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:251:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:271:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:293:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:304:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:316:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:369:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:411:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:458:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:465:1: receiver name b should be consistent with previous receiver name r for Reader src/bufio/bufio.go:507:1: receiver name b should be consistent with previous receiver name r for Reader src/builtin/builtin.go:5:1: package comment should not have leading space src/cmd/api/goapi.go:345:6: exported type Walker should have comment or be unexported src/cmd/api/goapi.go:354:1: exported function NewWalker should have comment or be unexported src/cmd/api/goapi.go:363:1: exported method Walker.Features should have comment or be unexported src/cmd/api/goapi.go:429:1: exported method Walker.Import should have comment or be unexported src/cmd/asm/internal/arch/ppc64.go:42:1: exported function IsPPC64ISEL should have comment or be unexported src/cmd/asm/internal/asm/parse.go:26:6: exported type Parser should have comment or be unexported src/cmd/asm/internal/asm/parse.go:47:6: exported type Patch should have comment or be unexported src/cmd/asm/internal/asm/parse.go:52:1: exported function NewParser should have comment or be unexported src/cmd/asm/internal/asm/parse.go:92:1: exported method Parser.Parse should have comment or be unexported src/cmd/asm/internal/asm/parse.go:589:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/asm/internal/flags/flags.go:18:2: exported var Debug should have comment or be unexported src/cmd/asm/internal/flags/flags.go:28:2: exported var D should have comment or be unexported src/cmd/asm/internal/flags/flags.go:48:1: exported method MultiFlag.Set should have comment or be unexported src/cmd/asm/internal/flags/flags.go:53:1: exported function Usage should have comment or be unexported src/cmd/asm/internal/flags/flags.go:60:1: exported function Parse should have comment or be unexported src/cmd/asm/internal/lex/input.go:95:1: exported method Input.Next should have comment or be unexported src/cmd/asm/internal/lex/input.go:138:1: exported method Input.Text should have comment or be unexported src/cmd/asm/internal/lex/input.go:387:18: don't use underscores in Go names; method else_ should be else src/cmd/asm/internal/lex/input.go:475:1: exported method Input.Push should have comment or be unexported src/cmd/asm/internal/lex/input.go:482:1: exported method Input.Close should have comment or be unexported src/cmd/asm/internal/lex/lex.go:23:2: comment on exported const LSH should be of the form "LSH ..." src/cmd/asm/internal/lex/lex.go:26:2: exported const RSH should have comment (or a comment on this block) or be unexported src/cmd/asm/internal/lex/slice.go:21:1: exported function NewSlice should have comment or be unexported src/cmd/asm/internal/lex/slice.go:30:1: exported method Slice.Next should have comment or be unexported src/cmd/asm/internal/lex/slice.go:38:1: exported method Slice.Text should have comment or be unexported src/cmd/asm/internal/lex/slice.go:42:1: exported method Slice.File should have comment or be unexported src/cmd/asm/internal/lex/slice.go:46:1: exported method Slice.Base should have comment or be unexported src/cmd/asm/internal/lex/slice.go:50:1: exported method Slice.SetBase should have comment or be unexported src/cmd/asm/internal/lex/slice.go:56:1: exported method Slice.Line should have comment or be unexported src/cmd/asm/internal/lex/slice.go:60:1: exported method Slice.Col should have comment or be unexported src/cmd/asm/internal/lex/slice.go:73:1: exported method Slice.Close should have comment or be unexported src/cmd/asm/internal/lex/stack.go:24:1: exported method Stack.Next should have comment or be unexported src/cmd/asm/internal/lex/stack.go:36:1: exported method Stack.Text should have comment or be unexported src/cmd/asm/internal/lex/stack.go:40:1: exported method Stack.File should have comment or be unexported src/cmd/asm/internal/lex/stack.go:44:1: exported method Stack.Base should have comment or be unexported src/cmd/asm/internal/lex/stack.go:48:1: exported method Stack.SetBase should have comment or be unexported src/cmd/asm/internal/lex/stack.go:52:1: exported method Stack.Line should have comment or be unexported src/cmd/asm/internal/lex/stack.go:56:1: exported method Stack.Col should have comment or be unexported src/cmd/asm/internal/lex/stack.go:60:1: exported method Stack.Close should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:30:1: exported function NewTokenizer should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:69:1: exported method Tokenizer.Text should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:83:1: exported method Tokenizer.File should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:87:1: exported method Tokenizer.Base should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:91:1: exported method Tokenizer.SetBase should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:95:1: exported method Tokenizer.Line should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:99:1: exported method Tokenizer.Col should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:103:1: exported method Tokenizer.Next should have comment or be unexported src/cmd/asm/internal/lex/tokenizer.go:146:1: exported method Tokenizer.Close should have comment or be unexported src/cmd/cgo/main.go:90:1: exported method Ref.Pos should have comment or be unexported src/cmd/cgo/util.go:96:6: don't use underscores in Go names; func error_ should be error src/cmd/compile/internal/amd64/galign.go:15:1: exported function Init should have comment or be unexported src/cmd/compile/internal/amd64/ssa.go:47:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/amd64/ssa.go:88:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm/galign.go:13:1: exported function Init should have comment or be unexported src/cmd/compile/internal/arm/ssa.go:33:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm/ssa.go:39:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm/ssa.go:80:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm64/galign.go:13:1: exported function Init should have comment or be unexported src/cmd/compile/internal/arm64/ssa.go:31:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm64/ssa.go:37:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/arm64/ssa.go:43:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/alg.go:17:2: comment on exported const ANOEQ should be of the form "ANOEQ ..." src/cmd/compile/internal/gc/alg.go:19:2: exported const AMEM0 should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/alg.go:33:2: comment on exported const AMEM should be of the form "AMEM ..." src/cmd/compile/internal/gc/alg.go:36:2: comment on exported const ASPECIAL should be of the form "ASPECIAL ..." src/cmd/compile/internal/gc/alg.go:311:2: don't use underscores in Go names; var old_safemode should be oldSafemode src/cmd/compile/internal/gc/alg.go:495:2: don't use underscores in Go names; var old_safemode should be oldSafemode src/cmd/compile/internal/gc/align.go:20:1: exported function Rnd should have comment or be unexported src/cmd/compile/internal/gc/bv.go:61:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:65:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:73:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:81:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:91:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:120:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:129:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:138:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:145:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:152:1: receiver name dst should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:158:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/bv.go:171:1: receiver name bv should be consistent with previous receiver name bv1 for bvec src/cmd/compile/internal/gc/closure.go:108:23: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:159:5: don't use underscores in Go names; var closurename_closgen should be closurenameClosgen src/cmd/compile/internal/gc/closure.go:206:18: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:264:2: don't use underscores in Go names; var func_ should be func src/cmd/compile/internal/gc/closure.go:318:2: don't use underscores in Go names; var func_ should be func src/cmd/compile/internal/gc/closure.go:434:20: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:459:18: don't use underscores in Go names; func parameter func_ should be func src/cmd/compile/internal/gc/closure.go:543:5: don't use underscores in Go names; var makepartialcall_gopkg should be makepartialcallGopkg src/cmd/compile/internal/gc/const.go:18:2: exported const CTxxx should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/const.go:29:6: exported type Val should have comment or be unexported src/cmd/compile/internal/gc/const.go:40:1: exported method Val.Ctype should have comment or be unexported src/cmd/compile/internal/gc/const.go:114:6: exported type NilVal should have comment or be unexported src/cmd/compile/internal/gc/const.go:605:1: exported function Isconst should have comment or be unexported src/cmd/compile/internal/gc/const.go:712:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:713:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:714:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:715:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:716:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:717:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:718:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:719:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:720:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:721:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:722:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:723:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:724:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:725:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:726:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:727:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:728:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:729:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:730:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:731:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:732:3: don't use underscores in Go names; const OOR_ should be OOR src/cmd/compile/internal/gc/const.go:733:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:734:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:735:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:736:3: don't use underscores in Go names; const OEQ_ should be OEQ src/cmd/compile/internal/gc/const.go:737:3: don't use underscores in Go names; const ONE_ should be ONE src/cmd/compile/internal/gc/const.go:738:3: don't use underscores in Go names; const OLT_ should be OLT src/cmd/compile/internal/gc/const.go:739:3: don't use underscores in Go names; const OLE_ should be OLE src/cmd/compile/internal/gc/const.go:740:3: don't use underscores in Go names; const OGE_ should be OGE src/cmd/compile/internal/gc/const.go:741:3: don't use underscores in Go names; const OGT_ should be OGT src/cmd/compile/internal/gc/const.go:742:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:743:3: don't use ALL_CAPS in Go names; use CamelCase src/cmd/compile/internal/gc/const.go:1322:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/const.go:1602:6: don't use underscores in Go names; var cc_plus_dd should be ccPlusDd src/cmd/compile/internal/gc/dcl.go:63:5: don't use underscores in Go names; var declare_typegen should be declareTypegen src/cmd/compile/internal/gc/dcl.go:449:14: should drop = 0 from declaration of var i; it is the zero value src/cmd/compile/internal/gc/dcl.go:855:5: don't use underscores in Go names; var methodsym_toppkg should be methodsymToppkg src/cmd/compile/internal/gc/dwinl.go:145:5: should replace synthCount += 1 with synthCount++ src/cmd/compile/internal/gc/dwinl.go:339:26: should replace i += 1 with i++ src/cmd/compile/internal/gc/dwinl.go:365:21: should replace k += 1 with k++ src/cmd/compile/internal/gc/esc.go:182:2: exported const EscFuncUnknown should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/esc.go:188:1: comment on exported const MinLevel should be of the form "MinLevel ..." src/cmd/compile/internal/gc/esc.go:276:1: receiver name l1 should be consistent with previous receiver name l for Level src/cmd/compile/internal/gc/esc.go:301:6: exported type NodeEscState should have comment or be unexported src/cmd/compile/internal/gc/esc.go:382:6: exported type EscState should have comment or be unexported src/cmd/compile/internal/gc/esc.go:1758:7: exported const NOTALOOPDEPTH should have comment or be unexported src/cmd/compile/internal/gc/export.go:19:2: don't use underscores in Go names; var Debug_export should be DebugExport src/cmd/compile/internal/gc/export.go:19:2: exported var Debug_export should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:21:2: exported const FmtLeft should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/fmt.go:97:2: const FTypeId should be FTypeID src/cmd/compile/internal/gc/fmt.go:98:2: const FTypeIdName should be FTypeIDName src/cmd/compile/internal/gc/fmt.go:209:1: exported method Op.GoString should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:240:2: type fmtNodeTypeId should be fmtNodeTypeID src/cmd/compile/internal/gc/fmt.go:241:2: type fmtNodeTypeIdName should be fmtNodeTypeIDName src/cmd/compile/internal/gc/fmt.go:245:2: type fmtOpTypeId should be fmtOpTypeID src/cmd/compile/internal/gc/fmt.go:246:2: type fmtOpTypeIdName should be fmtOpTypeIDName src/cmd/compile/internal/gc/fmt.go:250:2: type fmtTypeTypeId should be fmtTypeTypeID src/cmd/compile/internal/gc/fmt.go:251:2: type fmtTypeTypeIdName should be fmtTypeTypeIDName src/cmd/compile/internal/gc/fmt.go:255:2: type fmtSymTypeId should be fmtSymTypeID src/cmd/compile/internal/gc/fmt.go:256:2: type fmtSymTypeIdName should be fmtSymTypeIDName src/cmd/compile/internal/gc/fmt.go:260:2: type fmtNodesTypeId should be fmtNodesTypeID src/cmd/compile/internal/gc/fmt.go:261:2: type fmtNodesTypeIdName should be fmtNodesTypeIDName src/cmd/compile/internal/gc/fmt.go:268:1: exported method Node.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:274:1: exported method Op.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:298:1: exported method Nodes.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:508:1: exported method Val.Format should have comment or be unexported src/cmd/compile/internal/gc/fmt.go:1247:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/fmt.go:1326:12: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/fmt.go:1815:1: receiver name l should be consistent with previous receiver name n for Nodes src/cmd/compile/internal/gc/fmt.go:1830:1: receiver name l should be consistent with previous receiver name n for Nodes src/cmd/compile/internal/gc/fmt.go:1856:1: exported function Dump should have comment or be unexported src/cmd/compile/internal/gc/go.go:16:2: exported const BADWIDTH should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/go.go:63:5: don't use underscores in Go names; var array_array should be arrayArray src/cmd/compile/internal/gc/go.go:65:5: don't use underscores in Go names; var array_nel should be arrayNel src/cmd/compile/internal/gc/go.go:67:5: don't use underscores in Go names; var array_cap should be arrayCap src/cmd/compile/internal/gc/go.go:69:5: don't use underscores in Go names; var sizeof_Array should be sizeofArray src/cmd/compile/internal/gc/go.go:79:5: don't use underscores in Go names; var sizeof_String should be sizeofString src/cmd/compile/internal/gc/go.go:103:5: exported var Debug should have comment or be unexported src/cmd/compile/internal/gc/go.go:107:5: don't use underscores in Go names; var Debug_checknil should be DebugChecknil src/cmd/compile/internal/gc/go.go:107:5: exported var Debug_checknil should have comment or be unexported src/cmd/compile/internal/gc/go.go:108:5: don't use underscores in Go names; var Debug_typeassert should be DebugTypeassert src/cmd/compile/internal/gc/go.go:108:5: exported var Debug_typeassert should have comment or be unexported src/cmd/compile/internal/gc/go.go:118:5: exported var Runtimepkg should have comment or be unexported src/cmd/compile/internal/gc/go.go:186:5: exported var Curfn should have comment or be unexported src/cmd/compile/internal/gc/go.go:188:5: exported var Widthptr should have comment or be unexported src/cmd/compile/internal/gc/go.go:190:5: exported var Widthreg should have comment or be unexported src/cmd/compile/internal/gc/go.go:196:5: don't use underscores in Go names; var compiling_runtime should be compilingRuntime src/cmd/compile/internal/gc/go.go:199:5: don't use underscores in Go names; var compiling_std should be compilingStd src/cmd/compile/internal/gc/go.go:201:5: don't use underscores in Go names; var compiling_wrappers should be compilingWrappers src/cmd/compile/internal/gc/go.go:203:5: don't use underscores in Go names; var use_writebarrier should be useWritebarrier src/cmd/compile/internal/gc/go.go:205:5: don't use underscores in Go names; var pure_go should be pureGo src/cmd/compile/internal/gc/go.go:207:5: don't use underscores in Go names; var flag_installsuffix should be flagInstallsuffix src/cmd/compile/internal/gc/go.go:209:5: don't use underscores in Go names; var flag_race should be flagRace src/cmd/compile/internal/gc/go.go:211:5: don't use underscores in Go names; var flag_msan should be flagMsan src/cmd/compile/internal/gc/go.go:229:5: exported var Ctxt should have comment or be unexported src/cmd/compile/internal/gc/go.go:233:5: exported var Nacl should have comment or be unexported src/cmd/compile/internal/gc/go.go:237:5: don't use underscores in Go names; var disable_checknil should be disableChecknil src/cmd/compile/internal/gc/go.go:243:6: exported type Arch should have comment or be unexported src/cmd/compile/internal/gc/go.go:277:2: exported var Deferproc should have its own declaration src/cmd/compile/internal/gc/go.go:301:2: exported var ControlWord32 should have its own declaration src/cmd/compile/internal/gc/gsubr.go:72:1: exported method Progs.NewProg should have comment or be unexported src/cmd/compile/internal/gc/gsubr.go:126:1: exported method Progs.Appendpp should have comment or be unexported src/cmd/compile/internal/gc/gsubr.go:247:1: exported function Addrconst should have comment or be unexported src/cmd/compile/internal/gc/gsubr.go:253:1: exported function Patch should have comment or be unexported src/cmd/compile/internal/gc/inl.go:79:2: don't use underscores in Go names; var save_safemode should be saveSafemode src/cmd/compile/internal/gc/inl.go:757:2: don't use underscores in Go names; var save_safemode should be saveSafemode src/cmd/compile/internal/gc/inl.go:1077:13: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/lex.go:44:2: comment on exported const Nointerface should be of the form "Nointerface ..." src/cmd/compile/internal/gc/lex.go:46:2: exported const Noescape should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/lex.go:53:2: comment on exported const Systemstack should be of the form "Systemstack ..." src/cmd/compile/internal/gc/lex.go:60:2: comment on exported const NotInHeap should be of the form "NotInHeap ..." src/cmd/compile/internal/gc/main.go:31:5: don't use underscores in Go names; var imported_unsafe should be importedUnsafe src/cmd/compile/internal/gc/main.go:38:2: don't use underscores in Go names; var Debug_append should be DebugAppend src/cmd/compile/internal/gc/main.go:38:2: exported var Debug_append should have comment or be unexported src/cmd/compile/internal/gc/main.go:39:2: don't use underscores in Go names; var Debug_asm should be DebugAsm src/cmd/compile/internal/gc/main.go:40:2: don't use underscores in Go names; var Debug_closure should be DebugClosure src/cmd/compile/internal/gc/main.go:41:2: don't use underscores in Go names; var Debug_compilelater should be DebugCompilelater src/cmd/compile/internal/gc/main.go:42:2: don't use underscores in Go names; var debug_dclstack should be debugDclstack src/cmd/compile/internal/gc/main.go:43:2: don't use underscores in Go names; var Debug_panic should be DebugPanic src/cmd/compile/internal/gc/main.go:44:2: don't use underscores in Go names; var Debug_slice should be DebugSlice src/cmd/compile/internal/gc/main.go:45:2: don't use underscores in Go names; var Debug_vlog should be DebugVlog src/cmd/compile/internal/gc/main.go:46:2: don't use underscores in Go names; var Debug_wb should be DebugWb src/cmd/compile/internal/gc/main.go:47:2: don't use underscores in Go names; var Debug_pctab should be DebugPctab src/cmd/compile/internal/gc/main.go:48:2: don't use underscores in Go names; var Debug_locationlist should be DebugLocationlist src/cmd/compile/internal/gc/main.go:49:2: don't use underscores in Go names; var Debug_typecheckinl should be DebugTypecheckinl src/cmd/compile/internal/gc/main.go:50:2: don't use underscores in Go names; var Debug_gendwarfinl should be DebugGendwarfinl src/cmd/compile/internal/gc/main.go:51:2: don't use underscores in Go names; var Debug_softfloat should be DebugSoftfloat src/cmd/compile/internal/gc/main.go:223:6: don't use underscores in Go names; var flag_shared should be flagShared src/cmd/compile/internal/gc/main.go:224:6: don't use underscores in Go names; var flag_dynlink should be flagDynlink src/cmd/compile/internal/gc/main.go:927:2: don't use underscores in Go names; var path_ should be path src/cmd/compile/internal/gc/main.go:1195:1: exported function IsAlias should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:16:2: comment on exported const Mpprec should be of the form "Mpprec ..." src/cmd/compile/internal/gc/mpfloat.go:19:2: comment on exported const Mpdebug should be of the form "Mpdebug ..." src/cmd/compile/internal/gc/mpfloat.go:47:1: exported method Mpflt.SetInt should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:56:1: exported method Mpflt.Set should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:60:1: exported method Mpflt.Add should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:72:1: exported method Mpflt.AddFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:79:1: exported method Mpflt.Sub should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:91:1: exported method Mpflt.Mul should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:103:1: exported method Mpflt.MulFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:110:1: exported method Mpflt.Quo should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:122:1: exported method Mpflt.Cmp should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:126:1: exported method Mpflt.CmpFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:133:1: exported method Mpflt.Float64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:144:1: exported method Mpflt.Float32 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:156:1: exported method Mpflt.SetFloat64 should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:172:1: exported method Mpflt.Neg should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:179:1: exported method Mpflt.SetString should have comment or be unexported src/cmd/compile/internal/gc/mpfloat.go:203:1: receiver name f should be consistent with previous receiver name a for Mpflt src/cmd/compile/internal/gc/mpint.go:21:1: exported method Mpint.SetOverflow should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:35:1: exported method Mpint.Set should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:39:1: exported method Mpint.SetFloat should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:73:1: exported method Mpint.Add should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:89:1: exported method Mpint.Sub should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:105:1: exported method Mpint.Mul should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:121:1: exported method Mpint.Quo should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:138:1: exported method Mpint.Rem should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:155:1: exported method Mpint.Or should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:167:1: exported method Mpint.And should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:179:1: exported method Mpint.AndNot should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:191:1: exported method Mpint.Xor should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:203:1: exported method Mpint.Lsh should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:230:1: exported method Mpint.Rsh should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:253:1: exported method Mpint.Cmp should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:257:1: exported method Mpint.CmpInt64 should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:264:1: exported method Mpint.Neg should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:268:1: exported method Mpint.Int64 should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:279:1: exported method Mpint.SetInt64 should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:283:1: exported method Mpint.SetString should have comment or be unexported src/cmd/compile/internal/gc/mpint.go:302:1: receiver name x should be consistent with previous receiver name a for Mpint src/cmd/compile/internal/gc/noder.go:1337:27: don't use underscores in Go names; method parameter src_ should be src src/cmd/compile/internal/gc/obj.go:19:1: comment on exported const ArhdrSize should be of the form "ArhdrSize ..." src/cmd/compile/internal/gc/obj.go:362:5: don't use underscores in Go names; var slicebytes_gen should be slicebytesGen src/cmd/compile/internal/gc/order.go:64:2: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/order.go:88:2: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:81:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:114:7: don't use underscores in Go names; range var var_ should be var src/cmd/compile/internal/gc/phi.go:186:41: don't use underscores in Go names; method parameter var_ should be var src/cmd/compile/internal/gc/phi.go:328:7: don't use underscores in Go names; range var var_ should be var src/cmd/compile/internal/gc/phi.go:452:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:466:3: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/phi.go:514:73: don't use underscores in Go names; method parameter var_ should be var src/cmd/compile/internal/gc/plive.go:115:1: comment on exported type Liveness should be of the form "Liveness ..." (with optional leading article) src/cmd/compile/internal/gc/racewalk.go:36:5: don't use underscores in Go names; var omit_pkgs should be omitPkgs src/cmd/compile/internal/gc/racewalk.go:40:5: don't use underscores in Go names; var norace_inst_pkgs should be noraceInstPkgs src/cmd/compile/internal/gc/reflect.go:44:6: exported type Sig should have comment or be unexported src/cmd/compile/internal/gc/reflect.go:49:2: don't use underscores in Go names; struct field type_ should be type src/cmd/compile/internal/gc/reflect.go:1813:6: exported type GCProg should have comment or be unexported src/cmd/compile/internal/gc/reflect.go:1813:6: type name will be used as gc.GCProg by other packages, and that stutters; consider calling this Prog src/cmd/compile/internal/gc/reflect.go:1819:5: don't use underscores in Go names; var Debug_gcprog should be DebugGcprog src/cmd/compile/internal/gc/reflect.go:1819:5: exported var Debug_gcprog should have comment or be unexported src/cmd/compile/internal/gc/select.go:258:2: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/sinit.go:20:6: exported type InitEntry should have comment or be unexported src/cmd/compile/internal/gc/sinit.go:25:6: exported type InitPlan should have comment or be unexported src/cmd/compile/internal/gc/sinit.go:707:57: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/sinit.go:773:42: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/sinit.go:1055:22: don't use underscores in Go names; func parameter var_ should be var src/cmd/compile/internal/gc/ssa.go:27:2: don't use underscores in Go names; var types_ should be types src/cmd/compile/internal/gc/ssa.go:350:17: don't use underscores in Go names; method Debug_checknil should be DebugChecknil src/cmd/compile/internal/gc/ssa.go:1304:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/ssa.go:2132:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/ssa.go:3534:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/ssa.go:4003:5: don't use underscores in Go names; var u64_f64 should be u64F64 src/cmd/compile/internal/gc/ssa.go:4013:5: don't use underscores in Go names; var u64_f32 should be u64F32 src/cmd/compile/internal/gc/ssa.go:4094:5: don't use underscores in Go names; var u32_f64 should be u32F64 src/cmd/compile/internal/gc/ssa.go:4099:5: don't use underscores in Go names; var u32_f32 should be u32F32 src/cmd/compile/internal/gc/ssa.go:4209:5: don't use underscores in Go names; var f32_u64 should be f32U64 src/cmd/compile/internal/gc/ssa.go:4219:5: don't use underscores in Go names; var f64_u64 should be f64U64 src/cmd/compile/internal/gc/ssa.go:4229:5: don't use underscores in Go names; var f32_u32 should be f32U32 src/cmd/compile/internal/gc/ssa.go:4239:5: don't use underscores in Go names; var f64_u32 should be f64U32 src/cmd/compile/internal/gc/ssa.go:4609:1: comment on exported method SSAGenState.DebugFriendlySetPosFrom should be of the form "DebugFriendlySetPosFrom ..." src/cmd/compile/internal/gc/ssa.go:4887:6: exported type FloatingEQNEJump should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:4900:1: exported method SSAGenState.FPJump should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:4918:1: exported function AuxOffset should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:4936:1: exported function AddAux2 should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5059:1: exported function AddrAuto should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5072:1: exported method SSAGenState.AddrScratch should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5083:1: exported method SSAGenState.Call should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5362:37: don't use underscores in Go names; method parameter fmt_ should be fmt src/cmd/compile/internal/gc/ssa.go:5366:17: don't use underscores in Go names; method Debug_checknil should be DebugChecknil src/cmd/compile/internal/gc/ssa.go:5395:1: exported method Node.Typ should have comment or be unexported src/cmd/compile/internal/gc/ssa.go:5398:1: exported method Node.StorageClass should have comment or be unexported src/cmd/compile/internal/gc/subr.go:24:6: exported type Error should have comment or be unexported src/cmd/compile/internal/gc/subr.go:153:1: exported function Warn should have comment or be unexported src/cmd/compile/internal/gc/subr.go:153:11: don't use underscores in Go names; func parameter fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:159:1: exported function Warnl should have comment or be unexported src/cmd/compile/internal/gc/subr.go:159:27: don't use underscores in Go names; func parameter fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:166:1: exported function Fatalf should have comment or be unexported src/cmd/compile/internal/gc/subr.go:166:13: don't use underscores in Go names; func parameter fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1195:2: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1197:3: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1200:3: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1206:4: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1208:4: don't use underscores in Go names; var fmt_ should be fmt src/cmd/compile/internal/gc/subr.go:1509:1: comment on exported type Symlink should be of the form "Symlink ..." (with optional leading article) src/cmd/compile/internal/gc/syntax.go:62:1: exported method Node.IsSynthetic should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:109:1: exported method Node.Class should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:110:1: exported method Node.Walkdef should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:111:1: exported method Node.Typecheck should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:112:1: exported method Node.Initorder should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:114:1: exported method Node.HasBreak should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:115:1: exported method Node.IsClosureVar should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:116:1: exported method Node.NoInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:117:1: exported method Node.IsOutputParamHeapAddr should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:118:1: exported method Node.Assigned should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:119:1: exported method Node.Addrtaken should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:120:1: exported method Node.Implicit should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:121:1: exported method Node.Isddd should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:122:1: exported method Node.Diag should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:123:1: exported method Node.Colas should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:124:1: exported method Node.NonNil should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:125:1: exported method Node.Noescape should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:126:1: exported method Node.Bounded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:127:1: exported method Node.Addable should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:128:1: exported method Node.HasCall should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:129:1: exported method Node.Likely should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:130:1: exported method Node.HasVal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:131:1: exported method Node.HasOpt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:132:1: exported method Node.Embedded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:133:1: exported method Node.InlFormal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:134:1: exported method Node.InlLocal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:136:1: exported method Node.SetClass should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:137:1: exported method Node.SetWalkdef should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:138:1: exported method Node.SetTypecheck should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:139:1: exported method Node.SetInitorder should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:141:1: exported method Node.SetHasBreak should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:142:1: exported method Node.SetIsClosureVar should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:143:1: exported method Node.SetNoInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:144:1: exported method Node.SetIsOutputParamHeapAddr should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:145:1: exported method Node.SetAssigned should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:146:1: exported method Node.SetAddrtaken should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:147:1: exported method Node.SetImplicit should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:148:1: exported method Node.SetIsddd should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:149:1: exported method Node.SetDiag should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:150:1: exported method Node.SetColas should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:151:1: exported method Node.SetNonNil should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:152:1: exported method Node.SetNoescape should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:153:1: exported method Node.SetBounded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:154:1: exported method Node.SetAddable should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:155:1: exported method Node.SetHasCall should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:156:1: exported method Node.SetLikely should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:157:1: exported method Node.SetHasVal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:158:1: exported method Node.SetHasOpt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:159:1: exported method Node.SetEmbedded should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:160:1: exported method Node.SetInlFormal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:161:1: exported method Node.SetInlLocal should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:205:1: exported method Node.Iota should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:209:1: exported method Node.SetIota should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:260:1: exported method Name.Captured should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:261:1: exported method Name.Readonly should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:262:1: exported method Name.Byval should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:263:1: exported method Name.Needzero should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:264:1: exported method Name.Keepalive should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:265:1: exported method Name.AutoTemp should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:266:1: exported method Name.Used should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:268:1: exported method Name.SetCaptured should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:269:1: exported method Name.SetReadonly should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:270:1: exported method Name.SetByval should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:271:1: exported method Name.SetNeedzero should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:272:1: exported method Name.SetKeepalive should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:273:1: exported method Name.SetAutoTemp should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:274:1: exported method Name.SetUsed should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:276:6: exported type Param should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:478:1: exported method Func.Dupok should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:479:1: exported method Func.Wrapper should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:480:1: exported method Func.Needctxt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:481:1: exported method Func.ReflectMethod should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:482:1: exported method Func.IsHiddenClosure should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:483:1: exported method Func.HasDefer should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:484:1: exported method Func.NilCheckDisabled should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:485:1: exported method Func.InlinabilityChecked should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:486:1: exported method Func.ExportInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:488:1: exported method Func.SetDupok should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:489:1: exported method Func.SetWrapper should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:490:1: exported method Func.SetNeedctxt should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:491:1: exported method Func.SetReflectMethod should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:492:1: exported method Func.SetIsHiddenClosure should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:493:1: exported method Func.SetHasDefer should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:494:1: exported method Func.SetNilCheckDisabled should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:495:1: exported method Func.SetInlinabilityChecked should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:496:1: exported method Func.SetExportInline should have comment or be unexported src/cmd/compile/internal/gc/syntax.go:509:6: exported type Op should have comment or be unexported src/cmd/compile/internal/gc/truncconst_test.go:9:13: should omit type float64 from declaration of var f52want; it will be inferred from the right-hand side src/cmd/compile/internal/gc/truncconst_test.go:10:13: should omit type float64 from declaration of var f53want; it will be inferred from the right-hand side src/cmd/compile/internal/gc/typecheck.go:16:2: exported const Etop should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/gc/typecheck.go:107:6: don't use underscores in Go names; func sprint_depchain should be sprintDepchain src/cmd/compile/internal/gc/typecheck.go:119:5: don't use underscores in Go names; var typecheck_tcstack should be typecheckTcstack src/cmd/compile/internal/gc/typecheck.go:3844:1: receiver name l should be consistent with previous receiver name nl for Nodes src/cmd/compile/internal/gc/typecheck.go:3950:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/typecheck.go:3960:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/gc/util.go:25:1: exported function Exit should have comment or be unexported src/cmd/compile/internal/gc/walk.go:584:3: don't use underscores in Go names; var old_safemode should be oldSafemode src/cmd/compile/internal/gc/walk.go:827:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:841:3: don't use underscores in Go names; var map_ should be map src/cmd/compile/internal/gc/walk.go:1160:3: don't use underscores in Go names; var map_ should be map src/cmd/compile/internal/gc/walk.go:1548:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:1590:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:1719:3: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:3321:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:3326:4: don't use underscores in Go names; var var_ should be var src/cmd/compile/internal/gc/walk.go:3860:5: don't use underscores in Go names; var walkprintfunc_prgen should be walkprintfuncPrgen src/cmd/compile/internal/gc/walk.go:3913:31: don't use underscores in Go names; func parameter types_ should be types src/cmd/compile/internal/mips/galign.go:14:1: exported function Init should have comment or be unexported src/cmd/compile/internal/mips/ssa.go:32:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips/ssa.go:40:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips/ssa.go:46:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips/ssa.go:61:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/galign.go:14:1: exported function Init should have comment or be unexported src/cmd/compile/internal/mips64/ssa.go:32:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:40:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:46:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:52:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/mips64/ssa.go:67:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/galign.go:13:1: exported function Init should have comment or be unexported src/cmd/compile/internal/ppc64/opt.go:10:2: don't use underscores in Go names; const V_CC should be VCC src/cmd/compile/internal/ppc64/opt.go:11:2: don't use underscores in Go names; const V_V should be VV src/cmd/compile/internal/ppc64/ssa.go:75:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/ssa.go:81:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/ssa.go:87:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ppc64/ssa.go:939:3: don't use underscores in Go names; var dst_reg should be dstReg src/cmd/compile/internal/ppc64/ssa.go:940:3: don't use underscores in Go names; var src_reg should be srcReg src/cmd/compile/internal/s390x/galign.go:12:1: exported function Init should have comment or be unexported src/cmd/compile/internal/s390x/ssa.go:54:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:60:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:66:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:105:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:110:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:116:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/s390x/ssa.go:122:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/bits_go19.go:11:1: exported function TrailingZeros64 should have comment or be unexported src/cmd/compile/internal/ssa/block.go:92:1: exported method Edge.Block should have comment or be unexported src/cmd/compile/internal/ssa/block.go:95:1: exported method Edge.Index should have comment or be unexported src/cmd/compile/internal/ssa/block.go:99:1: comment on exported type BlockKind should be of the form "BlockKind ..." (with optional leading article) src/cmd/compile/internal/ssa/block.go:112:1: comment on exported method Block.LongString should be of the form "LongString ..." src/cmd/compile/internal/ssa/block.go:136:1: exported method Block.SetControl should have comment or be unexported src/cmd/compile/internal/ssa/block.go:224:1: exported method Block.Logf should have comment or be unexported src/cmd/compile/internal/ssa/block.go:225:1: exported method Block.Log should have comment or be unexported src/cmd/compile/internal/ssa/block.go:226:1: exported method Block.Fatalf should have comment or be unexported src/cmd/compile/internal/ssa/block.go:228:6: exported type BranchPrediction should have comment or be unexported src/cmd/compile/internal/ssa/block.go:231:2: exported const BranchUnlikely should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/cache.go:31:1: exported method Cache.Reset should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:165:1: comment on exported var IntrinsicsDebug should be of the form "IntrinsicsDebug ..." src/cmd/compile/internal/ssa/compile.go:167:5: exported var IntrinsicsDisable should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:169:5: exported var BuildDebug should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:170:5: exported var BuildTest should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:171:5: exported var BuildStats should have comment or be unexported src/cmd/compile/internal/ssa/compile.go:172:5: exported var BuildDump should have comment or be unexported src/cmd/compile/internal/ssa/config.go:50:6: exported type Types should have comment or be unexported src/cmd/compile/internal/ssa/config.go:76:6: exported type Logger should have comment or be unexported src/cmd/compile/internal/ssa/config.go:88:22: don't use underscores in Go names; interface method parameter fmt_ should be fmt src/cmd/compile/internal/ssa/config.go:94:6: exported type Frontend should have comment or be unexported src/cmd/compile/internal/ssa/config.go:140:1: comment on exported type GCNode should be of the form "GCNode ..." (with optional leading article) src/cmd/compile/internal/ssa/config.go:149:6: exported type StorageClass should have comment or be unexported src/cmd/compile/internal/ssa/config.go:152:2: exported const ClassAuto should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/config.go:329:1: exported method Config.Set387 should have comment or be unexported src/cmd/compile/internal/ssa/config.go:334:1: exported method Config.SparsePhiCutoff should have comment or be unexported src/cmd/compile/internal/ssa/config.go:335:1: exported method Config.Ctxt should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:1:1: package comment should be of the form "Package ssa ..." src/cmd/compile/internal/ssa/debug.go:15:6: exported type SlotID should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:16:6: exported type VarID should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:35:6: exported type BlockDebug should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:140:5: exported var BlockStart should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:146:5: exported var BlockEnd should have comment or be unexported src/cmd/compile/internal/ssa/debug.go:202:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:287:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:291:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:295:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:427:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:500:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:609:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:783:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:839:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/debug.go:882:1: receiver name state should be consistent with previous receiver name s for debugState src/cmd/compile/internal/ssa/export_test.go:140:24: don't use underscores in Go names; method Debug_checknil should be DebugChecknil src/cmd/compile/internal/ssa/func.go:158:1: comment on exported method Func.LogStat should be of the form "LogStat ..." src/cmd/compile/internal/ssa/func.go:209:1: comment on exported method Func.NewBlock should be of the form "NewBlock ..." src/cmd/compile/internal/ssa/func.go:255:1: comment on exported method Block.NewValue0I should be of the form "NewValue0I ..." src/cmd/compile/internal/ssa/func.go:263:1: comment on exported method Block.NewValue0A should be of the form "NewValue0A ..." src/cmd/compile/internal/ssa/func.go:278:1: comment on exported method Block.NewValue0IA should be of the form "NewValue0IA ..." src/cmd/compile/internal/ssa/func.go:457:1: comment on exported method Func.ConstBool should be of the form "ConstBool ..." src/cmd/compile/internal/ssa/func.go:465:1: exported method Func.ConstInt8 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:468:1: exported method Func.ConstInt16 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:471:1: exported method Func.ConstInt32 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:474:1: exported method Func.ConstInt64 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:477:1: exported method Func.ConstFloat32 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:480:1: exported method Func.ConstFloat64 should have comment or be unexported src/cmd/compile/internal/ssa/func.go:484:1: exported method Func.ConstSlice should have comment or be unexported src/cmd/compile/internal/ssa/func.go:487:1: exported method Func.ConstInterface should have comment or be unexported src/cmd/compile/internal/ssa/func.go:490:1: exported method Func.ConstNil should have comment or be unexported src/cmd/compile/internal/ssa/func.go:493:1: exported method Func.ConstEmptyString should have comment or be unexported src/cmd/compile/internal/ssa/func.go:498:1: exported method Func.ConstOffPtrSP should have comment or be unexported src/cmd/compile/internal/ssa/func.go:507:1: exported method Func.Frontend should have comment or be unexported src/cmd/compile/internal/ssa/func.go:508:1: exported method Func.Warnl should have comment or be unexported src/cmd/compile/internal/ssa/func.go:509:1: exported method Func.Logf should have comment or be unexported src/cmd/compile/internal/ssa/func.go:510:1: exported method Func.Log should have comment or be unexported src/cmd/compile/internal/ssa/func.go:511:1: exported method Func.Fatalf should have comment or be unexported src/cmd/compile/internal/ssa/func.go:521:1: exported method Func.Postorder should have comment or be unexported src/cmd/compile/internal/ssa/func.go:633:1: exported function DebugNameMatch should have comment or be unexported src/cmd/compile/internal/ssa/func_test.go:139:15: should omit type pass from declaration of var emptyPass; it will be inferred from the right-hand side src/cmd/compile/internal/ssa/func_test.go:147:49: exported method Fun returns unexported type ssa.fun, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:203:48: exported func Bloc returns unexported type ssa.bloc, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:227:93: exported func Valu returns unexported type ssa.valu, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:233:24: exported func Goto returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:238:32: exported func If returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:243:23: exported func Exit returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/func_test.go:248:32: exported func Eq returns unexported type ssa.ctrl, which can be annoying to use src/cmd/compile/internal/ssa/html.go:17:6: exported type HTMLWriter should have comment or be unexported src/cmd/compile/internal/ssa/html.go:22:1: exported function NewHTMLWriter should have comment or be unexported src/cmd/compile/internal/ssa/html.go:307:1: exported method HTMLWriter.Close should have comment or be unexported src/cmd/compile/internal/ssa/html.go:343:1: exported method HTMLWriter.Printf should have comment or be unexported src/cmd/compile/internal/ssa/html.go:349:1: exported method HTMLWriter.WriteString should have comment or be unexported src/cmd/compile/internal/ssa/html.go:355:1: exported method Value.HTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:363:1: exported method Value.LongHTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:404:1: exported method Block.HTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:412:1: exported method Block.LongHTML should have comment or be unexported src/cmd/compile/internal/ssa/html.go:442:1: exported method Func.HTML should have comment or be unexported src/cmd/compile/internal/ssa/id.go:7:6: exported type ID should have comment or be unexported src/cmd/compile/internal/ssa/location.go:12:1: comment on exported type Location should be of the form "Location ..." (with optional leading article) src/cmd/compile/internal/ssa/location.go:70:6: exported type LocPair should have comment or be unexported src/cmd/compile/internal/ssa/op.go:85:2: exported const SymRead should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/op.go:102:1: exported method ValAndOff.Val should have comment or be unexported src/cmd/compile/internal/ssa/op.go:105:1: exported method ValAndOff.Off should have comment or be unexported src/cmd/compile/internal/ssa/op.go:108:1: exported method ValAndOff.Int64 should have comment or be unexported src/cmd/compile/internal/ssa/redblack32.go:83:1: receiver name n should be consistent with previous receiver name t for node32 src/cmd/compile/internal/ssa/redblack32.go:90:1: receiver name n should be consistent with previous receiver name t for node32 src/cmd/compile/internal/ssa/redblack32.go:101:1: receiver name n should be consistent with previous receiver name t for node32 src/cmd/compile/internal/ssa/redblack32.go:246:33: don't use underscores in Go names; method parameter allow_eq should be allowEq src/cmd/compile/internal/ssa/redblack32.go:264:33: don't use underscores in Go names; method parameter allow_eq should be allowEq src/cmd/compile/internal/ssa/redblack32.go:297:7: don't use underscores in Go names; var new_l should be newL src/cmd/compile/internal/ssa/redblack32.go:310:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/redblack32.go:322:7: don't use underscores in Go names; var new_r should be newR src/cmd/compile/internal/ssa/redblack32.go:335:11: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/redblack32_test.go:178:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/schedule.go:10:2: exported const ScorePhi should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/schedule.go:20:6: exported type ValHeap should have comment or be unexported src/cmd/compile/internal/ssa/schedule.go:28:1: exported method ValHeap.Push should have comment or be unexported src/cmd/compile/internal/ssa/schedule.go:34:1: exported method ValHeap.Pop should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:12:6: exported type SparseTreeNode should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:32:1: exported method SparseTreeNode.Entry should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:36:1: exported method SparseTreeNode.Exit should have comment or be unexported src/cmd/compile/internal/ssa/sparsetree.go:41:2: comment on exported const AdjustBefore should be of the form "AdjustBefore ..." src/cmd/compile/internal/ssa/sparsetree.go:49:2: exported const AdjustWithin should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/ssa/sparsetreemap.go:66:1: exported method SparseTreeHelper.NewTree should have comment or be unexported src/cmd/compile/internal/ssa/value.go:68:1: exported method Value.AuxInt8 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:75:1: exported method Value.AuxInt16 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:82:1: exported method Value.AuxInt32 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:89:1: exported method Value.AuxFloat should have comment or be unexported src/cmd/compile/internal/ssa/value.go:95:1: exported method Value.AuxValAndOff should have comment or be unexported src/cmd/compile/internal/ssa/value.go:102:1: comment on exported method Value.LongString should be of the form "LongString ..." src/cmd/compile/internal/ssa/value.go:135:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/compile/internal/ssa/value.go:175:1: exported method Value.AddArg should have comment or be unexported src/cmd/compile/internal/ssa/value.go:182:1: exported method Value.AddArgs should have comment or be unexported src/cmd/compile/internal/ssa/value.go:191:1: exported method Value.SetArg should have comment or be unexported src/cmd/compile/internal/ssa/value.go:196:1: exported method Value.RemoveArg should have comment or be unexported src/cmd/compile/internal/ssa/value.go:202:1: exported method Value.SetArgs1 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:206:1: exported method Value.SetArgs2 should have comment or be unexported src/cmd/compile/internal/ssa/value.go:265:1: exported method Value.Logf should have comment or be unexported src/cmd/compile/internal/ssa/value.go:266:1: exported method Value.Log should have comment or be unexported src/cmd/compile/internal/ssa/value.go:267:1: exported method Value.Fatalf should have comment or be unexported src/cmd/compile/internal/ssa/value.go:303:1: exported method Value.RegName should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:10:6: exported type Node should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:35:1: comment on exported type File should be of the form "File ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:47:2: exported type Decl should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:52:2: comment on exported type ImportDecl should be of the form "ImportDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:61:2: comment on exported type ConstDecl should be of the form "ConstDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:72:2: comment on exported type TypeDecl should be of the form "TypeDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:82:2: comment on exported type VarDecl should be of the form "VarDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:93:2: comment on exported type FuncDecl should be of the form "FuncDecl ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:112:1: comment on exported type Group should be of the form "Group ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:121:2: exported type Expr should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:126:2: comment on exported type BadExpr should be of the form "BadExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:132:2: comment on exported type Name should be of the form "Name ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:138:2: comment on exported type BasicLit should be of the form "BasicLit ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:145:2: comment on exported type CompositeLit should be of the form "CompositeLit ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:154:2: comment on exported type KeyValueExpr should be of the form "KeyValueExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:160:2: comment on exported type FuncLit should be of the form "FuncLit ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:167:2: comment on exported type ParenExpr should be of the form "ParenExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:173:2: comment on exported type SelectorExpr should be of the form "SelectorExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:180:2: comment on exported type IndexExpr should be of the form "IndexExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:187:2: comment on exported type SliceExpr should be of the form "SliceExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:199:2: comment on exported type AssertExpr should be of the form "AssertExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:207:2: exported type Operation should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:213:2: comment on exported type CallExpr should be of the form "CallExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:221:2: comment on exported type ListExpr should be of the form "ListExpr ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:227:2: comment on exported type ArrayType should be of the form "ArrayType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:235:2: comment on exported type SliceType should be of the form "SliceType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:241:2: comment on exported type DotsType should be of the form "DotsType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:247:2: comment on exported type StructType should be of the form "StructType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:254:2: comment on exported type Field should be of the form "Field ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:262:2: comment on exported type InterfaceType should be of the form "InterfaceType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:268:2: exported type FuncType should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:274:2: comment on exported type MapType should be of the form "MapType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:281:2: comment on exported type ChanType should be of the form "ChanType ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:295:6: exported type ChanDir should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:299:2: exported const SendOnly should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/nodes.go:307:2: exported type Stmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:312:2: exported type SimpleStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:317:2: exported type EmptyStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:321:2: exported type LabeledStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:327:2: exported type BlockStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:333:2: exported type ExprStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:338:2: exported type SendStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:343:2: exported type DeclStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:348:2: exported type AssignStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:350:3: struct field Lhs should be LHS src/cmd/compile/internal/syntax/nodes.go:350:8: struct field Rhs should be RHS src/cmd/compile/internal/syntax/nodes.go:354:2: exported type BranchStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:366:2: exported type CallStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:372:2: exported type ReturnStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:377:2: exported type IfStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:385:2: exported type ForStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:393:2: exported type SwitchStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:401:2: exported type SelectStmt should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:409:2: exported type RangeClause should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:410:3: struct field Lhs should be LHS src/cmd/compile/internal/syntax/nodes.go:416:2: exported type TypeSwitchGuard should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:418:3: struct field Lhs should be LHS src/cmd/compile/internal/syntax/nodes.go:423:2: exported type CaseClause should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:430:2: exported type CommClause should have comment or be unexported src/cmd/compile/internal/syntax/nodes.go:451:1: comment on exported type CommentKind should be of the form "CommentKind ..." (with optional leading article) src/cmd/compile/internal/syntax/nodes.go:456:2: exported const Above should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/nodes.go:462:6: exported type Comment should have comment or be unexported src/cmd/compile/internal/syntax/parser.go:785:26: don't use underscores in Go names; method parameter keep_parens should be keepParens src/cmd/compile/internal/syntax/parser.go:883:24: don't use underscores in Go names; method parameter keep_parens should be keepParens src/cmd/compile/internal/syntax/parser.go:985:4: don't use underscores in Go names; var complit_ok should be complitOk src/cmd/compile/internal/syntax/parser.go:1016:18: don't use underscores in Go names; method bare_complitexpr should be bareComplitexpr src/cmd/compile/internal/syntax/parser.go:1063:18: don't use underscores in Go names; method type_ should be type src/cmd/compile/internal/syntax/parser.go:1581:1: comment on exported var ImplicitOne should be of the form "ImplicitOne ..." src/cmd/compile/internal/syntax/parser_test.go:21:5: don't use underscores in Go names; var src_ should be src src/cmd/compile/internal/syntax/parser_test.go:186:14: should omit type int from declaration of var tooLarge; it will be inferred from the right-hand side src/cmd/compile/internal/syntax/pos.go:29:1: exported method Pos.IsKnown should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:30:1: exported method Pos.Base should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:31:1: exported method Pos.Line should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:32:1: exported method Pos.Col should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:34:1: exported method Pos.RelFilename should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:35:1: exported method Pos.RelLine should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:36:1: exported method Pos.RelCol should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:76:1: exported method PosBase.Pos should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:83:1: exported method PosBase.Filename should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:90:1: exported method PosBase.Line should have comment or be unexported src/cmd/compile/internal/syntax/pos.go:97:1: exported method PosBase.Col should have comment or be unexported src/cmd/compile/internal/syntax/printer.go:19:1: exported function Fprint should have comment or be unexported src/cmd/compile/internal/syntax/printer.go:38:1: exported function String should have comment or be unexported src/cmd/compile/internal/syntax/tokens.go:74:2: comment on exported const Break should be of the form "Break ..." src/cmd/compile/internal/syntax/tokens.go:76:2: exported const Continue should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/tokens.go:80:2: comment on exported const Go should be of the form "Go ..." src/cmd/compile/internal/syntax/tokens.go:93:6: exported type LitKind should have comment or be unexported src/cmd/compile/internal/syntax/tokens.go:96:2: exported const IntLit should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/tokens.go:103:6: exported type Operator should have comment or be unexported src/cmd/compile/internal/syntax/tokens.go:112:2: exported const Not should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/syntax/tokens.go:115:2: comment on exported const OrOr should be of the form "OrOr ..." src/cmd/compile/internal/syntax/tokens.go:118:2: comment on exported const AndAnd should be of the form "AndAnd ..." src/cmd/compile/internal/syntax/tokens.go:121:2: comment on exported const Eql should be of the form "Eql ..." src/cmd/compile/internal/syntax/tokens.go:129:2: comment on exported const Add should be of the form "Add ..." src/cmd/compile/internal/syntax/tokens.go:135:2: comment on exported const Mul should be of the form "Mul ..." src/cmd/compile/internal/types/pkg.go:18:6: exported type Pkg should have comment or be unexported src/cmd/compile/internal/types/pkg.go:72:1: exported method Pkg.Lookup should have comment or be unexported src/cmd/compile/internal/types/pkg.go:77:5: exported var InitSyms should have comment or be unexported src/cmd/compile/internal/types/pkg.go:100:1: exported method Pkg.LookupBytes should have comment or be unexported src/cmd/compile/internal/types/pkg.go:117:1: exported function InternString should have comment or be unexported src/cmd/compile/internal/types/scope.go:12:5: exported var Block should have comment or be unexported src/cmd/compile/internal/types/scope.go:72:1: exported function IsDclstackValid should have comment or be unexported src/cmd/compile/internal/types/sym.go:47:1: exported method Sym.Export should have comment or be unexported src/cmd/compile/internal/types/sym.go:48:1: exported method Sym.Package should have comment or be unexported src/cmd/compile/internal/types/sym.go:49:1: exported method Sym.Exported should have comment or be unexported src/cmd/compile/internal/types/sym.go:50:1: exported method Sym.Uniq should have comment or be unexported src/cmd/compile/internal/types/sym.go:51:1: exported method Sym.Siggen should have comment or be unexported src/cmd/compile/internal/types/sym.go:52:1: exported method Sym.Asm should have comment or be unexported src/cmd/compile/internal/types/sym.go:53:1: exported method Sym.AlgGen should have comment or be unexported src/cmd/compile/internal/types/sym.go:55:1: exported method Sym.SetExport should have comment or be unexported src/cmd/compile/internal/types/sym.go:56:1: exported method Sym.SetPackage should have comment or be unexported src/cmd/compile/internal/types/sym.go:57:1: exported method Sym.SetExported should have comment or be unexported src/cmd/compile/internal/types/sym.go:58:1: exported method Sym.SetUniq should have comment or be unexported src/cmd/compile/internal/types/sym.go:59:1: exported method Sym.SetSiggen should have comment or be unexported src/cmd/compile/internal/types/sym.go:60:1: exported method Sym.SetAsm should have comment or be unexported src/cmd/compile/internal/types/sym.go:61:1: exported method Sym.SetAlgGen should have comment or be unexported src/cmd/compile/internal/types/sym.go:63:1: exported method Sym.IsBlank should have comment or be unexported src/cmd/compile/internal/types/sym.go:67:1: exported method Sym.LinksymName should have comment or be unexported src/cmd/compile/internal/types/sym.go:77:1: exported method Sym.Linksym should have comment or be unexported src/cmd/compile/internal/types/type.go:13:1: comment on exported type Node should be of the form "Node ..." (with optional leading article) src/cmd/compile/internal/types/type.go:24:2: exported const Txxx should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:61:2: comment on exported const TIDEAL should be of the form "TIDEAL ..." src/cmd/compile/internal/types/type.go:66:2: comment on exported const TFUNCARGS should be of the form "TFUNCARGS ..." src/cmd/compile/internal/types/type.go:70:2: comment on exported const TDDDFIELD should be of the form "TDDDFIELD ..." src/cmd/compile/internal/types/type.go:73:2: comment on exported const TSSA should be of the form "TSSA ..." src/cmd/compile/internal/types/type.go:83:1: exported method ChanDir.CanRecv should have comment or be unexported src/cmd/compile/internal/types/type.go:84:1: exported method ChanDir.CanSend should have comment or be unexported src/cmd/compile/internal/types/type.go:87:2: comment on exported const Crecv should be of the form "Crecv ..." src/cmd/compile/internal/types/type.go:90:2: exported const Csend should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:105:2: comment on exported var Bytetype should be of the form "Bytetype ..." src/cmd/compile/internal/types/type.go:107:2: exported var Runetype should have comment or be unexported src/cmd/compile/internal/types/type.go:109:2: comment on exported var Errortype should be of the form "Errortype ..." src/cmd/compile/internal/types/type.go:112:2: comment on exported var Idealstring should be of the form "Idealstring ..." src/cmd/compile/internal/types/type.go:116:2: comment on exported var Idealint should be of the form "Idealint ..." src/cmd/compile/internal/types/type.go:174:1: exported method Type.NotInHeap should have comment or be unexported src/cmd/compile/internal/types/type.go:175:1: exported method Type.Broke should have comment or be unexported src/cmd/compile/internal/types/type.go:176:1: exported method Type.Noalg should have comment or be unexported src/cmd/compile/internal/types/type.go:177:1: exported method Type.Deferwidth should have comment or be unexported src/cmd/compile/internal/types/type.go:178:1: exported method Type.Recur should have comment or be unexported src/cmd/compile/internal/types/type.go:180:1: exported method Type.SetNotInHeap should have comment or be unexported src/cmd/compile/internal/types/type.go:181:1: exported method Type.SetBroke should have comment or be unexported src/cmd/compile/internal/types/type.go:182:1: exported method Type.SetNoalg should have comment or be unexported src/cmd/compile/internal/types/type.go:183:1: exported method Type.SetDeferwidth should have comment or be unexported src/cmd/compile/internal/types/type.go:184:1: exported method Type.SetRecur should have comment or be unexported src/cmd/compile/internal/types/type.go:236:1: comment on exported type Struct should be of the form "Struct ..." (with optional leading article) src/cmd/compile/internal/types/type.go:247:1: comment on exported type Funarg should be of the form "Funarg ..." (with optional leading article) src/cmd/compile/internal/types/type.go:251:2: exported const FunargNone should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:283:1: comment on exported type FuncArgs should be of the form "FuncArgs ..." (with optional leading article) src/cmd/compile/internal/types/type.go:300:6: exported type Tuple should have comment or be unexported src/cmd/compile/internal/types/type.go:343:1: exported method Field.Isddd should have comment or be unexported src/cmd/compile/internal/types/type.go:344:1: exported method Field.Broke should have comment or be unexported src/cmd/compile/internal/types/type.go:345:1: exported method Field.Nointerface should have comment or be unexported src/cmd/compile/internal/types/type.go:347:1: exported method Field.SetIsddd should have comment or be unexported src/cmd/compile/internal/types/type.go:348:1: exported method Field.SetBroke should have comment or be unexported src/cmd/compile/internal/types/type.go:349:1: exported method Field.SetNointerface should have comment or be unexported src/cmd/compile/internal/types/type.go:485:1: exported function NewTuple should have comment or be unexported src/cmd/compile/internal/types/type.go:560:1: exported function NewField should have comment or be unexported src/cmd/compile/internal/types/type.go:694:1: exported method Field.Copy should have comment or be unexported src/cmd/compile/internal/types/type.go:705:1: exported method Type.Recvs should have comment or be unexported src/cmd/compile/internal/types/type.go:706:1: exported method Type.Params should have comment or be unexported src/cmd/compile/internal/types/type.go:707:1: exported method Type.Results should have comment or be unexported src/cmd/compile/internal/types/type.go:709:1: exported method Type.NumRecvs should have comment or be unexported src/cmd/compile/internal/types/type.go:710:1: exported method Type.NumParams should have comment or be unexported src/cmd/compile/internal/types/type.go:711:1: exported method Type.NumResults should have comment or be unexported src/cmd/compile/internal/types/type.go:791:1: comment on exported method Type.SetNname should be of the form "SetNname ..." src/cmd/compile/internal/types/type.go:806:1: exported method Type.Methods should have comment or be unexported src/cmd/compile/internal/types/type.go:811:1: exported method Type.AllMethods should have comment or be unexported src/cmd/compile/internal/types/type.go:816:1: exported method Type.Fields should have comment or be unexported src/cmd/compile/internal/types/type.go:865:1: exported method Type.SetInterface should have comment or be unexported src/cmd/compile/internal/types/type.go:870:1: exported method Type.IsDDDArray should have comment or be unexported src/cmd/compile/internal/types/type.go:877:1: exported method Type.WidthCalculated should have comment or be unexported src/cmd/compile/internal/types/type.go:888:1: exported method Type.Size should have comment or be unexported src/cmd/compile/internal/types/type.go:899:1: exported method Type.Alignment should have comment or be unexported src/cmd/compile/internal/types/type.go:904:1: exported method Type.SimpleString should have comment or be unexported src/cmd/compile/internal/types/type.go:915:2: exported const CMPlt should have comment (or a comment on this block) or be unexported src/cmd/compile/internal/types/type.go:1166:1: exported method Type.IsBoolean should have comment or be unexported src/cmd/compile/internal/types/type.go:1192:1: exported method Type.IsInteger should have comment or be unexported src/cmd/compile/internal/types/type.go:1200:1: exported method Type.IsSigned should have comment or be unexported src/cmd/compile/internal/types/type.go:1208:1: exported method Type.IsFloat should have comment or be unexported src/cmd/compile/internal/types/type.go:1212:1: exported method Type.IsComplex should have comment or be unexported src/cmd/compile/internal/types/type.go:1237:1: exported method Type.IsString should have comment or be unexported src/cmd/compile/internal/types/type.go:1241:1: exported method Type.IsMap should have comment or be unexported src/cmd/compile/internal/types/type.go:1245:1: exported method Type.IsChan should have comment or be unexported src/cmd/compile/internal/types/type.go:1249:1: exported method Type.IsSlice should have comment or be unexported src/cmd/compile/internal/types/type.go:1253:1: exported method Type.IsArray should have comment or be unexported src/cmd/compile/internal/types/type.go:1257:1: exported method Type.IsStruct should have comment or be unexported src/cmd/compile/internal/types/type.go:1261:1: exported method Type.IsInterface should have comment or be unexported src/cmd/compile/internal/types/type.go:1270:1: exported method Type.ElemType should have comment or be unexported src/cmd/compile/internal/types/type.go:1275:1: exported method Type.PtrTo should have comment or be unexported src/cmd/compile/internal/types/type.go:1279:1: exported method Type.NumFields should have comment or be unexported src/cmd/compile/internal/types/type.go:1282:1: exported method Type.FieldType should have comment or be unexported src/cmd/compile/internal/types/type.go:1295:1: exported method Type.FieldOff should have comment or be unexported src/cmd/compile/internal/types/type.go:1298:1: exported method Type.FieldName should have comment or be unexported src/cmd/compile/internal/types/type.go:1302:1: exported method Type.NumElem should have comment or be unexported src/cmd/compile/internal/types/type.go:1323:1: exported method Type.NumComponents should have comment or be unexported src/cmd/compile/internal/types/type.go:1347:1: exported method Type.IsMemory should have comment or be unexported src/cmd/compile/internal/types/type.go:1350:1: exported method Type.IsFlags should have comment or be unexported src/cmd/compile/internal/types/type.go:1351:1: exported method Type.IsVoid should have comment or be unexported src/cmd/compile/internal/types/type.go:1352:1: exported method Type.IsTuple should have comment or be unexported src/cmd/compile/internal/types/type.go:1372:1: exported function Haspointers should have comment or be unexported src/cmd/compile/internal/types/type.go:1376:1: exported function Haspointers1 should have comment or be unexported src/cmd/compile/internal/types/type.go:1410:1: exported method Type.Symbol should have comment or be unexported src/cmd/compile/internal/types/type.go:1438:2: exported var TypeInvalid should have comment or be unexported src/cmd/compile/internal/types/utils.go:12:7: exported const BADWIDTH should have comment or be unexported src/cmd/compile/internal/types/utils.go:14:1: comment on exported var Tptr should be of the form "Tptr ..." src/cmd/compile/internal/types/utils.go:40:1: exported method Sym.Format should have comment or be unexported src/cmd/compile/internal/types/utils.go:40:1: receiver name sym should be consistent with previous receiver name s for Sym src/cmd/compile/internal/types/utils.go:66:1: exported method Type.Format should have comment or be unexported src/cmd/compile/internal/x86/galign.go:15:1: exported function Init should have comment or be unexported src/cmd/compile/internal/x86/ssa.go:47:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/dist/build.go:35:2: don't use underscores in Go names; var goroot_final should be gorootFinal src/cmd/dist/build.go:1428:2: don't use underscores in Go names; var real_src should be realSrc src/cmd/dist/buildtool.go:106:2: don't use underscores in Go names; var goroot_bootstrap should be gorootBootstrap src/cmd/dist/util.go:55:2: exported const CheckExit should have comment (or a comment on this block) or be unexported src/cmd/doc/pkg.go:31:6: exported type Package should have comment or be unexported src/cmd/doc/pkg.go:43:6: exported type PackageError should have comment or be unexported src/cmd/doc/pkg.go:94:1: comment on exported method Package.Fatalf should be of the form "Fatalf ..." src/cmd/doc/pkg.go:159:1: exported method Package.Printf should have comment or be unexported src/cmd/fix/typecheck.go:78:6: exported type TypeConfig should have comment or be unexported src/cmd/go/internal/base/base.go:64:1: exported method Command.Usage should have comment or be unexported src/cmd/go/internal/base/base.go:78:1: exported function AtExit should have comment or be unexported src/cmd/go/internal/base/base.go:82:1: exported function Exit should have comment or be unexported src/cmd/go/internal/base/base.go:89:1: exported function Fatalf should have comment or be unexported src/cmd/go/internal/base/base.go:94:1: exported function Errorf should have comment or be unexported src/cmd/go/internal/base/base.go:99:1: exported function ExitIfErrors should have comment or be unexported src/cmd/go/internal/base/base.go:108:1: exported function SetExitStatus should have comment or be unexported src/cmd/go/internal/base/flag.go:18:1: exported method StringsFlag.Set should have comment or be unexported src/cmd/go/internal/base/path.go:21:5: exported var Cwd should have comment or be unexported src/cmd/go/internal/base/tool.go:25:7: exported const ToolWindowsExtension should have comment or be unexported src/cmd/go/internal/bug/bug.go:26:5: exported var CmdBug should have comment or be unexported src/cmd/go/internal/cache/cache.go:133:6: exported type Entry should have comment or be unexported src/cmd/go/internal/cache/hash.go:126:1: comment on exported function FileHash should be of the form "FileHash ..." src/cmd/go/internal/cfg/cfg.go:79:2: exported var GOROOT should have comment or be unexported src/cmd/go/internal/cfg/cfg.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/go/internal/cfg/cfg.go:86:2: comment on exported var GOARM should be of the form "GOARM ..." src/cmd/go/internal/cfg/cfg.go:133:6: don't use underscores in Go names; func findGOROOT_FINAL should be findGOROOTFINAL src/cmd/go/internal/clean/clean.go:23:5: exported var CmdClean should have comment or be unexported src/cmd/go/internal/doc/doc.go:13:5: exported var CmdDoc should have comment or be unexported src/cmd/go/internal/envcmd/env.go:22:5: exported var CmdEnv should have comment or be unexported src/cmd/go/internal/envcmd/env.go:44:5: var envJson should be envJSON src/cmd/go/internal/envcmd/env.go:46:1: exported function MkEnv should have comment or be unexported src/cmd/go/internal/fix/fix.go:15:5: exported var CmdFix should have comment or be unexported src/cmd/go/internal/fmtcmd/fmt.go:25:5: exported var CmdFmt should have comment or be unexported src/cmd/go/internal/generate/generate.go:27:5: exported var CmdGenerate should have comment or be unexported src/cmd/go/internal/generate/generate.go:357:5: error var stop should have name of the form errFoo src/cmd/go/internal/get/get.go:24:5: exported var CmdGet should have comment or be unexported src/cmd/go/internal/help/help.go:174:1: exported function PrintUsage should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:9:5: exported var HelpC should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:31:5: exported var HelpPackages should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:116:5: exported var HelpImportPath should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:293:5: exported var HelpGopath should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:445:5: exported var HelpEnvironment should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:545:5: exported var HelpFileType should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:593:5: exported var HelpBuildmode should have comment or be unexported src/cmd/go/internal/help/helpdoc.go:642:5: exported var HelpCache should have comment or be unexported src/cmd/go/internal/list/context.go:11:6: exported type Context should have comment or be unexported src/cmd/go/internal/list/list.go:22:5: exported var CmdList should have comment or be unexported src/cmd/go/internal/list/list.go:151:5: var listJson should be listJSON src/cmd/go/internal/list/list.go:251:1: exported method TrackingWriter.Flush should have comment or be unexported src/cmd/go/internal/list/list.go:255:1: exported method TrackingWriter.NeedNL should have comment or be unexported src/cmd/go/internal/load/flag.go:15:2: exported var BuildAsmflags should have comment or be unexported src/cmd/go/internal/load/pkg.go:26:5: exported var IgnoreImports should have comment or be unexported src/cmd/go/internal/load/pkg.go:34:6: exported type PackagePublic should have comment or be unexported src/cmd/go/internal/load/pkg.go:123:6: exported type PackageInternal should have comment or be unexported src/cmd/go/internal/load/pkg.go:145:6: exported type NoGoError should have comment or be unexported src/cmd/go/internal/load/pkg.go:300:1: exported method ImportStack.Push should have comment or be unexported src/cmd/go/internal/load/pkg.go:304:1: exported method ImportStack.Pop should have comment or be unexported src/cmd/go/internal/load/pkg.go:308:1: exported method ImportStack.Copy should have comment or be unexported src/cmd/go/internal/load/pkg.go:315:1: receiver name sp should be consistent with previous receiver name s for ImportStack src/cmd/go/internal/load/pkg.go:334:1: exported function ClearPackageCache should have comment or be unexported src/cmd/go/internal/load/pkg.go:340:1: exported function ClearPackageCachePartial should have comment or be unexported src/cmd/go/internal/load/pkg.go:350:1: comment on exported function ReloadPackage should be of the form "ReloadPackage ..." src/cmd/go/internal/load/pkg.go:403:6: func name will be used as load.LoadImport by other packages, and that stutters; consider calling this Import src/cmd/go/internal/load/pkg.go:854:6: exported type TargetDir should have comment or be unexported src/cmd/go/internal/load/pkg.go:857:2: exported const ToTool should have comment (or a comment on this block) or be unexported src/cmd/go/internal/load/pkg.go:1300:1: comment on exported method Package.InternalAllGoFiles should be of the form "InternalAllGoFiles ..." src/cmd/go/internal/load/pkg.go:1313:1: comment on exported method Package.UsesSwig should be of the form "UsesSwig ..." src/cmd/go/internal/load/pkg.go:1318:1: comment on exported method Package.UsesCgo should be of the form "UsesCgo ..." src/cmd/go/internal/load/pkg.go:1323:1: comment on exported function PackageList should be of the form "PackageList ..." src/cmd/go/internal/load/pkg.go:1347:1: exported function ClearCmdCache should have comment or be unexported src/cmd/go/internal/load/pkg.go:1353:1: comment on exported function LoadPackage should be of the form "LoadPackage ..." src/cmd/go/internal/load/pkg.go:1357:6: func name will be used as load.LoadPackage by other packages, and that stutters; consider calling this Package src/cmd/go/internal/load/pkg.go:1414:1: comment on exported function Packages should be of the form "Packages ..." src/cmd/go/internal/load/pkg.go:1434:1: comment on exported function PackagesAndErrors should be of the form "PackagesAndErrors ..." src/cmd/go/internal/load/pkg.go:1467:1: comment on exported function PackagesForBuild should be of the form "PackagesForBuild ..." src/cmd/go/internal/load/search.go:269:1: comment on exported function MatchPackage should be of the form "MatchPackage ..." src/cmd/go/internal/run/run.go:20:5: exported var CmdRun should have comment or be unexported src/cmd/go/internal/test/test.go:49:5: exported var CmdTest should have comment or be unexported src/cmd/go/internal/test/test.go:181:5: exported var HelpTestflag should have comment or be unexported src/cmd/go/internal/test/test.go:415:5: exported var HelpTestfunc should have comment or be unexported src/cmd/go/internal/tool/tool.go:19:5: exported var CmdTool should have comment or be unexported src/cmd/go/internal/version/version.go:15:5: exported var CmdVersion should have comment or be unexported src/cmd/go/internal/vet/vet.go:15:5: exported var CmdVet should have comment or be unexported src/cmd/go/internal/web/http.go:45:6: exported type HTTPError should have comment or be unexported src/cmd/go/internal/web/http.go:121:1: exported function QueryEscape should have comment or be unexported src/cmd/go/internal/web/http.go:122:1: exported function OpenBrowser should have comment or be unexported src/cmd/go/internal/web/security.go:14:2: exported const Secure should have comment (or a comment on this block) or be unexported src/cmd/go/internal/work/action.go:204:2: exported const ModeBuild should have comment (or a comment on this block) or be unexported src/cmd/go/internal/work/action.go:209:1: exported method Builder.Init should have comment or be unexported src/cmd/go/internal/work/build.go:23:5: exported var CmdBuild should have comment or be unexported src/cmd/go/internal/work/build.go:171:5: exported var BuildToolchain should have comment or be unexported src/cmd/go/internal/work/build.go:206:1: comment on exported function AddBuildFlags should be of the form "AddBuildFlags ..." src/cmd/go/internal/work/build.go:340:5: exported var CmdInstall should have comment or be unexported src/cmd/go/internal/work/build.go:416:1: exported function InstallPackages should have comment or be unexported src/cmd/go/internal/work/exec.go:54:1: comment on exported method Builder.Do should be of the form "Do ..." src/cmd/go/internal/work/exec.go:591:2: don't use underscores in Go names; var _goos_goarch should be _goosGoarch src/cmd/go/internal/work/exec.go:1383:1: comment on exported method Builder.Showcmd should be of the form "Showcmd ..." src/cmd/go/internal/work/exec.go:1552:1: comment on exported method Builder.Mkdir should be of the form "Mkdir ..." src/cmd/go/internal/work/exec.go:1581:1: comment on exported method Builder.Symlink should be of the form "Symlink ..." src/cmd/go/internal/work/exec.go:1743:1: comment on exported method Builder.GccCmd should be of the form "GccCmd ..." src/cmd/go/internal/work/exec.go:1749:1: comment on exported method Builder.GxxCmd should be of the form "GxxCmd ..." src/cmd/go/internal/work/gccgo.go:25:5: exported var GccgoBin should have its own declaration src/cmd/go/internal/work/init.go:18:1: exported function BuildInit should have comment or be unexported src/cmd/internal/bio/buf.go:45:1: exported method Reader.Seek should have comment or be unexported src/cmd/internal/bio/buf.go:57:1: exported method Writer.Seek should have comment or be unexported src/cmd/internal/bio/buf.go:68:1: exported method Reader.Offset should have comment or be unexported src/cmd/internal/bio/buf.go:77:1: exported method Writer.Offset should have comment or be unexported src/cmd/internal/bio/buf.go:88:1: exported method Reader.Close should have comment or be unexported src/cmd/internal/bio/buf.go:92:1: exported method Writer.Close should have comment or be unexported src/cmd/internal/buildid/note.go:28:1: exported function ReadELFNote should have comment or be unexported src/cmd/internal/buildid/rewrite.go:83:1: exported function Rewrite should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:20:1: comment on exported const LocPrefix should be of the form "LocPrefix ..." src/cmd/internal/dwarf/dwarf.go:34:1: comment on exported const AbstractFuncSuffix should be of the form "AbstractFuncSuffix ..." src/cmd/internal/dwarf/dwarf.go:84:1: comment on exported type FnState should be of the form "FnState ..." (with optional leading article) src/cmd/internal/dwarf/dwarf.go:101:1: exported function EnableLogging should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:140:6: exported type InlCalls should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:144:6: exported type InlCall should have comment or be unexported src/cmd/internal/dwarf/dwarf.go:286:2: don't use underscores in Go names; const DW_AT_go_kind should be DWATGoKind src/cmd/internal/dwarf/dwarf.go:287:2: don't use underscores in Go names; const DW_AT_go_key should be DWATGoKey src/cmd/internal/dwarf/dwarf.go:288:2: don't use underscores in Go names; const DW_AT_go_elem should be DWATGoElem src/cmd/internal/dwarf/dwarf.go:291:2: don't use underscores in Go names; const DW_AT_go_embedded_field should be DWATGoEmbeddedField src/cmd/internal/dwarf/dwarf.go:293:2: don't use underscores in Go names; const DW_AT_internal_location should be DWATInternalLocation src/cmd/internal/dwarf/dwarf.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf.go:1006:37: should replace k += 1 with k++ src/cmd/internal/dwarf/dwarf.go:1038:14: should omit type Scope from declaration of var pruned; it will be inferred from the right-hand side src/cmd/internal/dwarf/dwarf.go:1055:1: comment on exported function PutAbstractFunc should be of the form "PutAbstractFunc ..." src/cmd/internal/dwarf/dwarf.go:1141:1: comment on exported function PutInlinedFunc should be of the form "PutInlinedFunc ..." src/cmd/internal/dwarf/dwarf.go:1202:1: comment on exported function PutConcreteFunc should be of the form "PutConcreteFunc ..." src/cmd/internal/dwarf/dwarf.go:1244:1: comment on exported function PutDefaultFunc should be of the form "PutDefaultFunc ..." src/cmd/internal/dwarf/dwarf_defs.go:12:2: don't use underscores in Go names; const DW_TAG_array_type should be DWTAGArrayType src/cmd/internal/dwarf/dwarf_defs.go:13:2: don't use underscores in Go names; const DW_TAG_class_type should be DWTAGClassType src/cmd/internal/dwarf/dwarf_defs.go:14:2: don't use underscores in Go names; const DW_TAG_entry_point should be DWTAGEntryPoint src/cmd/internal/dwarf/dwarf_defs.go:15:2: don't use underscores in Go names; const DW_TAG_enumeration_type should be DWTAGEnumerationType src/cmd/internal/dwarf/dwarf_defs.go:16:2: don't use underscores in Go names; const DW_TAG_formal_parameter should be DWTAGFormalParameter src/cmd/internal/dwarf/dwarf_defs.go:17:2: don't use underscores in Go names; const DW_TAG_imported_declaration should be DWTAGImportedDeclaration src/cmd/internal/dwarf/dwarf_defs.go:18:2: don't use underscores in Go names; const DW_TAG_label should be DWTAGLabel src/cmd/internal/dwarf/dwarf_defs.go:19:2: don't use underscores in Go names; const DW_TAG_lexical_block should be DWTAGLexicalBlock src/cmd/internal/dwarf/dwarf_defs.go:20:2: don't use underscores in Go names; const DW_TAG_member should be DWTAGMember src/cmd/internal/dwarf/dwarf_defs.go:21:2: don't use underscores in Go names; const DW_TAG_pointer_type should be DWTAGPointerType src/cmd/internal/dwarf/dwarf_defs.go:22:2: don't use underscores in Go names; const DW_TAG_reference_type should be DWTAGReferenceType src/cmd/internal/dwarf/dwarf_defs.go:23:2: don't use underscores in Go names; const DW_TAG_compile_unit should be DWTAGCompileUnit src/cmd/internal/dwarf/dwarf_defs.go:24:2: don't use underscores in Go names; const DW_TAG_string_type should be DWTAGStringType src/cmd/internal/dwarf/dwarf_defs.go:25:2: don't use underscores in Go names; const DW_TAG_structure_type should be DWTAGStructureType src/cmd/internal/dwarf/dwarf_defs.go:26:2: don't use underscores in Go names; const DW_TAG_subroutine_type should be DWTAGSubroutineType src/cmd/internal/dwarf/dwarf_defs.go:27:2: don't use underscores in Go names; const DW_TAG_typedef should be DWTAGTypedef src/cmd/internal/dwarf/dwarf_defs.go:28:2: don't use underscores in Go names; const DW_TAG_union_type should be DWTAGUnionType src/cmd/internal/dwarf/dwarf_defs.go:29:2: don't use underscores in Go names; const DW_TAG_unspecified_parameters should be DWTAGUnspecifiedParameters src/cmd/internal/dwarf/dwarf_defs.go:30:2: don't use underscores in Go names; const DW_TAG_variant should be DWTAGVariant src/cmd/internal/dwarf/dwarf_defs.go:31:2: don't use underscores in Go names; const DW_TAG_common_block should be DWTAGCommonBlock src/cmd/internal/dwarf/dwarf_defs.go:32:2: don't use underscores in Go names; const DW_TAG_common_inclusion should be DWTAGCommonInclusion src/cmd/internal/dwarf/dwarf_defs.go:33:2: don't use underscores in Go names; const DW_TAG_inheritance should be DWTAGInheritance src/cmd/internal/dwarf/dwarf_defs.go:34:2: don't use underscores in Go names; const DW_TAG_inlined_subroutine should be DWTAGInlinedSubroutine src/cmd/internal/dwarf/dwarf_defs.go:35:2: don't use underscores in Go names; const DW_TAG_module should be DWTAGModule src/cmd/internal/dwarf/dwarf_defs.go:36:2: don't use underscores in Go names; const DW_TAG_ptr_to_member_type should be DWTAGPtrToMemberType src/cmd/internal/dwarf/dwarf_defs.go:37:2: don't use underscores in Go names; const DW_TAG_set_type should be DWTAGSetType src/cmd/internal/dwarf/dwarf_defs.go:38:2: don't use underscores in Go names; const DW_TAG_subrange_type should be DWTAGSubrangeType src/cmd/internal/dwarf/dwarf_defs.go:39:2: don't use underscores in Go names; const DW_TAG_with_stmt should be DWTAGWithStmt src/cmd/internal/dwarf/dwarf_defs.go:40:2: don't use underscores in Go names; const DW_TAG_access_declaration should be DWTAGAccessDeclaration src/cmd/internal/dwarf/dwarf_defs.go:41:2: don't use underscores in Go names; const DW_TAG_base_type should be DWTAGBaseType src/cmd/internal/dwarf/dwarf_defs.go:42:2: don't use underscores in Go names; const DW_TAG_catch_block should be DWTAGCatchBlock src/cmd/internal/dwarf/dwarf_defs.go:43:2: don't use underscores in Go names; const DW_TAG_const_type should be DWTAGConstType src/cmd/internal/dwarf/dwarf_defs.go:44:2: don't use underscores in Go names; const DW_TAG_constant should be DWTAGConstant src/cmd/internal/dwarf/dwarf_defs.go:45:2: don't use underscores in Go names; const DW_TAG_enumerator should be DWTAGEnumerator src/cmd/internal/dwarf/dwarf_defs.go:46:2: don't use underscores in Go names; const DW_TAG_file_type should be DWTAGFileType src/cmd/internal/dwarf/dwarf_defs.go:47:2: don't use underscores in Go names; const DW_TAG_friend should be DWTAGFriend src/cmd/internal/dwarf/dwarf_defs.go:48:2: don't use underscores in Go names; const DW_TAG_namelist should be DWTAGNamelist src/cmd/internal/dwarf/dwarf_defs.go:49:2: don't use underscores in Go names; const DW_TAG_namelist_item should be DWTAGNamelistItem src/cmd/internal/dwarf/dwarf_defs.go:50:2: don't use underscores in Go names; const DW_TAG_packed_type should be DWTAGPackedType src/cmd/internal/dwarf/dwarf_defs.go:51:2: don't use underscores in Go names; const DW_TAG_subprogram should be DWTAGSubprogram src/cmd/internal/dwarf/dwarf_defs.go:52:2: don't use underscores in Go names; const DW_TAG_template_type_parameter should be DWTAGTemplateTypeParameter src/cmd/internal/dwarf/dwarf_defs.go:53:2: don't use underscores in Go names; const DW_TAG_template_value_parameter should be DWTAGTemplateValueParameter src/cmd/internal/dwarf/dwarf_defs.go:54:2: don't use underscores in Go names; const DW_TAG_thrown_type should be DWTAGThrownType src/cmd/internal/dwarf/dwarf_defs.go:55:2: don't use underscores in Go names; const DW_TAG_try_block should be DWTAGTryBlock src/cmd/internal/dwarf/dwarf_defs.go:56:2: don't use underscores in Go names; const DW_TAG_variant_part should be DWTAGVariantPart src/cmd/internal/dwarf/dwarf_defs.go:57:2: don't use underscores in Go names; const DW_TAG_variable should be DWTAGVariable src/cmd/internal/dwarf/dwarf_defs.go:58:2: don't use underscores in Go names; const DW_TAG_volatile_type should be DWTAGVolatileType src/cmd/internal/dwarf/dwarf_defs.go:60:2: don't use underscores in Go names; const DW_TAG_dwarf_procedure should be DWTAGDwarfProcedure src/cmd/internal/dwarf/dwarf_defs.go:61:2: don't use underscores in Go names; const DW_TAG_restrict_type should be DWTAGRestrictType src/cmd/internal/dwarf/dwarf_defs.go:62:2: don't use underscores in Go names; const DW_TAG_interface_type should be DWTAGInterfaceType src/cmd/internal/dwarf/dwarf_defs.go:63:2: don't use underscores in Go names; const DW_TAG_namespace should be DWTAGNamespace src/cmd/internal/dwarf/dwarf_defs.go:64:2: don't use underscores in Go names; const DW_TAG_imported_module should be DWTAGImportedModule src/cmd/internal/dwarf/dwarf_defs.go:65:2: don't use underscores in Go names; const DW_TAG_unspecified_type should be DWTAGUnspecifiedType src/cmd/internal/dwarf/dwarf_defs.go:66:2: don't use underscores in Go names; const DW_TAG_partial_unit should be DWTAGPartialUnit src/cmd/internal/dwarf/dwarf_defs.go:67:2: don't use underscores in Go names; const DW_TAG_imported_unit should be DWTAGImportedUnit src/cmd/internal/dwarf/dwarf_defs.go:68:2: don't use underscores in Go names; const DW_TAG_condition should be DWTAGCondition src/cmd/internal/dwarf/dwarf_defs.go:69:2: don't use underscores in Go names; const DW_TAG_shared_type should be DWTAGSharedType src/cmd/internal/dwarf/dwarf_defs.go:71:2: don't use underscores in Go names; const DW_TAG_type_unit should be DWTAGTypeUnit src/cmd/internal/dwarf/dwarf_defs.go:72:2: don't use underscores in Go names; const DW_TAG_rvalue_reference_type should be DWTAGRvalueReferenceType src/cmd/internal/dwarf/dwarf_defs.go:73:2: don't use underscores in Go names; const DW_TAG_template_alias should be DWTAGTemplateAlias src/cmd/internal/dwarf/dwarf_defs.go:76:2: don't use underscores in Go names; const DW_TAG_lo_user should be DWTAGLoUser src/cmd/internal/dwarf/dwarf_defs.go:77:2: don't use underscores in Go names; const DW_TAG_hi_user should be DWTAGHiUser src/cmd/internal/dwarf/dwarf_defs.go:82:2: don't use underscores in Go names; const DW_CHILDREN_no should be DWCHILDRENNo src/cmd/internal/dwarf/dwarf_defs.go:83:2: don't use underscores in Go names; const DW_CHILDREN_yes should be DWCHILDRENYes src/cmd/internal/dwarf/dwarf_defs.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:100:2: don't use underscores in Go names; const DW_AT_sibling should be DWATSibling src/cmd/internal/dwarf/dwarf_defs.go:101:2: don't use underscores in Go names; const DW_AT_location should be DWATLocation src/cmd/internal/dwarf/dwarf_defs.go:102:2: don't use underscores in Go names; const DW_AT_name should be DWATName src/cmd/internal/dwarf/dwarf_defs.go:103:2: don't use underscores in Go names; const DW_AT_ordering should be DWATOrdering src/cmd/internal/dwarf/dwarf_defs.go:104:2: don't use underscores in Go names; const DW_AT_byte_size should be DWATByteSize src/cmd/internal/dwarf/dwarf_defs.go:105:2: don't use underscores in Go names; const DW_AT_bit_offset should be DWATBitOffset src/cmd/internal/dwarf/dwarf_defs.go:106:2: don't use underscores in Go names; const DW_AT_bit_size should be DWATBitSize src/cmd/internal/dwarf/dwarf_defs.go:107:2: don't use underscores in Go names; const DW_AT_stmt_list should be DWATStmtList src/cmd/internal/dwarf/dwarf_defs.go:108:2: don't use underscores in Go names; const DW_AT_low_pc should be DWATLowPc src/cmd/internal/dwarf/dwarf_defs.go:109:2: don't use underscores in Go names; const DW_AT_high_pc should be DWATHighPc src/cmd/internal/dwarf/dwarf_defs.go:110:2: don't use underscores in Go names; const DW_AT_language should be DWATLanguage src/cmd/internal/dwarf/dwarf_defs.go:111:2: don't use underscores in Go names; const DW_AT_discr should be DWATDiscr src/cmd/internal/dwarf/dwarf_defs.go:112:2: don't use underscores in Go names; const DW_AT_discr_value should be DWATDiscrValue src/cmd/internal/dwarf/dwarf_defs.go:113:2: don't use underscores in Go names; const DW_AT_visibility should be DWATVisibility src/cmd/internal/dwarf/dwarf_defs.go:114:2: don't use underscores in Go names; const DW_AT_import should be DWATImport src/cmd/internal/dwarf/dwarf_defs.go:115:2: don't use underscores in Go names; const DW_AT_string_length should be DWATStringLength src/cmd/internal/dwarf/dwarf_defs.go:116:2: don't use underscores in Go names; const DW_AT_common_reference should be DWATCommonReference src/cmd/internal/dwarf/dwarf_defs.go:117:2: don't use underscores in Go names; const DW_AT_comp_dir should be DWATCompDir src/cmd/internal/dwarf/dwarf_defs.go:118:2: don't use underscores in Go names; const DW_AT_const_value should be DWATConstValue src/cmd/internal/dwarf/dwarf_defs.go:119:2: don't use underscores in Go names; const DW_AT_containing_type should be DWATContainingType src/cmd/internal/dwarf/dwarf_defs.go:120:2: don't use underscores in Go names; const DW_AT_default_value should be DWATDefaultValue src/cmd/internal/dwarf/dwarf_defs.go:121:2: don't use underscores in Go names; const DW_AT_inline should be DWATInline src/cmd/internal/dwarf/dwarf_defs.go:122:2: don't use underscores in Go names; const DW_AT_is_optional should be DWATIsOptional src/cmd/internal/dwarf/dwarf_defs.go:123:2: don't use underscores in Go names; const DW_AT_lower_bound should be DWATLowerBound src/cmd/internal/dwarf/dwarf_defs.go:124:2: don't use underscores in Go names; const DW_AT_producer should be DWATProducer src/cmd/internal/dwarf/dwarf_defs.go:125:2: don't use underscores in Go names; const DW_AT_prototyped should be DWATPrototyped src/cmd/internal/dwarf/dwarf_defs.go:126:2: don't use underscores in Go names; const DW_AT_return_addr should be DWATReturnAddr src/cmd/internal/dwarf/dwarf_defs.go:127:2: don't use underscores in Go names; const DW_AT_start_scope should be DWATStartScope src/cmd/internal/dwarf/dwarf_defs.go:128:2: don't use underscores in Go names; const DW_AT_bit_stride should be DWATBitStride src/cmd/internal/dwarf/dwarf_defs.go:129:2: don't use underscores in Go names; const DW_AT_upper_bound should be DWATUpperBound src/cmd/internal/dwarf/dwarf_defs.go:130:2: don't use underscores in Go names; const DW_AT_abstract_origin should be DWATAbstractOrigin src/cmd/internal/dwarf/dwarf_defs.go:131:2: don't use underscores in Go names; const DW_AT_accessibility should be DWATAccessibility src/cmd/internal/dwarf/dwarf_defs.go:132:2: don't use underscores in Go names; const DW_AT_address_class should be DWATAddressClass src/cmd/internal/dwarf/dwarf_defs.go:133:2: don't use underscores in Go names; const DW_AT_artificial should be DWATArtificial src/cmd/internal/dwarf/dwarf_defs.go:134:2: don't use underscores in Go names; const DW_AT_base_types should be DWATBaseTypes src/cmd/internal/dwarf/dwarf_defs.go:135:2: don't use underscores in Go names; const DW_AT_calling_convention should be DWATCallingConvention src/cmd/internal/dwarf/dwarf_defs.go:136:2: don't use underscores in Go names; const DW_AT_count should be DWATCount src/cmd/internal/dwarf/dwarf_defs.go:137:2: don't use underscores in Go names; const DW_AT_data_member_location should be DWATDataMemberLocation src/cmd/internal/dwarf/dwarf_defs.go:138:2: don't use underscores in Go names; const DW_AT_decl_column should be DWATDeclColumn src/cmd/internal/dwarf/dwarf_defs.go:139:2: don't use underscores in Go names; const DW_AT_decl_file should be DWATDeclFile src/cmd/internal/dwarf/dwarf_defs.go:140:2: don't use underscores in Go names; const DW_AT_decl_line should be DWATDeclLine src/cmd/internal/dwarf/dwarf_defs.go:141:2: don't use underscores in Go names; const DW_AT_declaration should be DWATDeclaration src/cmd/internal/dwarf/dwarf_defs.go:142:2: don't use underscores in Go names; const DW_AT_discr_list should be DWATDiscrList src/cmd/internal/dwarf/dwarf_defs.go:143:2: don't use underscores in Go names; const DW_AT_encoding should be DWATEncoding src/cmd/internal/dwarf/dwarf_defs.go:144:2: don't use underscores in Go names; const DW_AT_external should be DWATExternal src/cmd/internal/dwarf/dwarf_defs.go:145:2: don't use underscores in Go names; const DW_AT_frame_base should be DWATFrameBase src/cmd/internal/dwarf/dwarf_defs.go:146:2: don't use underscores in Go names; const DW_AT_friend should be DWATFriend src/cmd/internal/dwarf/dwarf_defs.go:147:2: don't use underscores in Go names; const DW_AT_identifier_case should be DWATIdentifierCase src/cmd/internal/dwarf/dwarf_defs.go:148:2: don't use underscores in Go names; const DW_AT_macro_info should be DWATMacroInfo src/cmd/internal/dwarf/dwarf_defs.go:149:2: don't use underscores in Go names; const DW_AT_namelist_item should be DWATNamelistItem src/cmd/internal/dwarf/dwarf_defs.go:150:2: don't use underscores in Go names; const DW_AT_priority should be DWATPriority src/cmd/internal/dwarf/dwarf_defs.go:151:2: don't use underscores in Go names; const DW_AT_segment should be DWATSegment src/cmd/internal/dwarf/dwarf_defs.go:152:2: don't use underscores in Go names; const DW_AT_specification should be DWATSpecification src/cmd/internal/dwarf/dwarf_defs.go:153:2: don't use underscores in Go names; const DW_AT_static_link should be DWATStaticLink src/cmd/internal/dwarf/dwarf_defs.go:154:2: don't use underscores in Go names; const DW_AT_type should be DWATType src/cmd/internal/dwarf/dwarf_defs.go:155:2: don't use underscores in Go names; const DW_AT_use_location should be DWATUseLocation src/cmd/internal/dwarf/dwarf_defs.go:156:2: don't use underscores in Go names; const DW_AT_variable_parameter should be DWATVariableParameter src/cmd/internal/dwarf/dwarf_defs.go:157:2: don't use underscores in Go names; const DW_AT_virtuality should be DWATVirtuality src/cmd/internal/dwarf/dwarf_defs.go:158:2: don't use underscores in Go names; const DW_AT_vtable_elem_location should be DWATVtableElemLocation src/cmd/internal/dwarf/dwarf_defs.go:160:2: don't use underscores in Go names; const DW_AT_allocated should be DWATAllocated src/cmd/internal/dwarf/dwarf_defs.go:161:2: don't use underscores in Go names; const DW_AT_associated should be DWATAssociated src/cmd/internal/dwarf/dwarf_defs.go:162:2: don't use underscores in Go names; const DW_AT_data_location should be DWATDataLocation src/cmd/internal/dwarf/dwarf_defs.go:163:2: don't use underscores in Go names; const DW_AT_byte_stride should be DWATByteStride src/cmd/internal/dwarf/dwarf_defs.go:164:2: don't use underscores in Go names; const DW_AT_entry_pc should be DWATEntryPc src/cmd/internal/dwarf/dwarf_defs.go:165:2: don't use underscores in Go names; const DW_AT_use_UTF8 should be DWATUseUTF8 src/cmd/internal/dwarf/dwarf_defs.go:166:2: don't use underscores in Go names; const DW_AT_extension should be DWATExtension src/cmd/internal/dwarf/dwarf_defs.go:167:2: don't use underscores in Go names; const DW_AT_ranges should be DWATRanges src/cmd/internal/dwarf/dwarf_defs.go:168:2: don't use underscores in Go names; const DW_AT_trampoline should be DWATTrampoline src/cmd/internal/dwarf/dwarf_defs.go:169:2: don't use underscores in Go names; const DW_AT_call_column should be DWATCallColumn src/cmd/internal/dwarf/dwarf_defs.go:170:2: don't use underscores in Go names; const DW_AT_call_file should be DWATCallFile src/cmd/internal/dwarf/dwarf_defs.go:171:2: don't use underscores in Go names; const DW_AT_call_line should be DWATCallLine src/cmd/internal/dwarf/dwarf_defs.go:172:2: don't use underscores in Go names; const DW_AT_description should be DWATDescription src/cmd/internal/dwarf/dwarf_defs.go:173:2: don't use underscores in Go names; const DW_AT_binary_scale should be DWATBinaryScale src/cmd/internal/dwarf/dwarf_defs.go:174:2: don't use underscores in Go names; const DW_AT_decimal_scale should be DWATDecimalScale src/cmd/internal/dwarf/dwarf_defs.go:175:2: don't use underscores in Go names; const DW_AT_small should be DWATSmall src/cmd/internal/dwarf/dwarf_defs.go:176:2: don't use underscores in Go names; const DW_AT_decimal_sign should be DWATDecimalSign src/cmd/internal/dwarf/dwarf_defs.go:177:2: don't use underscores in Go names; const DW_AT_digit_count should be DWATDigitCount src/cmd/internal/dwarf/dwarf_defs.go:178:2: don't use underscores in Go names; const DW_AT_picture_string should be DWATPictureString src/cmd/internal/dwarf/dwarf_defs.go:179:2: don't use underscores in Go names; const DW_AT_mutable should be DWATMutable src/cmd/internal/dwarf/dwarf_defs.go:180:2: don't use underscores in Go names; const DW_AT_threads_scaled should be DWATThreadsScaled src/cmd/internal/dwarf/dwarf_defs.go:181:2: don't use underscores in Go names; const DW_AT_explicit should be DWATExplicit src/cmd/internal/dwarf/dwarf_defs.go:182:2: don't use underscores in Go names; const DW_AT_object_pointer should be DWATObjectPointer src/cmd/internal/dwarf/dwarf_defs.go:183:2: don't use underscores in Go names; const DW_AT_endianity should be DWATEndianity src/cmd/internal/dwarf/dwarf_defs.go:184:2: don't use underscores in Go names; const DW_AT_elemental should be DWATElemental src/cmd/internal/dwarf/dwarf_defs.go:185:2: don't use underscores in Go names; const DW_AT_pure should be DWATPure src/cmd/internal/dwarf/dwarf_defs.go:186:2: don't use underscores in Go names; const DW_AT_recursive should be DWATRecursive src/cmd/internal/dwarf/dwarf_defs.go:188:2: don't use underscores in Go names; const DW_AT_lo_user should be DWATLoUser src/cmd/internal/dwarf/dwarf_defs.go:189:2: don't use underscores in Go names; const DW_AT_hi_user should be DWATHiUser src/cmd/internal/dwarf/dwarf_defs.go:194:2: don't use underscores in Go names; const DW_FORM_addr should be DWFORMAddr src/cmd/internal/dwarf/dwarf_defs.go:195:2: don't use underscores in Go names; const DW_FORM_block2 should be DWFORMBlock2 src/cmd/internal/dwarf/dwarf_defs.go:196:2: don't use underscores in Go names; const DW_FORM_block4 should be DWFORMBlock4 src/cmd/internal/dwarf/dwarf_defs.go:197:2: don't use underscores in Go names; const DW_FORM_data2 should be DWFORMData2 src/cmd/internal/dwarf/dwarf_defs.go:198:2: don't use underscores in Go names; const DW_FORM_data4 should be DWFORMData4 src/cmd/internal/dwarf/dwarf_defs.go:199:2: don't use underscores in Go names; const DW_FORM_data8 should be DWFORMData8 src/cmd/internal/dwarf/dwarf_defs.go:200:2: don't use underscores in Go names; const DW_FORM_string should be DWFORMString src/cmd/internal/dwarf/dwarf_defs.go:201:2: don't use underscores in Go names; const DW_FORM_block should be DWFORMBlock src/cmd/internal/dwarf/dwarf_defs.go:202:2: don't use underscores in Go names; const DW_FORM_block1 should be DWFORMBlock1 src/cmd/internal/dwarf/dwarf_defs.go:203:2: don't use underscores in Go names; const DW_FORM_data1 should be DWFORMData1 src/cmd/internal/dwarf/dwarf_defs.go:204:2: don't use underscores in Go names; const DW_FORM_flag should be DWFORMFlag src/cmd/internal/dwarf/dwarf_defs.go:205:2: don't use underscores in Go names; const DW_FORM_sdata should be DWFORMSdata src/cmd/internal/dwarf/dwarf_defs.go:206:2: don't use underscores in Go names; const DW_FORM_strp should be DWFORMStrp src/cmd/internal/dwarf/dwarf_defs.go:207:2: don't use underscores in Go names; const DW_FORM_udata should be DWFORMUdata src/cmd/internal/dwarf/dwarf_defs.go:208:2: don't use underscores in Go names; const DW_FORM_ref_addr should be DWFORMRefAddr src/cmd/internal/dwarf/dwarf_defs.go:209:2: don't use underscores in Go names; const DW_FORM_ref1 should be DWFORMRef1 src/cmd/internal/dwarf/dwarf_defs.go:210:2: don't use underscores in Go names; const DW_FORM_ref2 should be DWFORMRef2 src/cmd/internal/dwarf/dwarf_defs.go:211:2: don't use underscores in Go names; const DW_FORM_ref4 should be DWFORMRef4 src/cmd/internal/dwarf/dwarf_defs.go:212:2: don't use underscores in Go names; const DW_FORM_ref8 should be DWFORMRef8 src/cmd/internal/dwarf/dwarf_defs.go:213:2: don't use underscores in Go names; const DW_FORM_ref_udata should be DWFORMRefUdata src/cmd/internal/dwarf/dwarf_defs.go:214:2: don't use underscores in Go names; const DW_FORM_indirect should be DWFORMIndirect src/cmd/internal/dwarf/dwarf_defs.go:216:2: don't use underscores in Go names; const DW_FORM_sec_offset should be DWFORMSecOffset src/cmd/internal/dwarf/dwarf_defs.go:217:2: don't use underscores in Go names; const DW_FORM_exprloc should be DWFORMExprloc src/cmd/internal/dwarf/dwarf_defs.go:218:2: don't use underscores in Go names; const DW_FORM_flag_present should be DWFORMFlagPresent src/cmd/internal/dwarf/dwarf_defs.go:219:2: don't use underscores in Go names; const DW_FORM_ref_sig8 should be DWFORMRefSig8 src/cmd/internal/dwarf/dwarf_defs.go:224:2: don't use underscores in Go names; const DW_OP_addr should be DWOPAddr src/cmd/internal/dwarf/dwarf_defs.go:225:2: don't use underscores in Go names; const DW_OP_deref should be DWOPDeref src/cmd/internal/dwarf/dwarf_defs.go:226:2: don't use underscores in Go names; const DW_OP_const1u should be DWOPConst1u src/cmd/internal/dwarf/dwarf_defs.go:227:2: don't use underscores in Go names; const DW_OP_const1s should be DWOPConst1s src/cmd/internal/dwarf/dwarf_defs.go:228:2: don't use underscores in Go names; const DW_OP_const2u should be DWOPConst2u src/cmd/internal/dwarf/dwarf_defs.go:229:2: don't use underscores in Go names; const DW_OP_const2s should be DWOPConst2s src/cmd/internal/dwarf/dwarf_defs.go:230:2: don't use underscores in Go names; const DW_OP_const4u should be DWOPConst4u src/cmd/internal/dwarf/dwarf_defs.go:231:2: don't use underscores in Go names; const DW_OP_const4s should be DWOPConst4s src/cmd/internal/dwarf/dwarf_defs.go:232:2: don't use underscores in Go names; const DW_OP_const8u should be DWOPConst8u src/cmd/internal/dwarf/dwarf_defs.go:233:2: don't use underscores in Go names; const DW_OP_const8s should be DWOPConst8s src/cmd/internal/dwarf/dwarf_defs.go:234:2: don't use underscores in Go names; const DW_OP_constu should be DWOPConstu src/cmd/internal/dwarf/dwarf_defs.go:235:2: don't use underscores in Go names; const DW_OP_consts should be DWOPConsts src/cmd/internal/dwarf/dwarf_defs.go:236:2: don't use underscores in Go names; const DW_OP_dup should be DWOPDup src/cmd/internal/dwarf/dwarf_defs.go:237:2: don't use underscores in Go names; const DW_OP_drop should be DWOPDrop src/cmd/internal/dwarf/dwarf_defs.go:238:2: don't use underscores in Go names; const DW_OP_over should be DWOPOver src/cmd/internal/dwarf/dwarf_defs.go:239:2: don't use underscores in Go names; const DW_OP_pick should be DWOPPick src/cmd/internal/dwarf/dwarf_defs.go:240:2: don't use underscores in Go names; const DW_OP_swap should be DWOPSwap src/cmd/internal/dwarf/dwarf_defs.go:241:2: don't use underscores in Go names; const DW_OP_rot should be DWOPRot src/cmd/internal/dwarf/dwarf_defs.go:242:2: don't use underscores in Go names; const DW_OP_xderef should be DWOPXderef src/cmd/internal/dwarf/dwarf_defs.go:243:2: don't use underscores in Go names; const DW_OP_abs should be DWOPAbs src/cmd/internal/dwarf/dwarf_defs.go:244:2: don't use underscores in Go names; const DW_OP_and should be DWOPAnd src/cmd/internal/dwarf/dwarf_defs.go:245:2: don't use underscores in Go names; const DW_OP_div should be DWOPDiv src/cmd/internal/dwarf/dwarf_defs.go:246:2: don't use underscores in Go names; const DW_OP_minus should be DWOPMinus src/cmd/internal/dwarf/dwarf_defs.go:247:2: don't use underscores in Go names; const DW_OP_mod should be DWOPMod src/cmd/internal/dwarf/dwarf_defs.go:248:2: don't use underscores in Go names; const DW_OP_mul should be DWOPMul src/cmd/internal/dwarf/dwarf_defs.go:249:2: don't use underscores in Go names; const DW_OP_neg should be DWOPNeg src/cmd/internal/dwarf/dwarf_defs.go:250:2: don't use underscores in Go names; const DW_OP_not should be DWOPNot src/cmd/internal/dwarf/dwarf_defs.go:251:2: don't use underscores in Go names; const DW_OP_or should be DWOPOr src/cmd/internal/dwarf/dwarf_defs.go:252:2: don't use underscores in Go names; const DW_OP_plus should be DWOPPlus src/cmd/internal/dwarf/dwarf_defs.go:253:2: don't use underscores in Go names; const DW_OP_plus_uconst should be DWOPPlusUconst src/cmd/internal/dwarf/dwarf_defs.go:254:2: don't use underscores in Go names; const DW_OP_shl should be DWOPShl src/cmd/internal/dwarf/dwarf_defs.go:255:2: don't use underscores in Go names; const DW_OP_shr should be DWOPShr src/cmd/internal/dwarf/dwarf_defs.go:256:2: don't use underscores in Go names; const DW_OP_shra should be DWOPShra src/cmd/internal/dwarf/dwarf_defs.go:257:2: don't use underscores in Go names; const DW_OP_xor should be DWOPXor src/cmd/internal/dwarf/dwarf_defs.go:258:2: don't use underscores in Go names; const DW_OP_skip should be DWOPSkip src/cmd/internal/dwarf/dwarf_defs.go:259:2: don't use underscores in Go names; const DW_OP_bra should be DWOPBra src/cmd/internal/dwarf/dwarf_defs.go:260:2: don't use underscores in Go names; const DW_OP_eq should be DWOPEq src/cmd/internal/dwarf/dwarf_defs.go:261:2: don't use underscores in Go names; const DW_OP_ge should be DWOPGe src/cmd/internal/dwarf/dwarf_defs.go:262:2: don't use underscores in Go names; const DW_OP_gt should be DWOPGt src/cmd/internal/dwarf/dwarf_defs.go:263:2: don't use underscores in Go names; const DW_OP_le should be DWOPLe src/cmd/internal/dwarf/dwarf_defs.go:264:2: don't use underscores in Go names; const DW_OP_lt should be DWOPLt src/cmd/internal/dwarf/dwarf_defs.go:265:2: don't use underscores in Go names; const DW_OP_ne should be DWOPNe src/cmd/internal/dwarf/dwarf_defs.go:266:2: don't use underscores in Go names; const DW_OP_lit0 should be DWOPLit0 src/cmd/internal/dwarf/dwarf_defs.go:267:2: don't use underscores in Go names; const DW_OP_lit31 should be DWOPLit31 src/cmd/internal/dwarf/dwarf_defs.go:268:2: don't use underscores in Go names; const DW_OP_reg0 should be DWOPReg0 src/cmd/internal/dwarf/dwarf_defs.go:269:2: don't use underscores in Go names; const DW_OP_reg31 should be DWOPReg31 src/cmd/internal/dwarf/dwarf_defs.go:270:2: don't use underscores in Go names; const DW_OP_breg0 should be DWOPBreg0 src/cmd/internal/dwarf/dwarf_defs.go:271:2: don't use underscores in Go names; const DW_OP_breg31 should be DWOPBreg31 src/cmd/internal/dwarf/dwarf_defs.go:272:2: don't use underscores in Go names; const DW_OP_regx should be DWOPRegx src/cmd/internal/dwarf/dwarf_defs.go:273:2: don't use underscores in Go names; const DW_OP_fbreg should be DWOPFbreg src/cmd/internal/dwarf/dwarf_defs.go:274:2: don't use underscores in Go names; const DW_OP_bregx should be DWOPBregx src/cmd/internal/dwarf/dwarf_defs.go:275:2: don't use underscores in Go names; const DW_OP_piece should be DWOPPiece src/cmd/internal/dwarf/dwarf_defs.go:276:2: don't use underscores in Go names; const DW_OP_deref_size should be DWOPDerefSize src/cmd/internal/dwarf/dwarf_defs.go:277:2: don't use underscores in Go names; const DW_OP_xderef_size should be DWOPXderefSize src/cmd/internal/dwarf/dwarf_defs.go:278:2: don't use underscores in Go names; const DW_OP_nop should be DWOPNop src/cmd/internal/dwarf/dwarf_defs.go:279:2: don't use underscores in Go names; const DW_OP_push_object_address should be DWOPPushObjectAddress src/cmd/internal/dwarf/dwarf_defs.go:280:2: don't use underscores in Go names; const DW_OP_call2 should be DWOPCall2 src/cmd/internal/dwarf/dwarf_defs.go:281:2: don't use underscores in Go names; const DW_OP_call4 should be DWOPCall4 src/cmd/internal/dwarf/dwarf_defs.go:282:2: don't use underscores in Go names; const DW_OP_call_ref should be DWOPCallRef src/cmd/internal/dwarf/dwarf_defs.go:283:2: don't use underscores in Go names; const DW_OP_form_tls_address should be DWOPFormTLSAddress src/cmd/internal/dwarf/dwarf_defs.go:284:2: don't use underscores in Go names; const DW_OP_call_frame_cfa should be DWOPCallFrameCfa src/cmd/internal/dwarf/dwarf_defs.go:285:2: don't use underscores in Go names; const DW_OP_bit_piece should be DWOPBitPiece src/cmd/internal/dwarf/dwarf_defs.go:286:2: don't use underscores in Go names; const DW_OP_lo_user should be DWOPLoUser src/cmd/internal/dwarf/dwarf_defs.go:287:2: don't use underscores in Go names; const DW_OP_hi_user should be DWOPHiUser src/cmd/internal/dwarf/dwarf_defs.go:292:2: don't use underscores in Go names; const DW_ATE_address should be DWATEAddress src/cmd/internal/dwarf/dwarf_defs.go:293:2: don't use underscores in Go names; const DW_ATE_boolean should be DWATEBoolean src/cmd/internal/dwarf/dwarf_defs.go:294:2: don't use underscores in Go names; const DW_ATE_complex_float should be DWATEComplexFloat src/cmd/internal/dwarf/dwarf_defs.go:295:2: don't use underscores in Go names; const DW_ATE_float should be DWATEFloat src/cmd/internal/dwarf/dwarf_defs.go:296:2: don't use underscores in Go names; const DW_ATE_signed should be DWATESigned src/cmd/internal/dwarf/dwarf_defs.go:297:2: don't use underscores in Go names; const DW_ATE_signed_char should be DWATESignedChar src/cmd/internal/dwarf/dwarf_defs.go:298:2: don't use underscores in Go names; const DW_ATE_unsigned should be DWATEUnsigned src/cmd/internal/dwarf/dwarf_defs.go:299:2: don't use underscores in Go names; const DW_ATE_unsigned_char should be DWATEUnsignedChar src/cmd/internal/dwarf/dwarf_defs.go:300:2: don't use underscores in Go names; const DW_ATE_imaginary_float should be DWATEImaginaryFloat src/cmd/internal/dwarf/dwarf_defs.go:301:2: don't use underscores in Go names; const DW_ATE_packed_decimal should be DWATEPackedDecimal src/cmd/internal/dwarf/dwarf_defs.go:302:2: don't use underscores in Go names; const DW_ATE_numeric_string should be DWATENumericString src/cmd/internal/dwarf/dwarf_defs.go:303:2: don't use underscores in Go names; const DW_ATE_edited should be DWATEEdited src/cmd/internal/dwarf/dwarf_defs.go:304:2: don't use underscores in Go names; const DW_ATE_signed_fixed should be DWATESignedFixed src/cmd/internal/dwarf/dwarf_defs.go:305:2: don't use underscores in Go names; const DW_ATE_unsigned_fixed should be DWATEUnsignedFixed src/cmd/internal/dwarf/dwarf_defs.go:306:2: don't use underscores in Go names; const DW_ATE_decimal_float should be DWATEDecimalFloat src/cmd/internal/dwarf/dwarf_defs.go:307:2: don't use underscores in Go names; const DW_ATE_lo_user should be DWATELoUser src/cmd/internal/dwarf/dwarf_defs.go:308:2: don't use underscores in Go names; const DW_ATE_hi_user should be DWATEHiUser src/cmd/internal/dwarf/dwarf_defs.go:313:2: don't use underscores in Go names; const DW_DS_unsigned should be DWDSUnsigned src/cmd/internal/dwarf/dwarf_defs.go:314:2: don't use underscores in Go names; const DW_DS_leading_overpunch should be DWDSLeadingOverpunch src/cmd/internal/dwarf/dwarf_defs.go:315:2: don't use underscores in Go names; const DW_DS_trailing_overpunch should be DWDSTrailingOverpunch src/cmd/internal/dwarf/dwarf_defs.go:316:2: don't use underscores in Go names; const DW_DS_leading_separate should be DWDSLeadingSeparate src/cmd/internal/dwarf/dwarf_defs.go:317:2: don't use underscores in Go names; const DW_DS_trailing_separate should be DWDSTrailingSeparate src/cmd/internal/dwarf/dwarf_defs.go:322:2: don't use underscores in Go names; const DW_END_default should be DWENDDefault src/cmd/internal/dwarf/dwarf_defs.go:323:2: don't use underscores in Go names; const DW_END_big should be DWENDBig src/cmd/internal/dwarf/dwarf_defs.go:324:2: don't use underscores in Go names; const DW_END_little should be DWENDLittle src/cmd/internal/dwarf/dwarf_defs.go:325:2: don't use underscores in Go names; const DW_END_lo_user should be DWENDLoUser src/cmd/internal/dwarf/dwarf_defs.go:326:2: don't use underscores in Go names; const DW_END_hi_user should be DWENDHiUser src/cmd/internal/dwarf/dwarf_defs.go:331:2: don't use underscores in Go names; const DW_ACCESS_public should be DWACCESSPublic src/cmd/internal/dwarf/dwarf_defs.go:332:2: don't use underscores in Go names; const DW_ACCESS_protected should be DWACCESSProtected src/cmd/internal/dwarf/dwarf_defs.go:333:2: don't use underscores in Go names; const DW_ACCESS_private should be DWACCESSPrivate src/cmd/internal/dwarf/dwarf_defs.go:338:2: don't use underscores in Go names; const DW_VIS_local should be DWVISLocal src/cmd/internal/dwarf/dwarf_defs.go:339:2: don't use underscores in Go names; const DW_VIS_exported should be DWVISExported src/cmd/internal/dwarf/dwarf_defs.go:340:2: don't use underscores in Go names; const DW_VIS_qualified should be DWVISQualified src/cmd/internal/dwarf/dwarf_defs.go:345:2: don't use underscores in Go names; const DW_VIRTUALITY_none should be DWVIRTUALITYNone src/cmd/internal/dwarf/dwarf_defs.go:346:2: don't use underscores in Go names; const DW_VIRTUALITY_virtual should be DWVIRTUALITYVirtual src/cmd/internal/dwarf/dwarf_defs.go:347:2: don't use underscores in Go names; const DW_VIRTUALITY_pure_virtual should be DWVIRTUALITYPureVirtual src/cmd/internal/dwarf/dwarf_defs.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:354:2: don't use underscores in Go names; const DW_LANG_Ada83 should be DWLANGAda83 src/cmd/internal/dwarf/dwarf_defs.go:355:2: don't use underscores in Go names; const DW_LANG_C_plus_plus should be DWLANGCPlusPlus src/cmd/internal/dwarf/dwarf_defs.go:356:2: don't use underscores in Go names; const DW_LANG_Cobol74 should be DWLANGCobol74 src/cmd/internal/dwarf/dwarf_defs.go:357:2: don't use underscores in Go names; const DW_LANG_Cobol85 should be DWLANGCobol85 src/cmd/internal/dwarf/dwarf_defs.go:358:2: don't use underscores in Go names; const DW_LANG_Fortran77 should be DWLANGFortran77 src/cmd/internal/dwarf/dwarf_defs.go:359:2: don't use underscores in Go names; const DW_LANG_Fortran90 should be DWLANGFortran90 src/cmd/internal/dwarf/dwarf_defs.go:360:2: don't use underscores in Go names; const DW_LANG_Pascal83 should be DWLANGPascal83 src/cmd/internal/dwarf/dwarf_defs.go:361:2: don't use underscores in Go names; const DW_LANG_Modula2 should be DWLANGModula2 src/cmd/internal/dwarf/dwarf_defs.go:363:2: don't use underscores in Go names; const DW_LANG_Java should be DWLANGJava src/cmd/internal/dwarf/dwarf_defs.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:365:2: don't use underscores in Go names; const DW_LANG_Ada95 should be DWLANGAda95 src/cmd/internal/dwarf/dwarf_defs.go:366:2: don't use underscores in Go names; const DW_LANG_Fortran95 should be DWLANGFortran95 src/cmd/internal/dwarf/dwarf_defs.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:368:2: don't use underscores in Go names; const DW_LANG_ObjC should be DWLANGObjC src/cmd/internal/dwarf/dwarf_defs.go:369:2: don't use underscores in Go names; const DW_LANG_ObjC_plus_plus should be DWLANGObjCPlusPlus src/cmd/internal/dwarf/dwarf_defs.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/dwarf/dwarf_defs.go:373:2: don't use underscores in Go names; const DW_LANG_Python should be DWLANGPython src/cmd/internal/dwarf/dwarf_defs.go:375:2: don't use underscores in Go names; const DW_LANG_Go should be DWLANGGo src/cmd/internal/dwarf/dwarf_defs.go:377:2: don't use underscores in Go names; const DW_LANG_lo_user should be DWLANGLoUser src/cmd/internal/dwarf/dwarf_defs.go:378:2: don't use underscores in Go names; const DW_LANG_hi_user should be DWLANGHiUser src/cmd/internal/dwarf/dwarf_defs.go:383:2: don't use underscores in Go names; const DW_ID_case_sensitive should be DWIDCaseSensitive src/cmd/internal/dwarf/dwarf_defs.go:384:2: don't use underscores in Go names; const DW_ID_up_case should be DWIDUpCase src/cmd/internal/dwarf/dwarf_defs.go:385:2: don't use underscores in Go names; const DW_ID_down_case should be DWIDDownCase src/cmd/internal/dwarf/dwarf_defs.go:386:2: don't use underscores in Go names; const DW_ID_case_insensitive should be DWIDCaseInsensitive src/cmd/internal/dwarf/dwarf_defs.go:391:2: don't use underscores in Go names; const DW_CC_normal should be DWCCNormal src/cmd/internal/dwarf/dwarf_defs.go:392:2: don't use underscores in Go names; const DW_CC_program should be DWCCProgram src/cmd/internal/dwarf/dwarf_defs.go:393:2: don't use underscores in Go names; const DW_CC_nocall should be DWCCNocall src/cmd/internal/dwarf/dwarf_defs.go:394:2: don't use underscores in Go names; const DW_CC_lo_user should be DWCCLoUser src/cmd/internal/dwarf/dwarf_defs.go:395:2: don't use underscores in Go names; const DW_CC_hi_user should be DWCCHiUser src/cmd/internal/dwarf/dwarf_defs.go:400:2: don't use underscores in Go names; const DW_INL_not_inlined should be DWINLNotInlined src/cmd/internal/dwarf/dwarf_defs.go:401:2: don't use underscores in Go names; const DW_INL_inlined should be DWINLInlined src/cmd/internal/dwarf/dwarf_defs.go:402:2: don't use underscores in Go names; const DW_INL_declared_not_inlined should be DWINLDeclaredNotInlined src/cmd/internal/dwarf/dwarf_defs.go:403:2: don't use underscores in Go names; const DW_INL_declared_inlined should be DWINLDeclaredInlined src/cmd/internal/dwarf/dwarf_defs.go:408:2: don't use underscores in Go names; const DW_ORD_row_major should be DWORDRowMajor src/cmd/internal/dwarf/dwarf_defs.go:409:2: don't use underscores in Go names; const DW_ORD_col_major should be DWORDColMajor src/cmd/internal/dwarf/dwarf_defs.go:414:2: don't use underscores in Go names; const DW_DSC_label should be DWDSCLabel src/cmd/internal/dwarf/dwarf_defs.go:415:2: don't use underscores in Go names; const DW_DSC_range should be DWDSCRange src/cmd/internal/dwarf/dwarf_defs.go:420:2: don't use underscores in Go names; const DW_LNS_copy should be DWLNSCopy src/cmd/internal/dwarf/dwarf_defs.go:421:2: don't use underscores in Go names; const DW_LNS_advance_pc should be DWLNSAdvancePc src/cmd/internal/dwarf/dwarf_defs.go:422:2: don't use underscores in Go names; const DW_LNS_advance_line should be DWLNSAdvanceLine src/cmd/internal/dwarf/dwarf_defs.go:423:2: don't use underscores in Go names; const DW_LNS_set_file should be DWLNSSetFile src/cmd/internal/dwarf/dwarf_defs.go:424:2: don't use underscores in Go names; const DW_LNS_set_column should be DWLNSSetColumn src/cmd/internal/dwarf/dwarf_defs.go:425:2: don't use underscores in Go names; const DW_LNS_negate_stmt should be DWLNSNegateStmt src/cmd/internal/dwarf/dwarf_defs.go:426:2: don't use underscores in Go names; const DW_LNS_set_basic_block should be DWLNSSetBasicBlock src/cmd/internal/dwarf/dwarf_defs.go:427:2: don't use underscores in Go names; const DW_LNS_const_add_pc should be DWLNSConstAddPc src/cmd/internal/dwarf/dwarf_defs.go:428:2: don't use underscores in Go names; const DW_LNS_fixed_advance_pc should be DWLNSFixedAdvancePc src/cmd/internal/dwarf/dwarf_defs.go:430:2: don't use underscores in Go names; const DW_LNS_set_prologue_end should be DWLNSSetPrologueEnd src/cmd/internal/dwarf/dwarf_defs.go:431:2: don't use underscores in Go names; const DW_LNS_set_epilogue_begin should be DWLNSSetEpilogueBegin src/cmd/internal/dwarf/dwarf_defs.go:432:2: don't use underscores in Go names; const DW_LNS_set_isa should be DWLNSSetIsa src/cmd/internal/dwarf/dwarf_defs.go:437:2: don't use underscores in Go names; const DW_LNE_end_sequence should be DWLNEEndSequence src/cmd/internal/dwarf/dwarf_defs.go:438:2: don't use underscores in Go names; const DW_LNE_set_address should be DWLNESetAddress src/cmd/internal/dwarf/dwarf_defs.go:439:2: don't use underscores in Go names; const DW_LNE_define_file should be DWLNEDefineFile src/cmd/internal/dwarf/dwarf_defs.go:440:2: don't use underscores in Go names; const DW_LNE_lo_user should be DWLNELoUser src/cmd/internal/dwarf/dwarf_defs.go:441:2: don't use underscores in Go names; const DW_LNE_hi_user should be DWLNEHiUser src/cmd/internal/dwarf/dwarf_defs.go:446:2: don't use underscores in Go names; const DW_MACINFO_define should be DWMACINFODefine src/cmd/internal/dwarf/dwarf_defs.go:447:2: don't use underscores in Go names; const DW_MACINFO_undef should be DWMACINFOUndef src/cmd/internal/dwarf/dwarf_defs.go:448:2: don't use underscores in Go names; const DW_MACINFO_start_file should be DWMACINFOStartFile src/cmd/internal/dwarf/dwarf_defs.go:449:2: don't use underscores in Go names; const DW_MACINFO_end_file should be DWMACINFOEndFile src/cmd/internal/dwarf/dwarf_defs.go:450:2: don't use underscores in Go names; const DW_MACINFO_vendor_ext should be DWMACINFOVendorExt src/cmd/internal/dwarf/dwarf_defs.go:456:2: don't use underscores in Go names; const DW_CFA_nop should be DWCFANop src/cmd/internal/dwarf/dwarf_defs.go:457:2: don't use underscores in Go names; const DW_CFA_set_loc should be DWCFASetLoc src/cmd/internal/dwarf/dwarf_defs.go:458:2: don't use underscores in Go names; const DW_CFA_advance_loc1 should be DWCFAAdvanceLoc1 src/cmd/internal/dwarf/dwarf_defs.go:459:2: don't use underscores in Go names; const DW_CFA_advance_loc2 should be DWCFAAdvanceLoc2 src/cmd/internal/dwarf/dwarf_defs.go:460:2: don't use underscores in Go names; const DW_CFA_advance_loc4 should be DWCFAAdvanceLoc4 src/cmd/internal/dwarf/dwarf_defs.go:461:2: don't use underscores in Go names; const DW_CFA_offset_extended should be DWCFAOffsetExtended src/cmd/internal/dwarf/dwarf_defs.go:462:2: don't use underscores in Go names; const DW_CFA_restore_extended should be DWCFARestoreExtended src/cmd/internal/dwarf/dwarf_defs.go:463:2: don't use underscores in Go names; const DW_CFA_undefined should be DWCFAUndefined src/cmd/internal/dwarf/dwarf_defs.go:464:2: don't use underscores in Go names; const DW_CFA_same_value should be DWCFASameValue src/cmd/internal/dwarf/dwarf_defs.go:465:2: don't use underscores in Go names; const DW_CFA_register should be DWCFARegister src/cmd/internal/dwarf/dwarf_defs.go:466:2: don't use underscores in Go names; const DW_CFA_remember_state should be DWCFARememberState src/cmd/internal/dwarf/dwarf_defs.go:467:2: don't use underscores in Go names; const DW_CFA_restore_state should be DWCFARestoreState src/cmd/internal/dwarf/dwarf_defs.go:469:2: don't use underscores in Go names; const DW_CFA_def_cfa should be DWCFADefCfa src/cmd/internal/dwarf/dwarf_defs.go:470:2: don't use underscores in Go names; const DW_CFA_def_cfa_register should be DWCFADefCfaRegister src/cmd/internal/dwarf/dwarf_defs.go:471:2: don't use underscores in Go names; const DW_CFA_def_cfa_offset should be DWCFADefCfaOffset src/cmd/internal/dwarf/dwarf_defs.go:472:2: don't use underscores in Go names; const DW_CFA_def_cfa_expression should be DWCFADefCfaExpression src/cmd/internal/dwarf/dwarf_defs.go:473:2: don't use underscores in Go names; const DW_CFA_expression should be DWCFAExpression src/cmd/internal/dwarf/dwarf_defs.go:474:2: don't use underscores in Go names; const DW_CFA_offset_extended_sf should be DWCFAOffsetExtendedSf src/cmd/internal/dwarf/dwarf_defs.go:475:2: don't use underscores in Go names; const DW_CFA_def_cfa_sf should be DWCFADefCfaSf src/cmd/internal/dwarf/dwarf_defs.go:476:2: don't use underscores in Go names; const DW_CFA_def_cfa_offset_sf should be DWCFADefCfaOffsetSf src/cmd/internal/dwarf/dwarf_defs.go:477:2: don't use underscores in Go names; const DW_CFA_val_offset should be DWCFAValOffset src/cmd/internal/dwarf/dwarf_defs.go:478:2: don't use underscores in Go names; const DW_CFA_val_offset_sf should be DWCFAValOffsetSf src/cmd/internal/dwarf/dwarf_defs.go:479:2: don't use underscores in Go names; const DW_CFA_val_expression should be DWCFAValExpression src/cmd/internal/dwarf/dwarf_defs.go:481:2: don't use underscores in Go names; const DW_CFA_lo_user should be DWCFALoUser src/cmd/internal/dwarf/dwarf_defs.go:482:2: don't use underscores in Go names; const DW_CFA_hi_user should be DWCFAHiUser src/cmd/internal/dwarf/dwarf_defs.go:485:2: don't use underscores in Go names; const DW_CFA_advance_loc should be DWCFAAdvanceLoc src/cmd/internal/dwarf/dwarf_defs.go:486:2: don't use underscores in Go names; const DW_CFA_offset should be DWCFAOffset src/cmd/internal/dwarf/dwarf_defs.go:487:2: don't use underscores in Go names; const DW_CFA_restore should be DWCFARestore src/cmd/internal/edit/edit.go:45:1: exported method Buffer.Insert should have comment or be unexported src/cmd/internal/edit/edit.go:52:1: exported method Buffer.Delete should have comment or be unexported src/cmd/internal/edit/edit.go:59:1: exported method Buffer.Replace should have comment or be unexported src/cmd/internal/goobj/read.go:139:6: exported type NativeReader should have comment or be unexported src/cmd/internal/obj/addrtype_string.go:8:2: don't use underscores in Go names; const _AddrType_name_0 should be _AddrTypeName0 src/cmd/internal/obj/addrtype_string.go:9:2: don't use underscores in Go names; const _AddrType_name_1 should be _AddrTypeName1 src/cmd/internal/obj/addrtype_string.go:13:2: don't use underscores in Go names; var _AddrType_index_0 should be _AddrTypeIndex0 src/cmd/internal/obj/addrtype_string.go:14:2: don't use underscores in Go names; var _AddrType_index_1 should be _AddrTypeIndex1 src/cmd/internal/obj/data.go:199:1: exported function Addrel should have comment or be unexported src/cmd/internal/obj/go.go:9:1: exported function Nopout should have comment or be unexported src/cmd/internal/obj/inl.go:56:52: don't use underscores in Go names; method parameter func_ should be func src/cmd/internal/obj/inl.go:67:1: exported method InlTree.Parent should have comment or be unexported src/cmd/internal/obj/inl.go:71:1: exported method InlTree.InlinedFunction should have comment or be unexported src/cmd/internal/obj/inl.go:75:1: exported method InlTree.CallPos should have comment or be unexported src/cmd/internal/obj/ld.go:43:2: exported const LOG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ld.go:79:1: exported function Appendp should have comment or be unexported src/cmd/internal/obj/link.go:182:6: exported type Addr should have comment or be unexported src/cmd/internal/obj/link.go:200:6: exported type AddrName should have comment or be unexported src/cmd/internal/obj/link.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:203:2: exported const NAME_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/link.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:208:2: comment on exported const NAME_GOTREF should be of the form "NAME_GOTREF ..." src/cmd/internal/obj/link.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:211:2: comment on exported const NAME_DELETED_AUTO should be of the form "NAME_DELETED_AUTO ..." src/cmd/internal/obj/link.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:216:6: exported type AddrType should have comment or be unexported src/cmd/internal/obj/link.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:219:2: exported const TYPE_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/link.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/link.go:405:2: exported const AttrDuplicateOK should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/link.go:416:2: comment on exported const AttrMakeTypelink should be of the form "AttrMakeTypelink ..." src/cmd/internal/obj/link.go:419:2: comment on exported const AttrReflectMethod should be of the form "AttrReflectMethod ..." src/cmd/internal/obj/link.go:427:2: comment on exported const AttrLocal should be of the form "AttrLocal ..." src/cmd/internal/obj/link.go:435:2: comment on exported const AttrWasInlined should be of the form "AttrWasInlined ..." src/cmd/internal/obj/link.go:440:1: exported method Attribute.DuplicateOK should have comment or be unexported src/cmd/internal/obj/link.go:441:1: exported method Attribute.MakeTypelink should have comment or be unexported src/cmd/internal/obj/link.go:442:1: exported method Attribute.CFunc should have comment or be unexported src/cmd/internal/obj/link.go:443:1: exported method Attribute.NoSplit should have comment or be unexported src/cmd/internal/obj/link.go:444:1: exported method Attribute.Leaf should have comment or be unexported src/cmd/internal/obj/link.go:445:1: exported method Attribute.SeenGlobl should have comment or be unexported src/cmd/internal/obj/link.go:446:1: exported method Attribute.OnList should have comment or be unexported src/cmd/internal/obj/link.go:447:1: exported method Attribute.ReflectMethod should have comment or be unexported src/cmd/internal/obj/link.go:448:1: exported method Attribute.Local should have comment or be unexported src/cmd/internal/obj/link.go:449:1: exported method Attribute.Wrapper should have comment or be unexported src/cmd/internal/obj/link.go:450:1: exported method Attribute.NeedCtxt should have comment or be unexported src/cmd/internal/obj/link.go:451:1: exported method Attribute.NoFrame should have comment or be unexported src/cmd/internal/obj/link.go:452:1: exported method Attribute.Static should have comment or be unexported src/cmd/internal/obj/link.go:453:1: exported method Attribute.WasInlined should have comment or be unexported src/cmd/internal/obj/link.go:455:1: exported method Attribute.Set should have comment or be unexported src/cmd/internal/obj/link.go:510:6: exported type Pcln should have comment or be unexported src/cmd/internal/obj/link.go:524:6: exported type Reloc should have comment or be unexported src/cmd/internal/obj/link.go:532:6: exported type Auto should have comment or be unexported src/cmd/internal/obj/link.go:539:6: exported type Pcdata should have comment or be unexported src/cmd/internal/obj/link.go:551:2: don't use underscores in Go names; struct field Flag_shared should be FlagShared src/cmd/internal/obj/link.go:552:2: don't use underscores in Go names; struct field Flag_dynlink should be FlagDynlink src/cmd/internal/obj/link.go:553:2: don't use underscores in Go names; struct field Flag_optimize should be FlagOptimize src/cmd/internal/obj/link.go:554:2: don't use underscores in Go names; struct field Flag_locationlists should be FlagLocationlists src/cmd/internal/obj/link.go:571:2: don't use underscores in Go names; struct field Framepointer_enabled should be FramepointerEnabled src/cmd/internal/obj/link.go:578:1: exported method Link.Diag should have comment or be unexported src/cmd/internal/obj/link.go:583:1: exported method Link.Logf should have comment or be unexported src/cmd/internal/obj/link.go:588:1: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..." src/cmd/internal/obj/objfile.go:89:1: exported function WriteObjFile should have comment or be unexported src/cmd/internal/obj/objfile.go:523:1: exported method LSym.Len should have comment or be unexported src/cmd/internal/obj/objfile.go:597:1: exported method Link.DwarfAbstractFunc should have comment or be unexported src/cmd/internal/obj/objfile.go:622:1: comment on exported type DwarfFixupTable should be of the form "DwarfFixupTable ..." (with optional leading article) src/cmd/internal/obj/objfile.go:691:1: exported function NewDwarfFixupTable should have comment or be unexported src/cmd/internal/obj/objfile.go:699:1: exported method DwarfFixupTable.GetPrecursorFunc should have comment or be unexported src/cmd/internal/obj/objfile.go:706:1: exported method DwarfFixupTable.SetPrecursorFunc should have comment or be unexported src/cmd/internal/obj/objfile.go:722:1: comment on exported method DwarfFixupTable.ReferenceChildDIE should be of the form "ReferenceChildDIE ..." src/cmd/internal/obj/objfile.go:758:1: comment on exported method DwarfFixupTable.RegisterChildDIEOffsets should be of the form "RegisterChildDIEOffsets ..." src/cmd/internal/obj/objfile.go:810:1: comment on exported method DwarfFixupTable.AbsFuncDwarfSym should be of the form "AbsFuncDwarfSym ..." src/cmd/internal/obj/objfile.go:824:1: comment on exported method DwarfFixupTable.Finalize should be of the form "Finalize ..." src/cmd/internal/obj/objfile.go:839:10: should omit 2nd value from range; this loop is equivalent to `for fn := range ...` src/cmd/internal/obj/pcln.go:26:41: don't use underscores in Go names; func parameter func_ should be func src/cmd/internal/obj/plist.go:13:6: exported type Plist should have comment or be unexported src/cmd/internal/obj/plist.go:22:1: exported function Flushplist should have comment or be unexported src/cmd/internal/obj/plist.go:113:1: exported method Link.InitTextSym should have comment or be unexported src/cmd/internal/obj/plist.go:161:1: exported method Link.Globl should have comment or be unexported src/cmd/internal/obj/sort.go:11:1: exported function SortSlice should have comment or be unexported src/cmd/internal/obj/sym.go:41:1: exported function Linknew should have comment or be unexported src/cmd/internal/obj/sym.go:100:1: exported method Link.Float32Sym should have comment or be unexported src/cmd/internal/obj/sym.go:109:1: exported method Link.Float64Sym should have comment or be unexported src/cmd/internal/obj/sym.go:118:1: exported method Link.Int64Sym should have comment or be unexported src/cmd/internal/obj/textflag.go:12:2: comment on exported const NOPROF should be of the form "NOPROF ..." src/cmd/internal/obj/textflag.go:17:2: comment on exported const DUPOK should be of the form "DUPOK ..." src/cmd/internal/obj/textflag.go:21:2: comment on exported const NOSPLIT should be of the form "NOSPLIT ..." src/cmd/internal/obj/textflag.go:24:2: comment on exported const RODATA should be of the form "RODATA ..." src/cmd/internal/obj/textflag.go:27:2: comment on exported const NOPTR should be of the form "NOPTR ..." src/cmd/internal/obj/textflag.go:30:2: comment on exported const WRAPPER should be of the form "WRAPPER ..." src/cmd/internal/obj/textflag.go:33:2: comment on exported const NEEDCTXT should be of the form "NEEDCTXT ..." src/cmd/internal/obj/textflag.go:36:2: comment on exported const LOCAL should be of the form "LOCAL ..." src/cmd/internal/obj/textflag.go:39:2: comment on exported const TLSBSS should be of the form "TLSBSS ..." src/cmd/internal/obj/textflag.go:43:2: comment on exported const NOFRAME should be of the form "NOFRAME ..." src/cmd/internal/obj/textflag.go:48:2: comment on exported const REFLECTMETHOD should be of the form "REFLECTMETHOD ..." src/cmd/internal/obj/util.go:14:7: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:14:7: exported const REG_NONE should have comment or be unexported src/cmd/internal/obj/util.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/util.go:156:1: exported method Link.NewProg should have comment or be unexported src/cmd/internal/obj/util.go:162:1: exported method Link.CanReuseProgs should have comment or be unexported src/cmd/internal/obj/util.go:166:1: exported method Link.Dconv should have comment or be unexported src/cmd/internal/obj/util.go:170:1: exported function Dconv should have comment or be unexported src/cmd/internal/obj/util.go:284:1: exported function Mconv should have comment or be unexported src/cmd/internal/obj/util.go:384:2: comment on exported const RBase386 should be of the form "RBase386 ..." src/cmd/internal/obj/util.go:387:2: exported const RBaseAMD64 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/util.go:402:1: exported function Rconv should have comment or be unexported src/cmd/internal/obj/util.go:441:1: exported function RLconv should have comment or be unexported src/cmd/internal/obj/util.go:481:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/util.go:496:1: exported function Bool2int should have comment or be unexported src/cmd/internal/obj/arm/a.out.go:38:2: exported const NSNAME should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:49:2: exported const REG_R0 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:91:2: comment on exported const REGEXT should be of the form "REGEXT ..." src/cmd/internal/obj/arm/a.out.go:95:2: comment on exported const REGG should be of the form "REGG ..." src/cmd/internal/obj/arm/a.out.go:106:2: comment on exported const FREGRET should be of the form "FREGRET ..." src/cmd/internal/obj/arm/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:114:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:156:2: don't use underscores in Go names; const C_PC should be CPC src/cmd/internal/obj/arm/a.out.go:157:2: don't use underscores in Go names; const C_SP should be CSP src/cmd/internal/obj/arm/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:162:2: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..." src/cmd/internal/obj/arm/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:166:2: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..." src/cmd/internal/obj/arm/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:179:2: exported const AAND should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/a.out.go:196:2: comment on exported const ABEQ should be of the form "ABEQ ..." src/cmd/internal/obj/arm/a.out.go:340:2: comment on exported const AB should be of the form "AB ..." src/cmd/internal/obj/arm/a.out.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/a.out.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/arm/asm5.go:62:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/arm/asm5.go:67:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/arm/asm5.go:75:6: exported type Opcross should have comment or be unexported src/cmd/internal/obj/arm/asm5.go:78:2: exported const LFROM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm/asm5.go:1121:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm/asm5.go:1140:12: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm/list5.go:76:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/arm/obj5.go:39:5: don't use underscores in Go names; var progedit_tlsfallback should be progeditTlsfallback src/cmd/internal/obj/arm/obj5.go:887:5: exported var Linkarm should have comment or be unexported src/cmd/internal/obj/arm64/a.out.go:36:2: exported const NSNAME should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:177:1: comment on exported const REG_EXT should be of the form "REG_EXT ..." src/cmd/internal/obj/arm64/a.out.go:181:7: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:184:2: exported const REG_UXTB should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:206:2: don't use underscores in Go names; const REG_CurrentEL should be REGCurrentEL src/cmd/internal/obj/arm64/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:208:2: don't use underscores in Go names; const REG_SPSel should be REGSPSel src/cmd/internal/obj/arm64/a.out.go:209:2: don't use underscores in Go names; const REG_DAIFSet should be REGDAIFSet src/cmd/internal/obj/arm64/a.out.go:210:2: don't use underscores in Go names; const REG_DAIFClr should be REGDAIFClr src/cmd/internal/obj/arm64/a.out.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:265:2: exported const BIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:269:2: comment on exported const LABEL should be of the form "LABEL ..." src/cmd/internal/obj/arm64/a.out.go:271:2: exported const LEAF should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:283:2: comment on exported const C_NONE should be of the form "C_NONE ..." src/cmd/internal/obj/arm64/a.out.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:287:2: exported const C_REG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:317:2: comment on exported const C_SBRA should be of the form "C_SBRA ..." src/cmd/internal/obj/arm64/a.out.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:365:2: comment on exported const C_GOTADDR should be of the form "C_GOTADDR ..." src/cmd/internal/obj/arm64/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:368:2: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..." src/cmd/internal/obj/arm64/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:372:2: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..." src/cmd/internal/obj/arm64/a.out.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:385:2: exported const C_XPRE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:392:2: exported const AADC should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:777:2: comment on exported const SHIFT_LL should be of the form "SHIFT_LL ..." src/cmd/internal/obj/arm64/a.out.go:778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:779:2: exported const SHIFT_LR should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/a.out.go:780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/a.out.go:797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:65:2: exported const REGFROM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/asm7.go:68:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:73:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/arm64/asm7.go:85:2: exported const S32 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/asm7.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/asm7.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/arm64/asm7.go:92:1: exported function OPDP2 should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:96:1: exported function OPDP3 should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:100:1: exported function OPBcc should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:104:1: exported function OPBLR should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:109:1: exported function SYSOP should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:113:1: exported function SYSHINT should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:117:1: exported function LDSTR12U should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:121:1: exported function LDSTR9S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:125:1: exported function LD2STR should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:129:1: exported function LDSTX should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:133:1: exported function FPCMP should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:133:32: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:137:1: exported function FPCCMP should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:137:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:141:1: exported function FPOP1S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:141:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:145:1: exported function FPOP2S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:145:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:149:1: exported function FPOP3S should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:149:33: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:153:1: exported function FPCVTI should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:153:34: don't use underscores in Go names; func parameter type_ should be type src/cmd/internal/obj/arm64/asm7.go:157:1: exported function ADR should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:161:1: exported function OPBIT should have comment or be unexported src/cmd/internal/obj/arm64/asm7.go:166:2: exported const LFROM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/arm64/asm7.go:1110:3: should replace n += 1 with n++ src/cmd/internal/obj/arm64/asm7.go:1277:13: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/asm7.go:2202:1: comment on exported function SYSARG5 should be of the form "SYSARG5 ..." src/cmd/internal/obj/arm64/asm7.go:2207:1: exported function SYSARG4 should have comment or be unexported src/cmd/internal/obj/arm64/list7.go:176:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:182:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:188:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:194:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:200:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:206:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:212:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:218:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/arm64/list7.go:229:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/arm64/obj7.go:840:5: exported var Linkarm64 should have comment or be unexported src/cmd/internal/obj/mips/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:49:2: exported const REG_R0 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:118:2: comment on exported const REG_M0 should be of the form "REG_M0 ..." src/cmd/internal/obj/mips/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:152:2: comment on exported const REG_FCR0 should be of the form "REG_FCR0 ..." src/cmd/internal/obj/mips/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:205:2: exported const BIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:209:2: comment on exported const FOLL should be of the form "FOLL ..." src/cmd/internal/obj/mips/a.out.go:211:2: exported const LABEL should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:223:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:228:2: don't use underscores in Go names; const C_HI should be CHI src/cmd/internal/obj/mips/a.out.go:229:2: don't use underscores in Go names; const C_LO should be CLO src/cmd/internal/obj/mips/a.out.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/a.out.go:263:2: exported const AABSD should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/a.out.go:359:2: comment on exported const AMOVV should be of the form "AMOVV ..." src/cmd/internal/obj/mips/a.out.go:377:2: comment on exported const ATRUNCFV should be of the form "ATRUNCFV ..." src/cmd/internal/obj/mips/a.out.go:390:2: comment on exported const AJMP should be of the form "AJMP ..." src/cmd/internal/obj/mips/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:63:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:68:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/mips/asm0.go:1054:1: exported function OP should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1058:1: exported function SP should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1062:1: exported function BCOND should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1066:1: exported function MMU should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1070:1: exported function FPF should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1074:1: exported function FPD should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1078:1: exported function FPW should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1082:1: exported function FPV should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1086:1: exported function OP_RRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1086:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1090:1: exported function OP_IRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1090:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1094:1: exported function OP_SRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1094:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1098:1: exported function OP_FRRR should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1098:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/asm0.go:1102:1: exported function OP_JMP should have comment or be unexported src/cmd/internal/obj/mips/asm0.go:1102:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/list0.go:72:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:818:2: exported const E_HILO should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/mips/obj0.go:819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/mips/obj0.go:829:6: exported type Dep should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:835:6: exported type Sch should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1413:5: exported var Linkmips64 should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1421:5: exported var Linkmips64le should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1429:5: exported var Linkmips should have comment or be unexported src/cmd/internal/obj/mips/obj0.go:1437:5: exported var Linkmipsle should have comment or be unexported src/cmd/internal/obj/ppc64/a.out.go:47:2: comment on exported const REG_R0 should be of the form "REG_R0 ..." src/cmd/internal/obj/ppc64/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:50:2: exported const REG_R1 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:82:2: comment on exported const REG_F0 should be of the form "REG_F0 ..." src/cmd/internal/obj/ppc64/a.out.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:116:2: comment on exported const REG_V0 should be of the form "REG_V0 ..." src/cmd/internal/obj/ppc64/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:150:2: comment on exported const REG_VS0 should be of the form "REG_VS0 ..." src/cmd/internal/obj/ppc64/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:273:2: comment on exported const LABEL should be of the form "LABEL ..." src/cmd/internal/obj/ppc64/a.out.go:275:2: exported const LEAF should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:295:2: exported const BI_CR0 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:315:2: exported const BO_BCTR should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:326:2: exported const C_COND_LT should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:333:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:365:2: don't use underscores in Go names; const C_LR should be CLR src/cmd/internal/obj/ppc64/a.out.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/a.out.go:379:2: exported const AADD should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/a.out.go:613:2: comment on exported const AFRES should be of the form "AFRES ..." src/cmd/internal/obj/ppc64/a.out.go:654:2: comment on exported const AFCFID should be of the form "AFCFID ..." src/cmd/internal/obj/ppc64/a.out.go:709:2: comment on exported const ADWORD should be of the form "ADWORD ..." src/cmd/internal/obj/ppc64/a.out.go:720:2: comment on exported const AHRFID should be of the form "AHRFID ..." src/cmd/internal/obj/ppc64/a.out.go:733:2: comment on exported const ALV should be of the form "ALV ..." src/cmd/internal/obj/ppc64/a.out.go:888:2: comment on exported const ALXV should be of the form "ALXV ..." src/cmd/internal/obj/ppc64/a.out.go:978:2: comment on exported const ABR should be of the form "ABR ..." src/cmd/internal/obj/ppc64/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:63:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:69:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/ppc64/asm9.go:769:13: if block ends with a return statement, so drop this else and outdent its block src/cmd/internal/obj/ppc64/asm9.go:1840:1: exported function OPVXX1 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1844:1: exported function OPVXX2 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1848:1: exported function OPVXX3 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1852:1: exported function OPVXX4 should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1856:1: exported function OPVX should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1860:1: exported function OPVC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1864:1: exported function OPVCC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1868:1: exported function OPCC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1872:1: exported function OP should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1876:1: comment on exported function AOP_RRR should be of the form "AOP_RRR ..." src/cmd/internal/obj/ppc64/asm9.go:1877:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1881:1: comment on exported function AOP_RR should be of the form "AOP_RR ..." src/cmd/internal/obj/ppc64/asm9.go:1882:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1886:1: comment on exported function AOP_RRRR should be of the form "AOP_RRRR ..." src/cmd/internal/obj/ppc64/asm9.go:1887:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1891:1: exported function AOP_IRR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1891:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1895:1: comment on exported function AOP_VIRR should be of the form "AOP_VIRR ..." src/cmd/internal/obj/ppc64/asm9.go:1896:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1900:1: comment on exported function AOP_IIRR should be of the form "AOP_IIRR ..." src/cmd/internal/obj/ppc64/asm9.go:1901:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1905:1: comment on exported function AOP_IRRR should be of the form "AOP_IRRR ..." src/cmd/internal/obj/ppc64/asm9.go:1906:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1910:1: comment on exported function AOP_IR should be of the form "AOP_IR ..." src/cmd/internal/obj/ppc64/asm9.go:1911:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1915:1: comment on exported function AOP_XX1 should be of the form "AOP_XX1 ..." src/cmd/internal/obj/ppc64/asm9.go:1916:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1923:1: comment on exported function AOP_XX2 should be of the form "AOP_XX2 ..." src/cmd/internal/obj/ppc64/asm9.go:1924:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1930:1: comment on exported function AOP_XX3 should be of the form "AOP_XX3 ..." src/cmd/internal/obj/ppc64/asm9.go:1931:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1938:1: comment on exported function AOP_XX3I should be of the form "AOP_XX3I ..." src/cmd/internal/obj/ppc64/asm9.go:1939:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1946:1: comment on exported function AOP_XX4 should be of the form "AOP_XX4 ..." src/cmd/internal/obj/ppc64/asm9.go:1947:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1955:1: comment on exported function AOP_Z23I should be of the form "AOP_Z23I ..." src/cmd/internal/obj/ppc64/asm9.go:1956:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1960:1: exported function LOP_RRR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1960:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1964:1: exported function LOP_IRR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1964:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1968:1: exported function OP_BR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1968:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1972:1: exported function OP_BC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1972:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1976:1: exported function OP_BCR should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1976:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1980:1: exported function OP_RLW should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1980:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1984:1: exported function AOP_RLDIC should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1984:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1988:1: exported function AOP_ISEL should have comment or be unexported src/cmd/internal/obj/ppc64/asm9.go:1988:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1993:2: comment on exported const OP_ADD should be of the form "OP_ADD ..." src/cmd/internal/obj/ppc64/asm9.go:1994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1995:2: exported const OP_ADDI should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/asm9.go:1996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:1999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2010:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/asm9.go:2038:2: exported const D_FORM should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/ppc64/asm9.go:2039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/ppc64/list9.go:96:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/ppc64/obj9.go:1058:5: exported var Linkppc64 should have comment or be unexported src/cmd/internal/obj/ppc64/obj9.go:1066:5: exported var Linkppc64le should have comment or be unexported src/cmd/internal/obj/s390x/a.out.go:37:2: exported const NSNAME should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:44:2: comment on exported const REG_R0 should be of the form "REG_R0 ..." src/cmd/internal/obj/s390x/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:46:2: exported const REG_R1 should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:62:2: comment on exported const REG_F0 should be of the form "REG_F0 ..." src/cmd/internal/obj/s390x/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:80:2: comment on exported const REG_V0 should be of the form "REG_V0 ..." src/cmd/internal/obj/s390x/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:119:2: comment on exported const REG_AR0 should be of the form "REG_AR0 ..." src/cmd/internal/obj/s390x/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:153:2: exported const BIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:160:2: comment on exported const LEAF should be of the form "LEAF ..." src/cmd/internal/obj/s390x/a.out.go:162:2: exported const BRANCH should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:166:2: exported const C_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/s390x/a.out.go:200:2: comment on exported const AADD should be of the form "AADD ..." src/cmd/internal/obj/s390x/a.out.go:202:2: exported const AADDC should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/s390x/a.out.go:225:2: comment on exported const AMOVWBR should be of the form "AMOVWBR ..." src/cmd/internal/obj/s390x/a.out.go:237:2: comment on exported const AMOVDEQ should be of the form "AMOVDEQ ..." src/cmd/internal/obj/s390x/a.out.go:245:2: comment on exported const AFLOGR should be of the form "AFLOGR ..." src/cmd/internal/obj/s390x/a.out.go:248:2: comment on exported const AAND should be of the form "AAND ..." src/cmd/internal/obj/s390x/a.out.go:264:2: comment on exported const AFABS should be of the form "AFABS ..." src/cmd/internal/obj/s390x/a.out.go:296:2: comment on exported const ALDGR should be of the form "ALDGR ..." src/cmd/internal/obj/s390x/a.out.go:300:2: comment on exported const ACEFBRA should be of the form "ACEFBRA ..." src/cmd/internal/obj/s390x/a.out.go:306:2: comment on exported const ACFEBRA should be of the form "ACFEBRA ..." src/cmd/internal/obj/s390x/a.out.go:312:2: comment on exported const ACELFBR should be of the form "ACELFBR ..." src/cmd/internal/obj/s390x/a.out.go:318:2: comment on exported const ACLFEBR should be of the form "ACLFEBR ..." src/cmd/internal/obj/s390x/a.out.go:324:2: comment on exported const ACMP should be of the form "ACMP ..." src/cmd/internal/obj/s390x/a.out.go:330:2: comment on exported const ATMHH should be of the form "ATMHH ..." src/cmd/internal/obj/s390x/a.out.go:336:2: comment on exported const ACS should be of the form "ACS ..." src/cmd/internal/obj/s390x/a.out.go:340:2: comment on exported const ASYNC should be of the form "ASYNC ..." src/cmd/internal/obj/s390x/a.out.go:343:2: comment on exported const ABC should be of the form "ABC ..." src/cmd/internal/obj/s390x/a.out.go:358:2: comment on exported const ACMPBEQ should be of the form "ACMPBEQ ..." src/cmd/internal/obj/s390x/a.out.go:372:2: comment on exported const AMVC should be of the form "AMVC ..." src/cmd/internal/obj/s390x/a.out.go:379:2: comment on exported const AEXRL should be of the form "AEXRL ..." src/cmd/internal/obj/s390x/a.out.go:385:2: comment on exported const ALAA should be of the form "ALAA ..." src/cmd/internal/obj/s390x/a.out.go:397:2: comment on exported const ALMY should be of the form "ALMY ..." src/cmd/internal/obj/s390x/a.out.go:403:2: comment on exported const ASTCK should be of the form "ASTCK ..." src/cmd/internal/obj/s390x/a.out.go:409:2: comment on exported const ACLEAR should be of the form "ACLEAR ..." src/cmd/internal/obj/s390x/a.out.go:412:2: comment on exported const AVA should be of the form "AVA ..." src/cmd/internal/obj/s390x/a.out.go:915:2: comment on exported const ABYTE should be of the form "ABYTE ..." src/cmd/internal/obj/s390x/a.out.go:920:2: comment on exported const ALAST should be of the form "ALAST ..." src/cmd/internal/obj/s390x/a.out.go:923:2: comment on exported const ABR should be of the form "ABR ..." src/cmd/internal/obj/s390x/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/s390x/asmz.go:57:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/s390x/asmz.go:63:2: don't use underscores in Go names; struct field type_ should be type src/cmd/internal/obj/s390x/asmz.go:1384:2: don't use underscores in Go names; const op_A should be opA src/cmd/internal/obj/s390x/asmz.go:1385:2: don't use underscores in Go names; const op_AD should be opAD src/cmd/internal/obj/s390x/asmz.go:1386:2: don't use underscores in Go names; const op_ADB should be opADB src/cmd/internal/obj/s390x/asmz.go:1387:2: don't use underscores in Go names; const op_ADBR should be opADBR src/cmd/internal/obj/s390x/asmz.go:1388:2: don't use underscores in Go names; const op_ADR should be opADR src/cmd/internal/obj/s390x/asmz.go:1389:2: don't use underscores in Go names; const op_ADTR should be opADTR src/cmd/internal/obj/s390x/asmz.go:1390:2: don't use underscores in Go names; const op_ADTRA should be opADTRA src/cmd/internal/obj/s390x/asmz.go:1391:2: don't use underscores in Go names; const op_AE should be opAE src/cmd/internal/obj/s390x/asmz.go:1392:2: don't use underscores in Go names; const op_AEB should be opAEB src/cmd/internal/obj/s390x/asmz.go:1393:2: don't use underscores in Go names; const op_AEBR should be opAEBR src/cmd/internal/obj/s390x/asmz.go:1394:2: don't use underscores in Go names; const op_AER should be opAER src/cmd/internal/obj/s390x/asmz.go:1395:2: don't use underscores in Go names; const op_AFI should be opAFI src/cmd/internal/obj/s390x/asmz.go:1396:2: don't use underscores in Go names; const op_AG should be opAG src/cmd/internal/obj/s390x/asmz.go:1397:2: don't use underscores in Go names; const op_AGF should be opAGF src/cmd/internal/obj/s390x/asmz.go:1398:2: don't use underscores in Go names; const op_AGFI should be opAGFI src/cmd/internal/obj/s390x/asmz.go:1399:2: don't use underscores in Go names; const op_AGFR should be opAGFR src/cmd/internal/obj/s390x/asmz.go:1400:2: don't use underscores in Go names; const op_AGHI should be opAGHI src/cmd/internal/obj/s390x/asmz.go:1401:2: don't use underscores in Go names; const op_AGHIK should be opAGHIK src/cmd/internal/obj/s390x/asmz.go:1402:2: don't use underscores in Go names; const op_AGR should be opAGR src/cmd/internal/obj/s390x/asmz.go:1403:2: don't use underscores in Go names; const op_AGRK should be opAGRK src/cmd/internal/obj/s390x/asmz.go:1404:2: don't use underscores in Go names; const op_AGSI should be opAGSI src/cmd/internal/obj/s390x/asmz.go:1405:2: don't use underscores in Go names; const op_AH should be opAH src/cmd/internal/obj/s390x/asmz.go:1406:2: don't use underscores in Go names; const op_AHHHR should be opAHHHR src/cmd/internal/obj/s390x/asmz.go:1407:2: don't use underscores in Go names; const op_AHHLR should be opAHHLR src/cmd/internal/obj/s390x/asmz.go:1408:2: don't use underscores in Go names; const op_AHI should be opAHI src/cmd/internal/obj/s390x/asmz.go:1409:2: don't use underscores in Go names; const op_AHIK should be opAHIK src/cmd/internal/obj/s390x/asmz.go:1410:2: don't use underscores in Go names; const op_AHY should be opAHY src/cmd/internal/obj/s390x/asmz.go:1411:2: don't use underscores in Go names; const op_AIH should be opAIH src/cmd/internal/obj/s390x/asmz.go:1412:2: don't use underscores in Go names; const op_AL should be opAL src/cmd/internal/obj/s390x/asmz.go:1413:2: don't use underscores in Go names; const op_ALC should be opALC src/cmd/internal/obj/s390x/asmz.go:1414:2: don't use underscores in Go names; const op_ALCG should be opALCG src/cmd/internal/obj/s390x/asmz.go:1415:2: don't use underscores in Go names; const op_ALCGR should be opALCGR src/cmd/internal/obj/s390x/asmz.go:1416:2: don't use underscores in Go names; const op_ALCR should be opALCR src/cmd/internal/obj/s390x/asmz.go:1417:2: don't use underscores in Go names; const op_ALFI should be opALFI src/cmd/internal/obj/s390x/asmz.go:1418:2: don't use underscores in Go names; const op_ALG should be opALG src/cmd/internal/obj/s390x/asmz.go:1419:2: don't use underscores in Go names; const op_ALGF should be opALGF src/cmd/internal/obj/s390x/asmz.go:1420:2: don't use underscores in Go names; const op_ALGFI should be opALGFI src/cmd/internal/obj/s390x/asmz.go:1421:2: don't use underscores in Go names; const op_ALGFR should be opALGFR src/cmd/internal/obj/s390x/asmz.go:1422:2: don't use underscores in Go names; const op_ALGHSIK should be opALGHSIK src/cmd/internal/obj/s390x/asmz.go:1423:2: don't use underscores in Go names; const op_ALGR should be opALGR src/cmd/internal/obj/s390x/asmz.go:1424:2: don't use underscores in Go names; const op_ALGRK should be opALGRK src/cmd/internal/obj/s390x/asmz.go:1425:2: don't use underscores in Go names; const op_ALGSI should be opALGSI src/cmd/internal/obj/s390x/asmz.go:1426:2: don't use underscores in Go names; const op_ALHHHR should be opALHHHR src/cmd/internal/obj/s390x/asmz.go:1427:2: don't use underscores in Go names; const op_ALHHLR should be opALHHLR src/cmd/internal/obj/s390x/asmz.go:1428:2: don't use underscores in Go names; const op_ALHSIK should be opALHSIK src/cmd/internal/obj/s390x/asmz.go:1429:2: don't use underscores in Go names; const op_ALR should be opALR src/cmd/internal/obj/s390x/asmz.go:1430:2: don't use underscores in Go names; const op_ALRK should be opALRK src/cmd/internal/obj/s390x/asmz.go:1431:2: don't use underscores in Go names; const op_ALSI should be opALSI src/cmd/internal/obj/s390x/asmz.go:1432:2: don't use underscores in Go names; const op_ALSIH should be opALSIH src/cmd/internal/obj/s390x/asmz.go:1433:2: don't use underscores in Go names; const op_ALSIHN should be opALSIHN src/cmd/internal/obj/s390x/asmz.go:1434:2: don't use underscores in Go names; const op_ALY should be opALY src/cmd/internal/obj/s390x/asmz.go:1435:2: don't use underscores in Go names; const op_AP should be opAP src/cmd/internal/obj/s390x/asmz.go:1436:2: don't use underscores in Go names; const op_AR should be opAR src/cmd/internal/obj/s390x/asmz.go:1437:2: don't use underscores in Go names; const op_ARK should be opARK src/cmd/internal/obj/s390x/asmz.go:1438:2: don't use underscores in Go names; const op_ASI should be opASI src/cmd/internal/obj/s390x/asmz.go:1439:2: don't use underscores in Go names; const op_AU should be opAU src/cmd/internal/obj/s390x/asmz.go:1440:2: don't use underscores in Go names; const op_AUR should be opAUR src/cmd/internal/obj/s390x/asmz.go:1441:2: don't use underscores in Go names; const op_AW should be opAW src/cmd/internal/obj/s390x/asmz.go:1442:2: don't use underscores in Go names; const op_AWR should be opAWR src/cmd/internal/obj/s390x/asmz.go:1443:2: don't use underscores in Go names; const op_AXBR should be opAXBR src/cmd/internal/obj/s390x/asmz.go:1444:2: don't use underscores in Go names; const op_AXR should be opAXR src/cmd/internal/obj/s390x/asmz.go:1445:2: don't use underscores in Go names; const op_AXTR should be opAXTR src/cmd/internal/obj/s390x/asmz.go:1446:2: don't use underscores in Go names; const op_AXTRA should be opAXTRA src/cmd/internal/obj/s390x/asmz.go:1447:2: don't use underscores in Go names; const op_AY should be opAY src/cmd/internal/obj/s390x/asmz.go:1448:2: don't use underscores in Go names; const op_BAKR should be opBAKR src/cmd/internal/obj/s390x/asmz.go:1449:2: don't use underscores in Go names; const op_BAL should be opBAL src/cmd/internal/obj/s390x/asmz.go:1450:2: don't use underscores in Go names; const op_BALR should be opBALR src/cmd/internal/obj/s390x/asmz.go:1451:2: don't use underscores in Go names; const op_BAS should be opBAS src/cmd/internal/obj/s390x/asmz.go:1452:2: don't use underscores in Go names; const op_BASR should be opBASR src/cmd/internal/obj/s390x/asmz.go:1453:2: don't use underscores in Go names; const op_BASSM should be opBASSM src/cmd/internal/obj/s390x/asmz.go:1454:2: don't use underscores in Go names; const op_BC should be opBC src/cmd/internal/obj/s390x/asmz.go:1455:2: don't use underscores in Go names; const op_BCR should be opBCR src/cmd/internal/obj/s390x/asmz.go:1456:2: don't use underscores in Go names; const op_BCT should be opBCT src/cmd/internal/obj/s390x/asmz.go:1457:2: don't use underscores in Go names; const op_BCTG should be opBCTG src/cmd/internal/obj/s390x/asmz.go:1458:2: don't use underscores in Go names; const op_BCTGR should be opBCTGR src/cmd/internal/obj/s390x/asmz.go:1459:2: don't use underscores in Go names; const op_BCTR should be opBCTR src/cmd/internal/obj/s390x/asmz.go:1460:2: don't use underscores in Go names; const op_BPP should be opBPP src/cmd/internal/obj/s390x/asmz.go:1461:2: don't use underscores in Go names; const op_BPRP should be opBPRP src/cmd/internal/obj/s390x/asmz.go:1462:2: don't use underscores in Go names; const op_BRAS should be opBRAS src/cmd/internal/obj/s390x/asmz.go:1463:2: don't use underscores in Go names; const op_BRASL should be opBRASL src/cmd/internal/obj/s390x/asmz.go:1464:2: don't use underscores in Go names; const op_BRC should be opBRC src/cmd/internal/obj/s390x/asmz.go:1465:2: don't use underscores in Go names; const op_BRCL should be opBRCL src/cmd/internal/obj/s390x/asmz.go:1466:2: don't use underscores in Go names; const op_BRCT should be opBRCT src/cmd/internal/obj/s390x/asmz.go:1467:2: don't use underscores in Go names; const op_BRCTG should be opBRCTG src/cmd/internal/obj/s390x/asmz.go:1468:2: don't use underscores in Go names; const op_BRCTH should be opBRCTH src/cmd/internal/obj/s390x/asmz.go:1469:2: don't use underscores in Go names; const op_BRXH should be opBRXH src/cmd/internal/obj/s390x/asmz.go:1470:2: don't use underscores in Go names; const op_BRXHG should be opBRXHG src/cmd/internal/obj/s390x/asmz.go:1471:2: don't use underscores in Go names; const op_BRXLE should be opBRXLE src/cmd/internal/obj/s390x/asmz.go:1472:2: don't use underscores in Go names; const op_BRXLG should be opBRXLG src/cmd/internal/obj/s390x/asmz.go:1473:2: don't use underscores in Go names; const op_BSA should be opBSA src/cmd/internal/obj/s390x/asmz.go:1474:2: don't use underscores in Go names; const op_BSG should be opBSG src/cmd/internal/obj/s390x/asmz.go:1475:2: don't use underscores in Go names; const op_BSM should be opBSM src/cmd/internal/obj/s390x/asmz.go:1476:2: don't use underscores in Go names; const op_BXH should be opBXH src/cmd/internal/obj/s390x/asmz.go:1477:2: don't use underscores in Go names; const op_BXHG should be opBXHG src/cmd/internal/obj/s390x/asmz.go:1478:2: don't use underscores in Go names; const op_BXLE should be opBXLE src/cmd/internal/obj/s390x/asmz.go:1479:2: don't use underscores in Go names; const op_BXLEG should be opBXLEG src/cmd/internal/obj/s390x/asmz.go:1480:2: don't use underscores in Go names; const op_C should be opC src/cmd/internal/obj/s390x/asmz.go:1481:2: don't use underscores in Go names; const op_CD should be opCD src/cmd/internal/obj/s390x/asmz.go:1482:2: don't use underscores in Go names; const op_CDB should be opCDB src/cmd/internal/obj/s390x/asmz.go:1483:2: don't use underscores in Go names; const op_CDBR should be opCDBR src/cmd/internal/obj/s390x/asmz.go:1484:2: don't use underscores in Go names; const op_CDFBR should be opCDFBR src/cmd/internal/obj/s390x/asmz.go:1485:2: don't use underscores in Go names; const op_CDFBRA should be opCDFBRA src/cmd/internal/obj/s390x/asmz.go:1486:2: don't use underscores in Go names; const op_CDFR should be opCDFR src/cmd/internal/obj/s390x/asmz.go:1487:2: don't use underscores in Go names; const op_CDFTR should be opCDFTR src/cmd/internal/obj/s390x/asmz.go:1488:2: don't use underscores in Go names; const op_CDGBR should be opCDGBR src/cmd/internal/obj/s390x/asmz.go:1489:2: don't use underscores in Go names; const op_CDGBRA should be opCDGBRA src/cmd/internal/obj/s390x/asmz.go:1490:2: don't use underscores in Go names; const op_CDGR should be opCDGR src/cmd/internal/obj/s390x/asmz.go:1491:2: don't use underscores in Go names; const op_CDGTR should be opCDGTR src/cmd/internal/obj/s390x/asmz.go:1492:2: don't use underscores in Go names; const op_CDGTRA should be opCDGTRA src/cmd/internal/obj/s390x/asmz.go:1493:2: don't use underscores in Go names; const op_CDLFBR should be opCDLFBR src/cmd/internal/obj/s390x/asmz.go:1494:2: don't use underscores in Go names; const op_CDLFTR should be opCDLFTR src/cmd/internal/obj/s390x/asmz.go:1495:2: don't use underscores in Go names; const op_CDLGBR should be opCDLGBR src/cmd/internal/obj/s390x/asmz.go:1496:2: don't use underscores in Go names; const op_CDLGTR should be opCDLGTR src/cmd/internal/obj/s390x/asmz.go:1497:2: don't use underscores in Go names; const op_CDR should be opCDR src/cmd/internal/obj/s390x/asmz.go:1498:2: don't use underscores in Go names; const op_CDS should be opCDS src/cmd/internal/obj/s390x/asmz.go:1499:2: don't use underscores in Go names; const op_CDSG should be opCDSG src/cmd/internal/obj/s390x/asmz.go:1500:2: don't use underscores in Go names; const op_CDSTR should be opCDSTR src/cmd/internal/obj/s390x/asmz.go:1501:2: don't use underscores in Go names; const op_CDSY should be opCDSY src/cmd/internal/obj/s390x/asmz.go:1502:2: don't use underscores in Go names; const op_CDTR should be opCDTR src/cmd/internal/obj/s390x/asmz.go:1503:2: don't use underscores in Go names; const op_CDUTR should be opCDUTR src/cmd/internal/obj/s390x/asmz.go:1504:2: don't use underscores in Go names; const op_CDZT should be opCDZT src/cmd/internal/obj/s390x/asmz.go:1505:2: don't use underscores in Go names; const op_CE should be opCE src/cmd/internal/obj/s390x/asmz.go:1506:2: don't use underscores in Go names; const op_CEB should be opCEB src/cmd/internal/obj/s390x/asmz.go:1507:2: don't use underscores in Go names; const op_CEBR should be opCEBR src/cmd/internal/obj/s390x/asmz.go:1508:2: don't use underscores in Go names; const op_CEDTR should be opCEDTR src/cmd/internal/obj/s390x/asmz.go:1509:2: don't use underscores in Go names; const op_CEFBR should be opCEFBR src/cmd/internal/obj/s390x/asmz.go:1510:2: don't use underscores in Go names; const op_CEFBRA should be opCEFBRA src/cmd/internal/obj/s390x/asmz.go:1511:2: don't use underscores in Go names; const op_CEFR should be opCEFR src/cmd/internal/obj/s390x/asmz.go:1512:2: don't use underscores in Go names; const op_CEGBR should be opCEGBR src/cmd/internal/obj/s390x/asmz.go:1513:2: don't use underscores in Go names; const op_CEGBRA should be opCEGBRA src/cmd/internal/obj/s390x/asmz.go:1514:2: don't use underscores in Go names; const op_CEGR should be opCEGR src/cmd/internal/obj/s390x/asmz.go:1515:2: don't use underscores in Go names; const op_CELFBR should be opCELFBR src/cmd/internal/obj/s390x/asmz.go:1516:2: don't use underscores in Go names; const op_CELGBR should be opCELGBR src/cmd/internal/obj/s390x/asmz.go:1517:2: don't use underscores in Go names; const op_CER should be opCER src/cmd/internal/obj/s390x/asmz.go:1518:2: don't use underscores in Go names; const op_CEXTR should be opCEXTR src/cmd/internal/obj/s390x/asmz.go:1519:2: don't use underscores in Go names; const op_CFC should be opCFC src/cmd/internal/obj/s390x/asmz.go:1520:2: don't use underscores in Go names; const op_CFDBR should be opCFDBR src/cmd/internal/obj/s390x/asmz.go:1521:2: don't use underscores in Go names; const op_CFDBRA should be opCFDBRA src/cmd/internal/obj/s390x/asmz.go:1522:2: don't use underscores in Go names; const op_CFDR should be opCFDR src/cmd/internal/obj/s390x/asmz.go:1523:2: don't use underscores in Go names; const op_CFDTR should be opCFDTR src/cmd/internal/obj/s390x/asmz.go:1524:2: don't use underscores in Go names; const op_CFEBR should be opCFEBR src/cmd/internal/obj/s390x/asmz.go:1525:2: don't use underscores in Go names; const op_CFEBRA should be opCFEBRA src/cmd/internal/obj/s390x/asmz.go:1526:2: don't use underscores in Go names; const op_CFER should be opCFER src/cmd/internal/obj/s390x/asmz.go:1527:2: don't use underscores in Go names; const op_CFI should be opCFI src/cmd/internal/obj/s390x/asmz.go:1528:2: don't use underscores in Go names; const op_CFXBR should be opCFXBR src/cmd/internal/obj/s390x/asmz.go:1529:2: don't use underscores in Go names; const op_CFXBRA should be opCFXBRA src/cmd/internal/obj/s390x/asmz.go:1530:2: don't use underscores in Go names; const op_CFXR should be opCFXR src/cmd/internal/obj/s390x/asmz.go:1531:2: don't use underscores in Go names; const op_CFXTR should be opCFXTR src/cmd/internal/obj/s390x/asmz.go:1532:2: don't use underscores in Go names; const op_CG should be opCG src/cmd/internal/obj/s390x/asmz.go:1533:2: don't use underscores in Go names; const op_CGDBR should be opCGDBR src/cmd/internal/obj/s390x/asmz.go:1534:2: don't use underscores in Go names; const op_CGDBRA should be opCGDBRA src/cmd/internal/obj/s390x/asmz.go:1535:2: don't use underscores in Go names; const op_CGDR should be opCGDR src/cmd/internal/obj/s390x/asmz.go:1536:2: don't use underscores in Go names; const op_CGDTR should be opCGDTR src/cmd/internal/obj/s390x/asmz.go:1537:2: don't use underscores in Go names; const op_CGDTRA should be opCGDTRA src/cmd/internal/obj/s390x/asmz.go:1538:2: don't use underscores in Go names; const op_CGEBR should be opCGEBR src/cmd/internal/obj/s390x/asmz.go:1539:2: don't use underscores in Go names; const op_CGEBRA should be opCGEBRA src/cmd/internal/obj/s390x/asmz.go:1540:2: don't use underscores in Go names; const op_CGER should be opCGER src/cmd/internal/obj/s390x/asmz.go:1541:2: don't use underscores in Go names; const op_CGF should be opCGF src/cmd/internal/obj/s390x/asmz.go:1542:2: don't use underscores in Go names; const op_CGFI should be opCGFI src/cmd/internal/obj/s390x/asmz.go:1543:2: don't use underscores in Go names; const op_CGFR should be opCGFR src/cmd/internal/obj/s390x/asmz.go:1544:2: don't use underscores in Go names; const op_CGFRL should be opCGFRL src/cmd/internal/obj/s390x/asmz.go:1545:2: don't use underscores in Go names; const op_CGH should be opCGH src/cmd/internal/obj/s390x/asmz.go:1546:2: don't use underscores in Go names; const op_CGHI should be opCGHI src/cmd/internal/obj/s390x/asmz.go:1547:2: don't use underscores in Go names; const op_CGHRL should be opCGHRL src/cmd/internal/obj/s390x/asmz.go:1548:2: don't use underscores in Go names; const op_CGHSI should be opCGHSI src/cmd/internal/obj/s390x/asmz.go:1549:2: don't use underscores in Go names; const op_CGIB should be opCGIB src/cmd/internal/obj/s390x/asmz.go:1550:2: don't use underscores in Go names; const op_CGIJ should be opCGIJ src/cmd/internal/obj/s390x/asmz.go:1551:2: don't use underscores in Go names; const op_CGIT should be opCGIT src/cmd/internal/obj/s390x/asmz.go:1552:2: don't use underscores in Go names; const op_CGR should be opCGR src/cmd/internal/obj/s390x/asmz.go:1553:2: don't use underscores in Go names; const op_CGRB should be opCGRB src/cmd/internal/obj/s390x/asmz.go:1554:2: don't use underscores in Go names; const op_CGRJ should be opCGRJ src/cmd/internal/obj/s390x/asmz.go:1555:2: don't use underscores in Go names; const op_CGRL should be opCGRL src/cmd/internal/obj/s390x/asmz.go:1556:2: don't use underscores in Go names; const op_CGRT should be opCGRT src/cmd/internal/obj/s390x/asmz.go:1557:2: don't use underscores in Go names; const op_CGXBR should be opCGXBR src/cmd/internal/obj/s390x/asmz.go:1558:2: don't use underscores in Go names; const op_CGXBRA should be opCGXBRA src/cmd/internal/obj/s390x/asmz.go:1559:2: don't use underscores in Go names; const op_CGXR should be opCGXR src/cmd/internal/obj/s390x/asmz.go:1560:2: don't use underscores in Go names; const op_CGXTR should be opCGXTR src/cmd/internal/obj/s390x/asmz.go:1561:2: don't use underscores in Go names; const op_CGXTRA should be opCGXTRA src/cmd/internal/obj/s390x/asmz.go:1562:2: don't use underscores in Go names; const op_CH should be opCH src/cmd/internal/obj/s390x/asmz.go:1563:2: don't use underscores in Go names; const op_CHF should be opCHF src/cmd/internal/obj/s390x/asmz.go:1564:2: don't use underscores in Go names; const op_CHHR should be opCHHR src/cmd/internal/obj/s390x/asmz.go:1565:2: don't use underscores in Go names; const op_CHHSI should be opCHHSI src/cmd/internal/obj/s390x/asmz.go:1566:2: don't use underscores in Go names; const op_CHI should be opCHI src/cmd/internal/obj/s390x/asmz.go:1567:2: don't use underscores in Go names; const op_CHLR should be opCHLR src/cmd/internal/obj/s390x/asmz.go:1568:2: don't use underscores in Go names; const op_CHRL should be opCHRL src/cmd/internal/obj/s390x/asmz.go:1569:2: don't use underscores in Go names; const op_CHSI should be opCHSI src/cmd/internal/obj/s390x/asmz.go:1570:2: don't use underscores in Go names; const op_CHY should be opCHY src/cmd/internal/obj/s390x/asmz.go:1571:2: don't use underscores in Go names; const op_CIB should be opCIB src/cmd/internal/obj/s390x/asmz.go:1572:2: don't use underscores in Go names; const op_CIH should be opCIH src/cmd/internal/obj/s390x/asmz.go:1573:2: don't use underscores in Go names; const op_CIJ should be opCIJ src/cmd/internal/obj/s390x/asmz.go:1574:2: don't use underscores in Go names; const op_CIT should be opCIT src/cmd/internal/obj/s390x/asmz.go:1575:2: don't use underscores in Go names; const op_CKSM should be opCKSM src/cmd/internal/obj/s390x/asmz.go:1576:2: don't use underscores in Go names; const op_CL should be opCL src/cmd/internal/obj/s390x/asmz.go:1577:2: don't use underscores in Go names; const op_CLC should be opCLC src/cmd/internal/obj/s390x/asmz.go:1578:2: don't use underscores in Go names; const op_CLCL should be opCLCL src/cmd/internal/obj/s390x/asmz.go:1579:2: don't use underscores in Go names; const op_CLCLE should be opCLCLE src/cmd/internal/obj/s390x/asmz.go:1580:2: don't use underscores in Go names; const op_CLCLU should be opCLCLU src/cmd/internal/obj/s390x/asmz.go:1581:2: don't use underscores in Go names; const op_CLFDBR should be opCLFDBR src/cmd/internal/obj/s390x/asmz.go:1582:2: don't use underscores in Go names; const op_CLFDTR should be opCLFDTR src/cmd/internal/obj/s390x/asmz.go:1583:2: don't use underscores in Go names; const op_CLFEBR should be opCLFEBR src/cmd/internal/obj/s390x/asmz.go:1584:2: don't use underscores in Go names; const op_CLFHSI should be opCLFHSI src/cmd/internal/obj/s390x/asmz.go:1585:2: don't use underscores in Go names; const op_CLFI should be opCLFI src/cmd/internal/obj/s390x/asmz.go:1586:2: don't use underscores in Go names; const op_CLFIT should be opCLFIT src/cmd/internal/obj/s390x/asmz.go:1587:2: don't use underscores in Go names; const op_CLFXBR should be opCLFXBR src/cmd/internal/obj/s390x/asmz.go:1588:2: don't use underscores in Go names; const op_CLFXTR should be opCLFXTR src/cmd/internal/obj/s390x/asmz.go:1589:2: don't use underscores in Go names; const op_CLG should be opCLG src/cmd/internal/obj/s390x/asmz.go:1590:2: don't use underscores in Go names; const op_CLGDBR should be opCLGDBR src/cmd/internal/obj/s390x/asmz.go:1591:2: don't use underscores in Go names; const op_CLGDTR should be opCLGDTR src/cmd/internal/obj/s390x/asmz.go:1592:2: don't use underscores in Go names; const op_CLGEBR should be opCLGEBR src/cmd/internal/obj/s390x/asmz.go:1593:2: don't use underscores in Go names; const op_CLGF should be opCLGF src/cmd/internal/obj/s390x/asmz.go:1594:2: don't use underscores in Go names; const op_CLGFI should be opCLGFI src/cmd/internal/obj/s390x/asmz.go:1595:2: don't use underscores in Go names; const op_CLGFR should be opCLGFR src/cmd/internal/obj/s390x/asmz.go:1596:2: don't use underscores in Go names; const op_CLGFRL should be opCLGFRL src/cmd/internal/obj/s390x/asmz.go:1597:2: don't use underscores in Go names; const op_CLGHRL should be opCLGHRL src/cmd/internal/obj/s390x/asmz.go:1598:2: don't use underscores in Go names; const op_CLGHSI should be opCLGHSI src/cmd/internal/obj/s390x/asmz.go:1599:2: don't use underscores in Go names; const op_CLGIB should be opCLGIB src/cmd/internal/obj/s390x/asmz.go:1600:2: don't use underscores in Go names; const op_CLGIJ should be opCLGIJ src/cmd/internal/obj/s390x/asmz.go:1601:2: don't use underscores in Go names; const op_CLGIT should be opCLGIT src/cmd/internal/obj/s390x/asmz.go:1602:2: don't use underscores in Go names; const op_CLGR should be opCLGR src/cmd/internal/obj/s390x/asmz.go:1603:2: don't use underscores in Go names; const op_CLGRB should be opCLGRB src/cmd/internal/obj/s390x/asmz.go:1604:2: don't use underscores in Go names; const op_CLGRJ should be opCLGRJ src/cmd/internal/obj/s390x/asmz.go:1605:2: don't use underscores in Go names; const op_CLGRL should be opCLGRL src/cmd/internal/obj/s390x/asmz.go:1606:2: don't use underscores in Go names; const op_CLGRT should be opCLGRT src/cmd/internal/obj/s390x/asmz.go:1607:2: don't use underscores in Go names; const op_CLGT should be opCLGT src/cmd/internal/obj/s390x/asmz.go:1608:2: don't use underscores in Go names; const op_CLGXBR should be opCLGXBR src/cmd/internal/obj/s390x/asmz.go:1609:2: don't use underscores in Go names; const op_CLGXTR should be opCLGXTR src/cmd/internal/obj/s390x/asmz.go:1610:2: don't use underscores in Go names; const op_CLHF should be opCLHF src/cmd/internal/obj/s390x/asmz.go:1611:2: don't use underscores in Go names; const op_CLHHR should be opCLHHR src/cmd/internal/obj/s390x/asmz.go:1612:2: don't use underscores in Go names; const op_CLHHSI should be opCLHHSI src/cmd/internal/obj/s390x/asmz.go:1613:2: don't use underscores in Go names; const op_CLHLR should be opCLHLR src/cmd/internal/obj/s390x/asmz.go:1614:2: don't use underscores in Go names; const op_CLHRL should be opCLHRL src/cmd/internal/obj/s390x/asmz.go:1615:2: don't use underscores in Go names; const op_CLI should be opCLI src/cmd/internal/obj/s390x/asmz.go:1616:2: don't use underscores in Go names; const op_CLIB should be opCLIB src/cmd/internal/obj/s390x/asmz.go:1617:2: don't use underscores in Go names; const op_CLIH should be opCLIH src/cmd/internal/obj/s390x/asmz.go:1618:2: don't use underscores in Go names; const op_CLIJ should be opCLIJ src/cmd/internal/obj/s390x/asmz.go:1619:2: don't use underscores in Go names; const op_CLIY should be opCLIY src/cmd/internal/obj/s390x/asmz.go:1620:2: don't use underscores in Go names; const op_CLM should be opCLM src/cmd/internal/obj/s390x/asmz.go:1621:2: don't use underscores in Go names; const op_CLMH should be opCLMH src/cmd/internal/obj/s390x/asmz.go:1622:2: don't use underscores in Go names; const op_CLMY should be opCLMY src/cmd/internal/obj/s390x/asmz.go:1623:2: don't use underscores in Go names; const op_CLR should be opCLR src/cmd/internal/obj/s390x/asmz.go:1624:2: don't use underscores in Go names; const op_CLRB should be opCLRB src/cmd/internal/obj/s390x/asmz.go:1625:2: don't use underscores in Go names; const op_CLRJ should be opCLRJ src/cmd/internal/obj/s390x/asmz.go:1626:2: don't use underscores in Go names; const op_CLRL should be opCLRL src/cmd/internal/obj/s390x/asmz.go:1627:2: don't use underscores in Go names; const op_CLRT should be opCLRT src/cmd/internal/obj/s390x/asmz.go:1628:2: don't use underscores in Go names; const op_CLST should be opCLST src/cmd/internal/obj/s390x/asmz.go:1629:2: don't use underscores in Go names; const op_CLT should be opCLT src/cmd/internal/obj/s390x/asmz.go:1630:2: don't use underscores in Go names; const op_CLY should be opCLY src/cmd/internal/obj/s390x/asmz.go:1631:2: don't use underscores in Go names; const op_CMPSC should be opCMPSC src/cmd/internal/obj/s390x/asmz.go:1632:2: don't use underscores in Go names; const op_CP should be opCP src/cmd/internal/obj/s390x/asmz.go:1633:2: don't use underscores in Go names; const op_CPSDR should be opCPSDR src/cmd/internal/obj/s390x/asmz.go:1634:2: don't use underscores in Go names; const op_CPYA should be opCPYA src/cmd/internal/obj/s390x/asmz.go:1635:2: don't use underscores in Go names; const op_CR should be opCR src/cmd/internal/obj/s390x/asmz.go:1636:2: don't use underscores in Go names; const op_CRB should be opCRB src/cmd/internal/obj/s390x/asmz.go:1637:2: don't use underscores in Go names; const op_CRDTE should be opCRDTE src/cmd/internal/obj/s390x/asmz.go:1638:2: don't use underscores in Go names; const op_CRJ should be opCRJ src/cmd/internal/obj/s390x/asmz.go:1639:2: don't use underscores in Go names; const op_CRL should be opCRL src/cmd/internal/obj/s390x/asmz.go:1640:2: don't use underscores in Go names; const op_CRT should be opCRT src/cmd/internal/obj/s390x/asmz.go:1641:2: don't use underscores in Go names; const op_CS should be opCS src/cmd/internal/obj/s390x/asmz.go:1642:2: don't use underscores in Go names; const op_CSCH should be opCSCH src/cmd/internal/obj/s390x/asmz.go:1643:2: don't use underscores in Go names; const op_CSDTR should be opCSDTR src/cmd/internal/obj/s390x/asmz.go:1644:2: don't use underscores in Go names; const op_CSG should be opCSG src/cmd/internal/obj/s390x/asmz.go:1645:2: don't use underscores in Go names; const op_CSP should be opCSP src/cmd/internal/obj/s390x/asmz.go:1646:2: don't use underscores in Go names; const op_CSPG should be opCSPG src/cmd/internal/obj/s390x/asmz.go:1647:2: don't use underscores in Go names; const op_CSST should be opCSST src/cmd/internal/obj/s390x/asmz.go:1648:2: don't use underscores in Go names; const op_CSXTR should be opCSXTR src/cmd/internal/obj/s390x/asmz.go:1649:2: don't use underscores in Go names; const op_CSY should be opCSY src/cmd/internal/obj/s390x/asmz.go:1650:2: don't use underscores in Go names; const op_CU12 should be opCU12 src/cmd/internal/obj/s390x/asmz.go:1651:2: don't use underscores in Go names; const op_CU14 should be opCU14 src/cmd/internal/obj/s390x/asmz.go:1652:2: don't use underscores in Go names; const op_CU21 should be opCU21 src/cmd/internal/obj/s390x/asmz.go:1653:2: don't use underscores in Go names; const op_CU24 should be opCU24 src/cmd/internal/obj/s390x/asmz.go:1654:2: don't use underscores in Go names; const op_CU41 should be opCU41 src/cmd/internal/obj/s390x/asmz.go:1655:2: don't use underscores in Go names; const op_CU42 should be opCU42 src/cmd/internal/obj/s390x/asmz.go:1656:2: don't use underscores in Go names; const op_CUDTR should be opCUDTR src/cmd/internal/obj/s390x/asmz.go:1657:2: don't use underscores in Go names; const op_CUSE should be opCUSE src/cmd/internal/obj/s390x/asmz.go:1658:2: don't use underscores in Go names; const op_CUTFU should be opCUTFU src/cmd/internal/obj/s390x/asmz.go:1659:2: don't use underscores in Go names; const op_CUUTF should be opCUUTF src/cmd/internal/obj/s390x/asmz.go:1660:2: don't use underscores in Go names; const op_CUXTR should be opCUXTR src/cmd/internal/obj/s390x/asmz.go:1661:2: don't use underscores in Go names; const op_CVB should be opCVB src/cmd/internal/obj/s390x/asmz.go:1662:2: don't use underscores in Go names; const op_CVBG should be opCVBG src/cmd/internal/obj/s390x/asmz.go:1663:2: don't use underscores in Go names; const op_CVBY should be opCVBY src/cmd/internal/obj/s390x/asmz.go:1664:2: don't use underscores in Go names; const op_CVD should be opCVD src/cmd/internal/obj/s390x/asmz.go:1665:2: don't use underscores in Go names; const op_CVDG should be opCVDG src/cmd/internal/obj/s390x/asmz.go:1666:2: don't use underscores in Go names; const op_CVDY should be opCVDY src/cmd/internal/obj/s390x/asmz.go:1667:2: don't use underscores in Go names; const op_CXBR should be opCXBR src/cmd/internal/obj/s390x/asmz.go:1668:2: don't use underscores in Go names; const op_CXFBR should be opCXFBR src/cmd/internal/obj/s390x/asmz.go:1669:2: don't use underscores in Go names; const op_CXFBRA should be opCXFBRA src/cmd/internal/obj/s390x/asmz.go:1670:2: don't use underscores in Go names; const op_CXFR should be opCXFR src/cmd/internal/obj/s390x/asmz.go:1671:2: don't use underscores in Go names; const op_CXFTR should be opCXFTR src/cmd/internal/obj/s390x/asmz.go:1672:2: don't use underscores in Go names; const op_CXGBR should be opCXGBR src/cmd/internal/obj/s390x/asmz.go:1673:2: don't use underscores in Go names; const op_CXGBRA should be opCXGBRA src/cmd/internal/obj/s390x/asmz.go:1674:2: don't use underscores in Go names; const op_CXGR should be opCXGR src/cmd/internal/obj/s390x/asmz.go:1675:2: don't use underscores in Go names; const op_CXGTR should be opCXGTR src/cmd/internal/obj/s390x/asmz.go:1676:2: don't use underscores in Go names; const op_CXGTRA should be opCXGTRA src/cmd/internal/obj/s390x/asmz.go:1677:2: don't use underscores in Go names; const op_CXLFBR should be opCXLFBR src/cmd/internal/obj/s390x/asmz.go:1678:2: don't use underscores in Go names; const op_CXLFTR should be opCXLFTR src/cmd/internal/obj/s390x/asmz.go:1679:2: don't use underscores in Go names; const op_CXLGBR should be opCXLGBR src/cmd/internal/obj/s390x/asmz.go:1680:2: don't use underscores in Go names; const op_CXLGTR should be opCXLGTR src/cmd/internal/obj/s390x/asmz.go:1681:2: don't use underscores in Go names; const op_CXR should be opCXR src/cmd/internal/obj/s390x/asmz.go:1682:2: don't use underscores in Go names; const op_CXSTR should be opCXSTR src/cmd/internal/obj/s390x/asmz.go:1683:2: don't use underscores in Go names; const op_CXTR should be opCXTR src/cmd/internal/obj/s390x/asmz.go:1684:2: don't use underscores in Go names; const op_CXUTR should be opCXUTR src/cmd/internal/obj/s390x/asmz.go:1685:2: don't use underscores in Go names; const op_CXZT should be opCXZT src/cmd/internal/obj/s390x/asmz.go:1686:2: don't use underscores in Go names; const op_CY should be opCY src/cmd/internal/obj/s390x/asmz.go:1687:2: don't use underscores in Go names; const op_CZDT should be opCZDT src/cmd/internal/obj/s390x/asmz.go:1688:2: don't use underscores in Go names; const op_CZXT should be opCZXT src/cmd/internal/obj/s390x/asmz.go:1689:2: don't use underscores in Go names; const op_D should be opD src/cmd/internal/obj/s390x/asmz.go:1690:2: don't use underscores in Go names; const op_DD should be opDD src/cmd/internal/obj/s390x/asmz.go:1691:2: don't use underscores in Go names; const op_DDB should be opDDB src/cmd/internal/obj/s390x/asmz.go:1692:2: don't use underscores in Go names; const op_DDBR should be opDDBR src/cmd/internal/obj/s390x/asmz.go:1693:2: don't use underscores in Go names; const op_DDR should be opDDR src/cmd/internal/obj/s390x/asmz.go:1694:2: don't use underscores in Go names; const op_DDTR should be opDDTR src/cmd/internal/obj/s390x/asmz.go:1695:2: don't use underscores in Go names; const op_DDTRA should be opDDTRA src/cmd/internal/obj/s390x/asmz.go:1696:2: don't use underscores in Go names; const op_DE should be opDE src/cmd/internal/obj/s390x/asmz.go:1697:2: don't use underscores in Go names; const op_DEB should be opDEB src/cmd/internal/obj/s390x/asmz.go:1698:2: don't use underscores in Go names; const op_DEBR should be opDEBR src/cmd/internal/obj/s390x/asmz.go:1699:2: don't use underscores in Go names; const op_DER should be opDER src/cmd/internal/obj/s390x/asmz.go:1700:2: don't use underscores in Go names; const op_DIDBR should be opDIDBR src/cmd/internal/obj/s390x/asmz.go:1701:2: don't use underscores in Go names; const op_DIEBR should be opDIEBR src/cmd/internal/obj/s390x/asmz.go:1702:2: don't use underscores in Go names; const op_DL should be opDL src/cmd/internal/obj/s390x/asmz.go:1703:2: don't use underscores in Go names; const op_DLG should be opDLG src/cmd/internal/obj/s390x/asmz.go:1704:2: don't use underscores in Go names; const op_DLGR should be opDLGR src/cmd/internal/obj/s390x/asmz.go:1705:2: don't use underscores in Go names; const op_DLR should be opDLR src/cmd/internal/obj/s390x/asmz.go:1706:2: don't use underscores in Go names; const op_DP should be opDP src/cmd/internal/obj/s390x/asmz.go:1707:2: don't use underscores in Go names; const op_DR should be opDR src/cmd/internal/obj/s390x/asmz.go:1708:2: don't use underscores in Go names; const op_DSG should be opDSG src/cmd/internal/obj/s390x/asmz.go:1709:2: don't use underscores in Go names; const op_DSGF should be opDSGF src/cmd/internal/obj/s390x/asmz.go:1710:2: don't use underscores in Go names; const op_DSGFR should be opDSGFR src/cmd/internal/obj/s390x/asmz.go:1711:2: don't use underscores in Go names; const op_DSGR should be opDSGR src/cmd/internal/obj/s390x/asmz.go:1712:2: don't use underscores in Go names; const op_DXBR should be opDXBR src/cmd/internal/obj/s390x/asmz.go:1713:2: don't use underscores in Go names; const op_DXR should be opDXR src/cmd/internal/obj/s390x/asmz.go:1714:2: don't use underscores in Go names; const op_DXTR should be opDXTR src/cmd/internal/obj/s390x/asmz.go:1715:2: don't use underscores in Go names; const op_DXTRA should be opDXTRA src/cmd/internal/obj/s390x/asmz.go:1716:2: don't use underscores in Go names; const op_EAR should be opEAR src/cmd/internal/obj/s390x/asmz.go:1717:2: don't use underscores in Go names; const op_ECAG should be opECAG src/cmd/internal/obj/s390x/asmz.go:1718:2: don't use underscores in Go names; const op_ECTG should be opECTG src/cmd/internal/obj/s390x/asmz.go:1719:2: don't use underscores in Go names; const op_ED should be opED src/cmd/internal/obj/s390x/asmz.go:1720:2: don't use underscores in Go names; const op_EDMK should be opEDMK src/cmd/internal/obj/s390x/asmz.go:1721:2: don't use underscores in Go names; const op_EEDTR should be opEEDTR src/cmd/internal/obj/s390x/asmz.go:1722:2: don't use underscores in Go names; const op_EEXTR should be opEEXTR src/cmd/internal/obj/s390x/asmz.go:1723:2: don't use underscores in Go names; const op_EFPC should be opEFPC src/cmd/internal/obj/s390x/asmz.go:1724:2: don't use underscores in Go names; const op_EPAIR should be opEPAIR src/cmd/internal/obj/s390x/asmz.go:1725:2: don't use underscores in Go names; const op_EPAR should be opEPAR src/cmd/internal/obj/s390x/asmz.go:1726:2: don't use underscores in Go names; const op_EPSW should be opEPSW src/cmd/internal/obj/s390x/asmz.go:1727:2: don't use underscores in Go names; const op_EREG should be opEREG src/cmd/internal/obj/s390x/asmz.go:1728:2: don't use underscores in Go names; const op_EREGG should be opEREGG src/cmd/internal/obj/s390x/asmz.go:1729:2: don't use underscores in Go names; const op_ESAIR should be opESAIR src/cmd/internal/obj/s390x/asmz.go:1730:2: don't use underscores in Go names; const op_ESAR should be opESAR src/cmd/internal/obj/s390x/asmz.go:1731:2: don't use underscores in Go names; const op_ESDTR should be opESDTR src/cmd/internal/obj/s390x/asmz.go:1732:2: don't use underscores in Go names; const op_ESEA should be opESEA src/cmd/internal/obj/s390x/asmz.go:1733:2: don't use underscores in Go names; const op_ESTA should be opESTA src/cmd/internal/obj/s390x/asmz.go:1734:2: don't use underscores in Go names; const op_ESXTR should be opESXTR src/cmd/internal/obj/s390x/asmz.go:1735:2: don't use underscores in Go names; const op_ETND should be opETND src/cmd/internal/obj/s390x/asmz.go:1736:2: don't use underscores in Go names; const op_EX should be opEX src/cmd/internal/obj/s390x/asmz.go:1737:2: don't use underscores in Go names; const op_EXRL should be opEXRL src/cmd/internal/obj/s390x/asmz.go:1738:2: don't use underscores in Go names; const op_FIDBR should be opFIDBR src/cmd/internal/obj/s390x/asmz.go:1739:2: don't use underscores in Go names; const op_FIDBRA should be opFIDBRA src/cmd/internal/obj/s390x/asmz.go:1740:2: don't use underscores in Go names; const op_FIDR should be opFIDR src/cmd/internal/obj/s390x/asmz.go:1741:2: don't use underscores in Go names; const op_FIDTR should be opFIDTR src/cmd/internal/obj/s390x/asmz.go:1742:2: don't use underscores in Go names; const op_FIEBR should be opFIEBR src/cmd/internal/obj/s390x/asmz.go:1743:2: don't use underscores in Go names; const op_FIEBRA should be opFIEBRA src/cmd/internal/obj/s390x/asmz.go:1744:2: don't use underscores in Go names; const op_FIER should be opFIER src/cmd/internal/obj/s390x/asmz.go:1745:2: don't use underscores in Go names; const op_FIXBR should be opFIXBR src/cmd/internal/obj/s390x/asmz.go:1746:2: don't use underscores in Go names; const op_FIXBRA should be opFIXBRA src/cmd/internal/obj/s390x/asmz.go:1747:2: don't use underscores in Go names; const op_FIXR should be opFIXR src/cmd/internal/obj/s390x/asmz.go:1748:2: don't use underscores in Go names; const op_FIXTR should be opFIXTR src/cmd/internal/obj/s390x/asmz.go:1749:2: don't use underscores in Go names; const op_FLOGR should be opFLOGR src/cmd/internal/obj/s390x/asmz.go:1750:2: don't use underscores in Go names; const op_HDR should be opHDR src/cmd/internal/obj/s390x/asmz.go:1751:2: don't use underscores in Go names; const op_HER should be opHER src/cmd/internal/obj/s390x/asmz.go:1752:2: don't use underscores in Go names; const op_HSCH should be opHSCH src/cmd/internal/obj/s390x/asmz.go:1753:2: don't use underscores in Go names; const op_IAC should be opIAC src/cmd/internal/obj/s390x/asmz.go:1754:2: don't use underscores in Go names; const op_IC should be opIC src/cmd/internal/obj/s390x/asmz.go:1755:2: don't use underscores in Go names; const op_ICM should be opICM src/cmd/internal/obj/s390x/asmz.go:1756:2: don't use underscores in Go names; const op_ICMH should be opICMH src/cmd/internal/obj/s390x/asmz.go:1757:2: don't use underscores in Go names; const op_ICMY should be opICMY src/cmd/internal/obj/s390x/asmz.go:1758:2: don't use underscores in Go names; const op_ICY should be opICY src/cmd/internal/obj/s390x/asmz.go:1759:2: don't use underscores in Go names; const op_IDTE should be opIDTE src/cmd/internal/obj/s390x/asmz.go:1760:2: don't use underscores in Go names; const op_IEDTR should be opIEDTR src/cmd/internal/obj/s390x/asmz.go:1761:2: don't use underscores in Go names; const op_IEXTR should be opIEXTR src/cmd/internal/obj/s390x/asmz.go:1762:2: don't use underscores in Go names; const op_IIHF should be opIIHF src/cmd/internal/obj/s390x/asmz.go:1763:2: don't use underscores in Go names; const op_IIHH should be opIIHH src/cmd/internal/obj/s390x/asmz.go:1764:2: don't use underscores in Go names; const op_IIHL should be opIIHL src/cmd/internal/obj/s390x/asmz.go:1765:2: don't use underscores in Go names; const op_IILF should be opIILF src/cmd/internal/obj/s390x/asmz.go:1766:2: don't use underscores in Go names; const op_IILH should be opIILH src/cmd/internal/obj/s390x/asmz.go:1767:2: don't use underscores in Go names; const op_IILL should be opIILL src/cmd/internal/obj/s390x/asmz.go:1768:2: don't use underscores in Go names; const op_IPK should be opIPK src/cmd/internal/obj/s390x/asmz.go:1769:2: don't use underscores in Go names; const op_IPM should be opIPM src/cmd/internal/obj/s390x/asmz.go:1770:2: don't use underscores in Go names; const op_IPTE should be opIPTE src/cmd/internal/obj/s390x/asmz.go:1771:2: don't use underscores in Go names; const op_ISKE should be opISKE src/cmd/internal/obj/s390x/asmz.go:1772:2: don't use underscores in Go names; const op_IVSK should be opIVSK src/cmd/internal/obj/s390x/asmz.go:1773:2: don't use underscores in Go names; const op_KDB should be opKDB src/cmd/internal/obj/s390x/asmz.go:1774:2: don't use underscores in Go names; const op_KDBR should be opKDBR src/cmd/internal/obj/s390x/asmz.go:1775:2: don't use underscores in Go names; const op_KDTR should be opKDTR src/cmd/internal/obj/s390x/asmz.go:1776:2: don't use underscores in Go names; const op_KEB should be opKEB src/cmd/internal/obj/s390x/asmz.go:1777:2: don't use underscores in Go names; const op_KEBR should be opKEBR src/cmd/internal/obj/s390x/asmz.go:1778:2: don't use underscores in Go names; const op_KIMD should be opKIMD src/cmd/internal/obj/s390x/asmz.go:1779:2: don't use underscores in Go names; const op_KLMD should be opKLMD src/cmd/internal/obj/s390x/asmz.go:1780:2: don't use underscores in Go names; const op_KM should be opKM src/cmd/internal/obj/s390x/asmz.go:1781:2: don't use underscores in Go names; const op_KMAC should be opKMAC src/cmd/internal/obj/s390x/asmz.go:1782:2: don't use underscores in Go names; const op_KMC should be opKMC src/cmd/internal/obj/s390x/asmz.go:1783:2: don't use underscores in Go names; const op_KMCTR should be opKMCTR src/cmd/internal/obj/s390x/asmz.go:1784:2: don't use underscores in Go names; const op_KMF should be opKMF src/cmd/internal/obj/s390x/asmz.go:1785:2: don't use underscores in Go names; const op_KMO should be opKMO src/cmd/internal/obj/s390x/asmz.go:1786:2: don't use underscores in Go names; const op_KXBR should be opKXBR src/cmd/internal/obj/s390x/asmz.go:1787:2: don't use underscores in Go names; const op_KXTR should be opKXTR src/cmd/internal/obj/s390x/asmz.go:1788:2: don't use underscores in Go names; const op_L should be opL src/cmd/internal/obj/s390x/asmz.go:1789:2: don't use underscores in Go names; const op_LA should be opLA src/cmd/internal/obj/s390x/asmz.go:1790:2: don't use underscores in Go names; const op_LAA should be opLAA src/cmd/internal/obj/s390x/asmz.go:1791:2: don't use underscores in Go names; const op_LAAG should be opLAAG src/cmd/internal/obj/s390x/asmz.go:1792:2: don't use underscores in Go names; const op_LAAL should be opLAAL src/cmd/internal/obj/s390x/asmz.go:1793:2: don't use underscores in Go names; const op_LAALG should be opLAALG src/cmd/internal/obj/s390x/asmz.go:1794:2: don't use underscores in Go names; const op_LAE should be opLAE src/cmd/internal/obj/s390x/asmz.go:1795:2: don't use underscores in Go names; const op_LAEY should be opLAEY src/cmd/internal/obj/s390x/asmz.go:1796:2: don't use underscores in Go names; const op_LAM should be opLAM src/cmd/internal/obj/s390x/asmz.go:1797:2: don't use underscores in Go names; const op_LAMY should be opLAMY src/cmd/internal/obj/s390x/asmz.go:1798:2: don't use underscores in Go names; const op_LAN should be opLAN src/cmd/internal/obj/s390x/asmz.go:1799:2: don't use underscores in Go names; const op_LANG should be opLANG src/cmd/internal/obj/s390x/asmz.go:1800:2: don't use underscores in Go names; const op_LAO should be opLAO src/cmd/internal/obj/s390x/asmz.go:1801:2: don't use underscores in Go names; const op_LAOG should be opLAOG src/cmd/internal/obj/s390x/asmz.go:1802:2: don't use underscores in Go names; const op_LARL should be opLARL src/cmd/internal/obj/s390x/asmz.go:1803:2: don't use underscores in Go names; const op_LASP should be opLASP src/cmd/internal/obj/s390x/asmz.go:1804:2: don't use underscores in Go names; const op_LAT should be opLAT src/cmd/internal/obj/s390x/asmz.go:1805:2: don't use underscores in Go names; const op_LAX should be opLAX src/cmd/internal/obj/s390x/asmz.go:1806:2: don't use underscores in Go names; const op_LAXG should be opLAXG src/cmd/internal/obj/s390x/asmz.go:1807:2: don't use underscores in Go names; const op_LAY should be opLAY src/cmd/internal/obj/s390x/asmz.go:1808:2: don't use underscores in Go names; const op_LB should be opLB src/cmd/internal/obj/s390x/asmz.go:1809:2: don't use underscores in Go names; const op_LBH should be opLBH src/cmd/internal/obj/s390x/asmz.go:1810:2: don't use underscores in Go names; const op_LBR should be opLBR src/cmd/internal/obj/s390x/asmz.go:1811:2: don't use underscores in Go names; const op_LCDBR should be opLCDBR src/cmd/internal/obj/s390x/asmz.go:1812:2: don't use underscores in Go names; const op_LCDFR should be opLCDFR src/cmd/internal/obj/s390x/asmz.go:1813:2: don't use underscores in Go names; const op_LCDR should be opLCDR src/cmd/internal/obj/s390x/asmz.go:1814:2: don't use underscores in Go names; const op_LCEBR should be opLCEBR src/cmd/internal/obj/s390x/asmz.go:1815:2: don't use underscores in Go names; const op_LCER should be opLCER src/cmd/internal/obj/s390x/asmz.go:1816:2: don't use underscores in Go names; const op_LCGFR should be opLCGFR src/cmd/internal/obj/s390x/asmz.go:1817:2: don't use underscores in Go names; const op_LCGR should be opLCGR src/cmd/internal/obj/s390x/asmz.go:1818:2: don't use underscores in Go names; const op_LCR should be opLCR src/cmd/internal/obj/s390x/asmz.go:1819:2: don't use underscores in Go names; const op_LCTL should be opLCTL src/cmd/internal/obj/s390x/asmz.go:1820:2: don't use underscores in Go names; const op_LCTLG should be opLCTLG src/cmd/internal/obj/s390x/asmz.go:1821:2: don't use underscores in Go names; const op_LCXBR should be opLCXBR src/cmd/internal/obj/s390x/asmz.go:1822:2: don't use underscores in Go names; const op_LCXR should be opLCXR src/cmd/internal/obj/s390x/asmz.go:1823:2: don't use underscores in Go names; const op_LD should be opLD src/cmd/internal/obj/s390x/asmz.go:1824:2: don't use underscores in Go names; const op_LDE should be opLDE src/cmd/internal/obj/s390x/asmz.go:1825:2: don't use underscores in Go names; const op_LDEB should be opLDEB src/cmd/internal/obj/s390x/asmz.go:1826:2: don't use underscores in Go names; const op_LDEBR should be opLDEBR src/cmd/internal/obj/s390x/asmz.go:1827:2: don't use underscores in Go names; const op_LDER should be opLDER src/cmd/internal/obj/s390x/asmz.go:1828:2: don't use underscores in Go names; const op_LDETR should be opLDETR src/cmd/internal/obj/s390x/asmz.go:1829:2: don't use underscores in Go names; const op_LDGR should be opLDGR src/cmd/internal/obj/s390x/asmz.go:1830:2: don't use underscores in Go names; const op_LDR should be opLDR src/cmd/internal/obj/s390x/asmz.go:1831:2: don't use underscores in Go names; const op_LDXBR should be opLDXBR src/cmd/internal/obj/s390x/asmz.go:1832:2: don't use underscores in Go names; const op_LDXBRA should be opLDXBRA src/cmd/internal/obj/s390x/asmz.go:1833:2: don't use underscores in Go names; const op_LDXR should be opLDXR src/cmd/internal/obj/s390x/asmz.go:1834:2: don't use underscores in Go names; const op_LDXTR should be opLDXTR src/cmd/internal/obj/s390x/asmz.go:1835:2: don't use underscores in Go names; const op_LDY should be opLDY src/cmd/internal/obj/s390x/asmz.go:1836:2: don't use underscores in Go names; const op_LE should be opLE src/cmd/internal/obj/s390x/asmz.go:1837:2: don't use underscores in Go names; const op_LEDBR should be opLEDBR src/cmd/internal/obj/s390x/asmz.go:1838:2: don't use underscores in Go names; const op_LEDBRA should be opLEDBRA src/cmd/internal/obj/s390x/asmz.go:1839:2: don't use underscores in Go names; const op_LEDR should be opLEDR src/cmd/internal/obj/s390x/asmz.go:1840:2: don't use underscores in Go names; const op_LEDTR should be opLEDTR src/cmd/internal/obj/s390x/asmz.go:1841:2: don't use underscores in Go names; const op_LER should be opLER src/cmd/internal/obj/s390x/asmz.go:1842:2: don't use underscores in Go names; const op_LEXBR should be opLEXBR src/cmd/internal/obj/s390x/asmz.go:1843:2: don't use underscores in Go names; const op_LEXBRA should be opLEXBRA src/cmd/internal/obj/s390x/asmz.go:1844:2: don't use underscores in Go names; const op_LEXR should be opLEXR src/cmd/internal/obj/s390x/asmz.go:1845:2: don't use underscores in Go names; const op_LEY should be opLEY src/cmd/internal/obj/s390x/asmz.go:1846:2: don't use underscores in Go names; const op_LFAS should be opLFAS src/cmd/internal/obj/s390x/asmz.go:1847:2: don't use underscores in Go names; const op_LFH should be opLFH src/cmd/internal/obj/s390x/asmz.go:1848:2: don't use underscores in Go names; const op_LFHAT should be opLFHAT src/cmd/internal/obj/s390x/asmz.go:1849:2: don't use underscores in Go names; const op_LFPC should be opLFPC src/cmd/internal/obj/s390x/asmz.go:1850:2: don't use underscores in Go names; const op_LG should be opLG src/cmd/internal/obj/s390x/asmz.go:1851:2: don't use underscores in Go names; const op_LGAT should be opLGAT src/cmd/internal/obj/s390x/asmz.go:1852:2: don't use underscores in Go names; const op_LGB should be opLGB src/cmd/internal/obj/s390x/asmz.go:1853:2: don't use underscores in Go names; const op_LGBR should be opLGBR src/cmd/internal/obj/s390x/asmz.go:1854:2: don't use underscores in Go names; const op_LGDR should be opLGDR src/cmd/internal/obj/s390x/asmz.go:1855:2: don't use underscores in Go names; const op_LGF should be opLGF src/cmd/internal/obj/s390x/asmz.go:1856:2: don't use underscores in Go names; const op_LGFI should be opLGFI src/cmd/internal/obj/s390x/asmz.go:1857:2: don't use underscores in Go names; const op_LGFR should be opLGFR src/cmd/internal/obj/s390x/asmz.go:1858:2: don't use underscores in Go names; const op_LGFRL should be opLGFRL src/cmd/internal/obj/s390x/asmz.go:1859:2: don't use underscores in Go names; const op_LGH should be opLGH src/cmd/internal/obj/s390x/asmz.go:1860:2: don't use underscores in Go names; const op_LGHI should be opLGHI src/cmd/internal/obj/s390x/asmz.go:1861:2: don't use underscores in Go names; const op_LGHR should be opLGHR src/cmd/internal/obj/s390x/asmz.go:1862:2: don't use underscores in Go names; const op_LGHRL should be opLGHRL src/cmd/internal/obj/s390x/asmz.go:1863:2: don't use underscores in Go names; const op_LGR should be opLGR src/cmd/internal/obj/s390x/asmz.go:1864:2: don't use underscores in Go names; const op_LGRL should be opLGRL src/cmd/internal/obj/s390x/asmz.go:1865:2: don't use underscores in Go names; const op_LH should be opLH src/cmd/internal/obj/s390x/asmz.go:1866:2: don't use underscores in Go names; const op_LHH should be opLHH src/cmd/internal/obj/s390x/asmz.go:1867:2: don't use underscores in Go names; const op_LHI should be opLHI src/cmd/internal/obj/s390x/asmz.go:1868:2: don't use underscores in Go names; const op_LHR should be opLHR src/cmd/internal/obj/s390x/asmz.go:1869:2: don't use underscores in Go names; const op_LHRL should be opLHRL src/cmd/internal/obj/s390x/asmz.go:1870:2: don't use underscores in Go names; const op_LHY should be opLHY src/cmd/internal/obj/s390x/asmz.go:1871:2: don't use underscores in Go names; const op_LLC should be opLLC src/cmd/internal/obj/s390x/asmz.go:1872:2: don't use underscores in Go names; const op_LLCH should be opLLCH src/cmd/internal/obj/s390x/asmz.go:1873:2: don't use underscores in Go names; const op_LLCR should be opLLCR src/cmd/internal/obj/s390x/asmz.go:1874:2: don't use underscores in Go names; const op_LLGC should be opLLGC src/cmd/internal/obj/s390x/asmz.go:1875:2: don't use underscores in Go names; const op_LLGCR should be opLLGCR src/cmd/internal/obj/s390x/asmz.go:1876:2: don't use underscores in Go names; const op_LLGF should be opLLGF src/cmd/internal/obj/s390x/asmz.go:1877:2: don't use underscores in Go names; const op_LLGFAT should be opLLGFAT src/cmd/internal/obj/s390x/asmz.go:1878:2: don't use underscores in Go names; const op_LLGFR should be opLLGFR src/cmd/internal/obj/s390x/asmz.go:1879:2: don't use underscores in Go names; const op_LLGFRL should be opLLGFRL src/cmd/internal/obj/s390x/asmz.go:1880:2: don't use underscores in Go names; const op_LLGH should be opLLGH src/cmd/internal/obj/s390x/asmz.go:1881:2: don't use underscores in Go names; const op_LLGHR should be opLLGHR src/cmd/internal/obj/s390x/asmz.go:1882:2: don't use underscores in Go names; const op_LLGHRL should be opLLGHRL src/cmd/internal/obj/s390x/asmz.go:1883:2: don't use underscores in Go names; const op_LLGT should be opLLGT src/cmd/internal/obj/s390x/asmz.go:1884:2: don't use underscores in Go names; const op_LLGTAT should be opLLGTAT src/cmd/internal/obj/s390x/asmz.go:1885:2: don't use underscores in Go names; const op_LLGTR should be opLLGTR src/cmd/internal/obj/s390x/asmz.go:1886:2: don't use underscores in Go names; const op_LLH should be opLLH src/cmd/internal/obj/s390x/asmz.go:1887:2: don't use underscores in Go names; const op_LLHH should be opLLHH src/cmd/internal/obj/s390x/asmz.go:1888:2: don't use underscores in Go names; const op_LLHR should be opLLHR src/cmd/internal/obj/s390x/asmz.go:1889:2: don't use underscores in Go names; const op_LLHRL should be opLLHRL src/cmd/internal/obj/s390x/asmz.go:1890:2: don't use underscores in Go names; const op_LLIHF should be opLLIHF src/cmd/internal/obj/s390x/asmz.go:1891:2: don't use underscores in Go names; const op_LLIHH should be opLLIHH src/cmd/internal/obj/s390x/asmz.go:1892:2: don't use underscores in Go names; const op_LLIHL should be opLLIHL src/cmd/internal/obj/s390x/asmz.go:1893:2: don't use underscores in Go names; const op_LLILF should be opLLILF src/cmd/internal/obj/s390x/asmz.go:1894:2: don't use underscores in Go names; const op_LLILH should be opLLILH src/cmd/internal/obj/s390x/asmz.go:1895:2: don't use underscores in Go names; const op_LLILL should be opLLILL src/cmd/internal/obj/s390x/asmz.go:1896:2: don't use underscores in Go names; const op_LM should be opLM src/cmd/internal/obj/s390x/asmz.go:1897:2: don't use underscores in Go names; const op_LMD should be opLMD src/cmd/internal/obj/s390x/asmz.go:1898:2: don't use underscores in Go names; const op_LMG should be opLMG src/cmd/internal/obj/s390x/asmz.go:1899:2: don't use underscores in Go names; const op_LMH should be opLMH src/cmd/internal/obj/s390x/asmz.go:1900:2: don't use underscores in Go names; const op_LMY should be opLMY src/cmd/internal/obj/s390x/asmz.go:1901:2: don't use underscores in Go names; const op_LNDBR should be opLNDBR src/cmd/internal/obj/s390x/asmz.go:1902:2: don't use underscores in Go names; const op_LNDFR should be opLNDFR src/cmd/internal/obj/s390x/asmz.go:1903:2: don't use underscores in Go names; const op_LNDR should be opLNDR src/cmd/internal/obj/s390x/asmz.go:1904:2: don't use underscores in Go names; const op_LNEBR should be opLNEBR src/cmd/internal/obj/s390x/asmz.go:1905:2: don't use underscores in Go names; const op_LNER should be opLNER src/cmd/internal/obj/s390x/asmz.go:1906:2: don't use underscores in Go names; const op_LNGFR should be opLNGFR src/cmd/internal/obj/s390x/asmz.go:1907:2: don't use underscores in Go names; const op_LNGR should be opLNGR src/cmd/internal/obj/s390x/asmz.go:1908:2: don't use underscores in Go names; const op_LNR should be opLNR src/cmd/internal/obj/s390x/asmz.go:1909:2: don't use underscores in Go names; const op_LNXBR should be opLNXBR src/cmd/internal/obj/s390x/asmz.go:1910:2: don't use underscores in Go names; const op_LNXR should be opLNXR src/cmd/internal/obj/s390x/asmz.go:1911:2: don't use underscores in Go names; const op_LOC should be opLOC src/cmd/internal/obj/s390x/asmz.go:1912:2: don't use underscores in Go names; const op_LOCG should be opLOCG src/cmd/internal/obj/s390x/asmz.go:1913:2: don't use underscores in Go names; const op_LOCGR should be opLOCGR src/cmd/internal/obj/s390x/asmz.go:1914:2: don't use underscores in Go names; const op_LOCR should be opLOCR src/cmd/internal/obj/s390x/asmz.go:1915:2: don't use underscores in Go names; const op_LPD should be opLPD src/cmd/internal/obj/s390x/asmz.go:1916:2: don't use underscores in Go names; const op_LPDBR should be opLPDBR src/cmd/internal/obj/s390x/asmz.go:1917:2: don't use underscores in Go names; const op_LPDFR should be opLPDFR src/cmd/internal/obj/s390x/asmz.go:1918:2: don't use underscores in Go names; const op_LPDG should be opLPDG src/cmd/internal/obj/s390x/asmz.go:1919:2: don't use underscores in Go names; const op_LPDR should be opLPDR src/cmd/internal/obj/s390x/asmz.go:1920:2: don't use underscores in Go names; const op_LPEBR should be opLPEBR src/cmd/internal/obj/s390x/asmz.go:1921:2: don't use underscores in Go names; const op_LPER should be opLPER src/cmd/internal/obj/s390x/asmz.go:1922:2: don't use underscores in Go names; const op_LPGFR should be opLPGFR src/cmd/internal/obj/s390x/asmz.go:1923:2: don't use underscores in Go names; const op_LPGR should be opLPGR src/cmd/internal/obj/s390x/asmz.go:1924:2: don't use underscores in Go names; const op_LPQ should be opLPQ src/cmd/internal/obj/s390x/asmz.go:1925:2: don't use underscores in Go names; const op_LPR should be opLPR src/cmd/internal/obj/s390x/asmz.go:1926:2: don't use underscores in Go names; const op_LPSW should be opLPSW src/cmd/internal/obj/s390x/asmz.go:1927:2: don't use underscores in Go names; const op_LPSWE should be opLPSWE src/cmd/internal/obj/s390x/asmz.go:1928:2: don't use underscores in Go names; const op_LPTEA should be opLPTEA src/cmd/internal/obj/s390x/asmz.go:1929:2: don't use underscores in Go names; const op_LPXBR should be opLPXBR src/cmd/internal/obj/s390x/asmz.go:1930:2: don't use underscores in Go names; const op_LPXR should be opLPXR src/cmd/internal/obj/s390x/asmz.go:1931:2: don't use underscores in Go names; const op_LR should be opLR src/cmd/internal/obj/s390x/asmz.go:1932:2: don't use underscores in Go names; const op_LRA should be opLRA src/cmd/internal/obj/s390x/asmz.go:1933:2: don't use underscores in Go names; const op_LRAG should be opLRAG src/cmd/internal/obj/s390x/asmz.go:1934:2: don't use underscores in Go names; const op_LRAY should be opLRAY src/cmd/internal/obj/s390x/asmz.go:1935:2: don't use underscores in Go names; const op_LRDR should be opLRDR src/cmd/internal/obj/s390x/asmz.go:1936:2: don't use underscores in Go names; const op_LRER should be opLRER src/cmd/internal/obj/s390x/asmz.go:1937:2: don't use underscores in Go names; const op_LRL should be opLRL src/cmd/internal/obj/s390x/asmz.go:1938:2: don't use underscores in Go names; const op_LRV should be opLRV src/cmd/internal/obj/s390x/asmz.go:1939:2: don't use underscores in Go names; const op_LRVG should be opLRVG src/cmd/internal/obj/s390x/asmz.go:1940:2: don't use underscores in Go names; const op_LRVGR should be opLRVGR src/cmd/internal/obj/s390x/asmz.go:1941:2: don't use underscores in Go names; const op_LRVH should be opLRVH src/cmd/internal/obj/s390x/asmz.go:1942:2: don't use underscores in Go names; const op_LRVR should be opLRVR src/cmd/internal/obj/s390x/asmz.go:1943:2: don't use underscores in Go names; const op_LT should be opLT src/cmd/internal/obj/s390x/asmz.go:1944:2: don't use underscores in Go names; const op_LTDBR should be opLTDBR src/cmd/internal/obj/s390x/asmz.go:1945:2: don't use underscores in Go names; const op_LTDR should be opLTDR src/cmd/internal/obj/s390x/asmz.go:1946:2: don't use underscores in Go names; const op_LTDTR should be opLTDTR src/cmd/internal/obj/s390x/asmz.go:1947:2: don't use underscores in Go names; const op_LTEBR should be opLTEBR src/cmd/internal/obj/s390x/asmz.go:1948:2: don't use underscores in Go names; const op_LTER should be opLTER src/cmd/internal/obj/s390x/asmz.go:1949:2: don't use underscores in Go names; const op_LTG should be opLTG src/cmd/internal/obj/s390x/asmz.go:1950:2: don't use underscores in Go names; const op_LTGF should be opLTGF src/cmd/internal/obj/s390x/asmz.go:1951:2: don't use underscores in Go names; const op_LTGFR should be opLTGFR src/cmd/internal/obj/s390x/asmz.go:1952:2: don't use underscores in Go names; const op_LTGR should be opLTGR src/cmd/internal/obj/s390x/asmz.go:1953:2: don't use underscores in Go names; const op_LTR should be opLTR src/cmd/internal/obj/s390x/asmz.go:1954:2: don't use underscores in Go names; const op_LTXBR should be opLTXBR src/cmd/internal/obj/s390x/asmz.go:1955:2: don't use underscores in Go names; const op_LTXR should be opLTXR src/cmd/internal/obj/s390x/asmz.go:1956:2: don't use underscores in Go names; const op_LTXTR should be opLTXTR src/cmd/internal/obj/s390x/asmz.go:1957:2: don't use underscores in Go names; const op_LURA should be opLURA src/cmd/internal/obj/s390x/asmz.go:1958:2: don't use underscores in Go names; const op_LURAG should be opLURAG src/cmd/internal/obj/s390x/asmz.go:1959:2: don't use underscores in Go names; const op_LXD should be opLXD src/cmd/internal/obj/s390x/asmz.go:1960:2: don't use underscores in Go names; const op_LXDB should be opLXDB src/cmd/internal/obj/s390x/asmz.go:1961:2: don't use underscores in Go names; const op_LXDBR should be opLXDBR src/cmd/internal/obj/s390x/asmz.go:1962:2: don't use underscores in Go names; const op_LXDR should be opLXDR src/cmd/internal/obj/s390x/asmz.go:1963:2: don't use underscores in Go names; const op_LXDTR should be opLXDTR src/cmd/internal/obj/s390x/asmz.go:1964:2: don't use underscores in Go names; const op_LXE should be opLXE src/cmd/internal/obj/s390x/asmz.go:1965:2: don't use underscores in Go names; const op_LXEB should be opLXEB src/cmd/internal/obj/s390x/asmz.go:1966:2: don't use underscores in Go names; const op_LXEBR should be opLXEBR src/cmd/internal/obj/s390x/asmz.go:1967:2: don't use underscores in Go names; const op_LXER should be opLXER src/cmd/internal/obj/s390x/asmz.go:1968:2: don't use underscores in Go names; const op_LXR should be opLXR src/cmd/internal/obj/s390x/asmz.go:1969:2: don't use underscores in Go names; const op_LY should be opLY src/cmd/internal/obj/s390x/asmz.go:1970:2: don't use underscores in Go names; const op_LZDR should be opLZDR src/cmd/internal/obj/s390x/asmz.go:1971:2: don't use underscores in Go names; const op_LZER should be opLZER src/cmd/internal/obj/s390x/asmz.go:1972:2: don't use underscores in Go names; const op_LZXR should be opLZXR src/cmd/internal/obj/s390x/asmz.go:1973:2: don't use underscores in Go names; const op_M should be opM src/cmd/internal/obj/s390x/asmz.go:1974:2: don't use underscores in Go names; const op_MAD should be opMAD src/cmd/internal/obj/s390x/asmz.go:1975:2: don't use underscores in Go names; const op_MADB should be opMADB src/cmd/internal/obj/s390x/asmz.go:1976:2: don't use underscores in Go names; const op_MADBR should be opMADBR src/cmd/internal/obj/s390x/asmz.go:1977:2: don't use underscores in Go names; const op_MADR should be opMADR src/cmd/internal/obj/s390x/asmz.go:1978:2: don't use underscores in Go names; const op_MAE should be opMAE src/cmd/internal/obj/s390x/asmz.go:1979:2: don't use underscores in Go names; const op_MAEB should be opMAEB src/cmd/internal/obj/s390x/asmz.go:1980:2: don't use underscores in Go names; const op_MAEBR should be opMAEBR src/cmd/internal/obj/s390x/asmz.go:1981:2: don't use underscores in Go names; const op_MAER should be opMAER src/cmd/internal/obj/s390x/asmz.go:1982:2: don't use underscores in Go names; const op_MAY should be opMAY src/cmd/internal/obj/s390x/asmz.go:1983:2: don't use underscores in Go names; const op_MAYH should be opMAYH src/cmd/internal/obj/s390x/asmz.go:1984:2: don't use underscores in Go names; const op_MAYHR should be opMAYHR src/cmd/internal/obj/s390x/asmz.go:1985:2: don't use underscores in Go names; const op_MAYL should be opMAYL src/cmd/internal/obj/s390x/asmz.go:1986:2: don't use underscores in Go names; const op_MAYLR should be opMAYLR src/cmd/internal/obj/s390x/asmz.go:1987:2: don't use underscores in Go names; const op_MAYR should be opMAYR src/cmd/internal/obj/s390x/asmz.go:1988:2: don't use underscores in Go names; const op_MC should be opMC src/cmd/internal/obj/s390x/asmz.go:1989:2: don't use underscores in Go names; const op_MD should be opMD src/cmd/internal/obj/s390x/asmz.go:1990:2: don't use underscores in Go names; const op_MDB should be opMDB src/cmd/internal/obj/s390x/asmz.go:1991:2: don't use underscores in Go names; const op_MDBR should be opMDBR src/cmd/internal/obj/s390x/asmz.go:1992:2: don't use underscores in Go names; const op_MDE should be opMDE src/cmd/internal/obj/s390x/asmz.go:1993:2: don't use underscores in Go names; const op_MDEB should be opMDEB src/cmd/internal/obj/s390x/asmz.go:1994:2: don't use underscores in Go names; const op_MDEBR should be opMDEBR src/cmd/internal/obj/s390x/asmz.go:1995:2: don't use underscores in Go names; const op_MDER should be opMDER src/cmd/internal/obj/s390x/asmz.go:1996:2: don't use underscores in Go names; const op_MDR should be opMDR src/cmd/internal/obj/s390x/asmz.go:1997:2: don't use underscores in Go names; const op_MDTR should be opMDTR src/cmd/internal/obj/s390x/asmz.go:1998:2: don't use underscores in Go names; const op_MDTRA should be opMDTRA src/cmd/internal/obj/s390x/asmz.go:1999:2: don't use underscores in Go names; const op_ME should be opME src/cmd/internal/obj/s390x/asmz.go:2000:2: don't use underscores in Go names; const op_MEE should be opMEE src/cmd/internal/obj/s390x/asmz.go:2001:2: don't use underscores in Go names; const op_MEEB should be opMEEB src/cmd/internal/obj/s390x/asmz.go:2002:2: don't use underscores in Go names; const op_MEEBR should be opMEEBR src/cmd/internal/obj/s390x/asmz.go:2003:2: don't use underscores in Go names; const op_MEER should be opMEER src/cmd/internal/obj/s390x/asmz.go:2004:2: don't use underscores in Go names; const op_MER should be opMER src/cmd/internal/obj/s390x/asmz.go:2005:2: don't use underscores in Go names; const op_MFY should be opMFY src/cmd/internal/obj/s390x/asmz.go:2006:2: don't use underscores in Go names; const op_MGHI should be opMGHI src/cmd/internal/obj/s390x/asmz.go:2007:2: don't use underscores in Go names; const op_MH should be opMH src/cmd/internal/obj/s390x/asmz.go:2008:2: don't use underscores in Go names; const op_MHI should be opMHI src/cmd/internal/obj/s390x/asmz.go:2009:2: don't use underscores in Go names; const op_MHY should be opMHY src/cmd/internal/obj/s390x/asmz.go:2010:2: don't use underscores in Go names; const op_ML should be opML src/cmd/internal/obj/s390x/asmz.go:2011:2: don't use underscores in Go names; const op_MLG should be opMLG src/cmd/internal/obj/s390x/asmz.go:2012:2: don't use underscores in Go names; const op_MLGR should be opMLGR src/cmd/internal/obj/s390x/asmz.go:2013:2: don't use underscores in Go names; const op_MLR should be opMLR src/cmd/internal/obj/s390x/asmz.go:2014:2: don't use underscores in Go names; const op_MP should be opMP src/cmd/internal/obj/s390x/asmz.go:2015:2: don't use underscores in Go names; const op_MR should be opMR src/cmd/internal/obj/s390x/asmz.go:2016:2: don't use underscores in Go names; const op_MS should be opMS src/cmd/internal/obj/s390x/asmz.go:2017:2: don't use underscores in Go names; const op_MSCH should be opMSCH src/cmd/internal/obj/s390x/asmz.go:2018:2: don't use underscores in Go names; const op_MSD should be opMSD src/cmd/internal/obj/s390x/asmz.go:2019:2: don't use underscores in Go names; const op_MSDB should be opMSDB src/cmd/internal/obj/s390x/asmz.go:2020:2: don't use underscores in Go names; const op_MSDBR should be opMSDBR src/cmd/internal/obj/s390x/asmz.go:2021:2: don't use underscores in Go names; const op_MSDR should be opMSDR src/cmd/internal/obj/s390x/asmz.go:2022:2: don't use underscores in Go names; const op_MSE should be opMSE src/cmd/internal/obj/s390x/asmz.go:2023:2: don't use underscores in Go names; const op_MSEB should be opMSEB src/cmd/internal/obj/s390x/asmz.go:2024:2: don't use underscores in Go names; const op_MSEBR should be opMSEBR src/cmd/internal/obj/s390x/asmz.go:2025:2: don't use underscores in Go names; const op_MSER should be opMSER src/cmd/internal/obj/s390x/asmz.go:2026:2: don't use underscores in Go names; const op_MSFI should be opMSFI src/cmd/internal/obj/s390x/asmz.go:2027:2: don't use underscores in Go names; const op_MSG should be opMSG src/cmd/internal/obj/s390x/asmz.go:2028:2: don't use underscores in Go names; const op_MSGF should be opMSGF src/cmd/internal/obj/s390x/asmz.go:2029:2: don't use underscores in Go names; const op_MSGFI should be opMSGFI src/cmd/internal/obj/s390x/asmz.go:2030:2: don't use underscores in Go names; const op_MSGFR should be opMSGFR src/cmd/internal/obj/s390x/asmz.go:2031:2: don't use underscores in Go names; const op_MSGR should be opMSGR src/cmd/internal/obj/s390x/asmz.go:2032:2: don't use underscores in Go names; const op_MSR should be opMSR src/cmd/internal/obj/s390x/asmz.go:2033:2: don't use underscores in Go names; const op_MSTA should be opMSTA src/cmd/internal/obj/s390x/asmz.go:2034:2: don't use underscores in Go names; const op_MSY should be opMSY src/cmd/internal/obj/s390x/asmz.go:2035:2: don't use underscores in Go names; const op_MVC should be opMVC src/cmd/internal/obj/s390x/asmz.go:2036:2: don't use underscores in Go names; const op_MVCDK should be opMVCDK src/cmd/internal/obj/s390x/asmz.go:2037:2: don't use underscores in Go names; const op_MVCIN should be opMVCIN src/cmd/internal/obj/s390x/asmz.go:2038:2: don't use underscores in Go names; const op_MVCK should be opMVCK src/cmd/internal/obj/s390x/asmz.go:2039:2: don't use underscores in Go names; const op_MVCL should be opMVCL src/cmd/internal/obj/s390x/asmz.go:2040:2: don't use underscores in Go names; const op_MVCLE should be opMVCLE src/cmd/internal/obj/s390x/asmz.go:2041:2: don't use underscores in Go names; const op_MVCLU should be opMVCLU src/cmd/internal/obj/s390x/asmz.go:2042:2: don't use underscores in Go names; const op_MVCOS should be opMVCOS src/cmd/internal/obj/s390x/asmz.go:2043:2: don't use underscores in Go names; const op_MVCP should be opMVCP src/cmd/internal/obj/s390x/asmz.go:2044:2: don't use underscores in Go names; const op_MVCS should be opMVCS src/cmd/internal/obj/s390x/asmz.go:2045:2: don't use underscores in Go names; const op_MVCSK should be opMVCSK src/cmd/internal/obj/s390x/asmz.go:2046:2: don't use underscores in Go names; const op_MVGHI should be opMVGHI src/cmd/internal/obj/s390x/asmz.go:2047:2: don't use underscores in Go names; const op_MVHHI should be opMVHHI src/cmd/internal/obj/s390x/asmz.go:2048:2: don't use underscores in Go names; const op_MVHI should be opMVHI src/cmd/internal/obj/s390x/asmz.go:2049:2: don't use underscores in Go names; const op_MVI should be opMVI src/cmd/internal/obj/s390x/asmz.go:2050:2: don't use underscores in Go names; const op_MVIY should be opMVIY src/cmd/internal/obj/s390x/asmz.go:2051:2: don't use underscores in Go names; const op_MVN should be opMVN src/cmd/internal/obj/s390x/asmz.go:2052:2: don't use underscores in Go names; const op_MVO should be opMVO src/cmd/internal/obj/s390x/asmz.go:2053:2: don't use underscores in Go names; const op_MVPG should be opMVPG src/cmd/internal/obj/s390x/asmz.go:2054:2: don't use underscores in Go names; const op_MVST should be opMVST src/cmd/internal/obj/s390x/asmz.go:2055:2: don't use underscores in Go names; const op_MVZ should be opMVZ src/cmd/internal/obj/s390x/asmz.go:2056:2: don't use underscores in Go names; const op_MXBR should be opMXBR src/cmd/internal/obj/s390x/asmz.go:2057:2: don't use underscores in Go names; const op_MXD should be opMXD src/cmd/internal/obj/s390x/asmz.go:2058:2: don't use underscores in Go names; const op_MXDB should be opMXDB src/cmd/internal/obj/s390x/asmz.go:2059:2: don't use underscores in Go names; const op_MXDBR should be opMXDBR src/cmd/internal/obj/s390x/asmz.go:2060:2: don't use underscores in Go names; const op_MXDR should be opMXDR src/cmd/internal/obj/s390x/asmz.go:2061:2: don't use underscores in Go names; const op_MXR should be opMXR src/cmd/internal/obj/s390x/asmz.go:2062:2: don't use underscores in Go names; const op_MXTR should be opMXTR src/cmd/internal/obj/s390x/asmz.go:2063:2: don't use underscores in Go names; const op_MXTRA should be opMXTRA src/cmd/internal/obj/s390x/asmz.go:2064:2: don't use underscores in Go names; const op_MY should be opMY src/cmd/internal/obj/s390x/asmz.go:2065:2: don't use underscores in Go names; const op_MYH should be opMYH src/cmd/internal/obj/s390x/asmz.go:2066:2: don't use underscores in Go names; const op_MYHR should be opMYHR src/cmd/internal/obj/s390x/asmz.go:2067:2: don't use underscores in Go names; const op_MYL should be opMYL src/cmd/internal/obj/s390x/asmz.go:2068:2: don't use underscores in Go names; const op_MYLR should be opMYLR src/cmd/internal/obj/s390x/asmz.go:2069:2: don't use underscores in Go names; const op_MYR should be opMYR src/cmd/internal/obj/s390x/asmz.go:2070:2: don't use underscores in Go names; const op_N should be opN src/cmd/internal/obj/s390x/asmz.go:2071:2: don't use underscores in Go names; const op_NC should be opNC src/cmd/internal/obj/s390x/asmz.go:2072:2: don't use underscores in Go names; const op_NG should be opNG src/cmd/internal/obj/s390x/asmz.go:2073:2: don't use underscores in Go names; const op_NGR should be opNGR src/cmd/internal/obj/s390x/asmz.go:2074:2: don't use underscores in Go names; const op_NGRK should be opNGRK src/cmd/internal/obj/s390x/asmz.go:2075:2: don't use underscores in Go names; const op_NI should be opNI src/cmd/internal/obj/s390x/asmz.go:2076:2: don't use underscores in Go names; const op_NIAI should be opNIAI src/cmd/internal/obj/s390x/asmz.go:2077:2: don't use underscores in Go names; const op_NIHF should be opNIHF src/cmd/internal/obj/s390x/asmz.go:2078:2: don't use underscores in Go names; const op_NIHH should be opNIHH src/cmd/internal/obj/s390x/asmz.go:2079:2: don't use underscores in Go names; const op_NIHL should be opNIHL src/cmd/internal/obj/s390x/asmz.go:2080:2: don't use underscores in Go names; const op_NILF should be opNILF src/cmd/internal/obj/s390x/asmz.go:2081:2: don't use underscores in Go names; const op_NILH should be opNILH src/cmd/internal/obj/s390x/asmz.go:2082:2: don't use underscores in Go names; const op_NILL should be opNILL src/cmd/internal/obj/s390x/asmz.go:2083:2: don't use underscores in Go names; const op_NIY should be opNIY src/cmd/internal/obj/s390x/asmz.go:2084:2: don't use underscores in Go names; const op_NR should be opNR src/cmd/internal/obj/s390x/asmz.go:2085:2: don't use underscores in Go names; const op_NRK should be opNRK src/cmd/internal/obj/s390x/asmz.go:2086:2: don't use underscores in Go names; const op_NTSTG should be opNTSTG src/cmd/internal/obj/s390x/asmz.go:2087:2: don't use underscores in Go names; const op_NY should be opNY src/cmd/internal/obj/s390x/asmz.go:2088:2: don't use underscores in Go names; const op_O should be opO src/cmd/internal/obj/s390x/asmz.go:2089:2: don't use underscores in Go names; const op_OC should be opOC src/cmd/internal/obj/s390x/asmz.go:2090:2: don't use underscores in Go names; const op_OG should be opOG src/cmd/internal/obj/s390x/asmz.go:2091:2: don't use underscores in Go names; const op_OGR should be opOGR src/cmd/internal/obj/s390x/asmz.go:2092:2: don't use underscores in Go names; const op_OGRK should be opOGRK src/cmd/internal/obj/s390x/asmz.go:2093:2: don't use underscores in Go names; const op_OI should be opOI src/cmd/internal/obj/s390x/asmz.go:2094:2: don't use underscores in Go names; const op_OIHF should be opOIHF src/cmd/internal/obj/s390x/asmz.go:2095:2: don't use underscores in Go names; const op_OIHH should be opOIHH src/cmd/internal/obj/s390x/asmz.go:2096:2: don't use underscores in Go names; const op_OIHL should be opOIHL src/cmd/internal/obj/s390x/asmz.go:2097:2: don't use underscores in Go names; const op_OILF should be opOILF src/cmd/internal/obj/s390x/asmz.go:2098:2: don't use underscores in Go names; const op_OILH should be opOILH src/cmd/internal/obj/s390x/asmz.go:2099:2: don't use underscores in Go names; const op_OILL should be opOILL src/cmd/internal/obj/s390x/asmz.go:2100:2: don't use underscores in Go names; const op_OIY should be opOIY src/cmd/internal/obj/s390x/asmz.go:2101:2: don't use underscores in Go names; const op_OR should be opOR src/cmd/internal/obj/s390x/asmz.go:2102:2: don't use underscores in Go names; const op_ORK should be opORK src/cmd/internal/obj/s390x/asmz.go:2103:2: don't use underscores in Go names; const op_OY should be opOY src/cmd/internal/obj/s390x/asmz.go:2104:2: don't use underscores in Go names; const op_PACK should be opPACK src/cmd/internal/obj/s390x/asmz.go:2105:2: don't use underscores in Go names; const op_PALB should be opPALB src/cmd/internal/obj/s390x/asmz.go:2106:2: don't use underscores in Go names; const op_PC should be opPC src/cmd/internal/obj/s390x/asmz.go:2107:2: don't use underscores in Go names; const op_PCC should be opPCC src/cmd/internal/obj/s390x/asmz.go:2108:2: don't use underscores in Go names; const op_PCKMO should be opPCKMO src/cmd/internal/obj/s390x/asmz.go:2109:2: don't use underscores in Go names; const op_PFD should be opPFD src/cmd/internal/obj/s390x/asmz.go:2110:2: don't use underscores in Go names; const op_PFDRL should be opPFDRL src/cmd/internal/obj/s390x/asmz.go:2111:2: don't use underscores in Go names; const op_PFMF should be opPFMF src/cmd/internal/obj/s390x/asmz.go:2112:2: don't use underscores in Go names; const op_PFPO should be opPFPO src/cmd/internal/obj/s390x/asmz.go:2113:2: don't use underscores in Go names; const op_PGIN should be opPGIN src/cmd/internal/obj/s390x/asmz.go:2114:2: don't use underscores in Go names; const op_PGOUT should be opPGOUT src/cmd/internal/obj/s390x/asmz.go:2115:2: don't use underscores in Go names; const op_PKA should be opPKA src/cmd/internal/obj/s390x/asmz.go:2116:2: don't use underscores in Go names; const op_PKU should be opPKU src/cmd/internal/obj/s390x/asmz.go:2117:2: don't use underscores in Go names; const op_PLO should be opPLO src/cmd/internal/obj/s390x/asmz.go:2118:2: don't use underscores in Go names; const op_POPCNT should be opPOPCNT src/cmd/internal/obj/s390x/asmz.go:2119:2: don't use underscores in Go names; const op_PPA should be opPPA src/cmd/internal/obj/s390x/asmz.go:2120:2: don't use underscores in Go names; const op_PR should be opPR src/cmd/internal/obj/s390x/asmz.go:2121:2: don't use underscores in Go names; const op_PT should be opPT src/cmd/internal/obj/s390x/asmz.go:2122:2: don't use underscores in Go names; const op_PTF should be opPTF src/cmd/internal/obj/s390x/asmz.go:2123:2: don't use underscores in Go names; const op_PTFF should be opPTFF src/cmd/internal/obj/s390x/asmz.go:2124:2: don't use underscores in Go names; const op_PTI should be opPTI src/cmd/internal/obj/s390x/asmz.go:2125:2: don't use underscores in Go names; const op_PTLB should be opPTLB src/cmd/internal/obj/s390x/asmz.go:2126:2: don't use underscores in Go names; const op_QADTR should be opQADTR src/cmd/internal/obj/s390x/asmz.go:2127:2: don't use underscores in Go names; const op_QAXTR should be opQAXTR src/cmd/internal/obj/s390x/asmz.go:2128:2: don't use underscores in Go names; const op_RCHP should be opRCHP src/cmd/internal/obj/s390x/asmz.go:2129:2: don't use underscores in Go names; const op_RISBG should be opRISBG src/cmd/internal/obj/s390x/asmz.go:2130:2: don't use underscores in Go names; const op_RISBGN should be opRISBGN src/cmd/internal/obj/s390x/asmz.go:2131:2: don't use underscores in Go names; const op_RISBHG should be opRISBHG src/cmd/internal/obj/s390x/asmz.go:2132:2: don't use underscores in Go names; const op_RISBLG should be opRISBLG src/cmd/internal/obj/s390x/asmz.go:2133:2: don't use underscores in Go names; const op_RLL should be opRLL src/cmd/internal/obj/s390x/asmz.go:2134:2: don't use underscores in Go names; const op_RLLG should be opRLLG src/cmd/internal/obj/s390x/asmz.go:2135:2: don't use underscores in Go names; const op_RNSBG should be opRNSBG src/cmd/internal/obj/s390x/asmz.go:2136:2: don't use underscores in Go names; const op_ROSBG should be opROSBG src/cmd/internal/obj/s390x/asmz.go:2137:2: don't use underscores in Go names; const op_RP should be opRP src/cmd/internal/obj/s390x/asmz.go:2138:2: don't use underscores in Go names; const op_RRBE should be opRRBE src/cmd/internal/obj/s390x/asmz.go:2139:2: don't use underscores in Go names; const op_RRBM should be opRRBM src/cmd/internal/obj/s390x/asmz.go:2140:2: don't use underscores in Go names; const op_RRDTR should be opRRDTR src/cmd/internal/obj/s390x/asmz.go:2141:2: don't use underscores in Go names; const op_RRXTR should be opRRXTR src/cmd/internal/obj/s390x/asmz.go:2142:2: don't use underscores in Go names; const op_RSCH should be opRSCH src/cmd/internal/obj/s390x/asmz.go:2143:2: don't use underscores in Go names; const op_RXSBG should be opRXSBG src/cmd/internal/obj/s390x/asmz.go:2144:2: don't use underscores in Go names; const op_S should be opS src/cmd/internal/obj/s390x/asmz.go:2145:2: don't use underscores in Go names; const op_SAC should be opSAC src/cmd/internal/obj/s390x/asmz.go:2146:2: don't use underscores in Go names; const op_SACF should be opSACF src/cmd/internal/obj/s390x/asmz.go:2147:2: don't use underscores in Go names; const op_SAL should be opSAL src/cmd/internal/obj/s390x/asmz.go:2148:2: don't use underscores in Go names; const op_SAM24 should be opSAM24 src/cmd/internal/obj/s390x/asmz.go:2149:2: don't use underscores in Go names; const op_SAM31 should be opSAM31 src/cmd/internal/obj/s390x/asmz.go:2150:2: don't use underscores in Go names; const op_SAM64 should be opSAM64 src/cmd/internal/obj/s390x/asmz.go:2151:2: don't use underscores in Go names; const op_SAR should be opSAR src/cmd/internal/obj/s390x/asmz.go:2152:2: don't use underscores in Go names; const op_SCHM should be opSCHM src/cmd/internal/obj/s390x/asmz.go:2153:2: don't use underscores in Go names; const op_SCK should be opSCK src/cmd/internal/obj/s390x/asmz.go:2154:2: don't use underscores in Go names; const op_SCKC should be opSCKC src/cmd/internal/obj/s390x/asmz.go:2155:2: don't use underscores in Go names; const op_SCKPF should be opSCKPF src/cmd/internal/obj/s390x/asmz.go:2156:2: don't use underscores in Go names; const op_SD should be opSD src/cmd/internal/obj/s390x/asmz.go:2157:2: don't use underscores in Go names; const op_SDB should be opSDB src/cmd/internal/obj/s390x/asmz.go:2158:2: don't use underscores in Go names; const op_SDBR should be opSDBR src/cmd/internal/obj/s390x/asmz.go:2159:2: don't use underscores in Go names; const op_SDR should be opSDR src/cmd/internal/obj/s390x/asmz.go:2160:2: don't use underscores in Go names; const op_SDTR should be opSDTR src/cmd/internal/obj/s390x/asmz.go:2161:2: don't use underscores in Go names; const op_SDTRA should be opSDTRA src/cmd/internal/obj/s390x/asmz.go:2162:2: don't use underscores in Go names; const op_SE should be opSE src/cmd/internal/obj/s390x/asmz.go:2163:2: don't use underscores in Go names; const op_SEB should be opSEB src/cmd/internal/obj/s390x/asmz.go:2164:2: don't use underscores in Go names; const op_SEBR should be opSEBR src/cmd/internal/obj/s390x/asmz.go:2165:2: don't use underscores in Go names; const op_SER should be opSER src/cmd/internal/obj/s390x/asmz.go:2166:2: don't use underscores in Go names; const op_SFASR should be opSFASR src/cmd/internal/obj/s390x/asmz.go:2167:2: don't use underscores in Go names; const op_SFPC should be opSFPC src/cmd/internal/obj/s390x/asmz.go:2168:2: don't use underscores in Go names; const op_SG should be opSG src/cmd/internal/obj/s390x/asmz.go:2169:2: don't use underscores in Go names; const op_SGF should be opSGF src/cmd/internal/obj/s390x/asmz.go:2170:2: don't use underscores in Go names; const op_SGFR should be opSGFR src/cmd/internal/obj/s390x/asmz.go:2171:2: don't use underscores in Go names; const op_SGR should be opSGR src/cmd/internal/obj/s390x/asmz.go:2172:2: don't use underscores in Go names; const op_SGRK should be opSGRK src/cmd/internal/obj/s390x/asmz.go:2173:2: don't use underscores in Go names; const op_SH should be opSH src/cmd/internal/obj/s390x/asmz.go:2174:2: don't use underscores in Go names; const op_SHHHR should be opSHHHR src/cmd/internal/obj/s390x/asmz.go:2175:2: don't use underscores in Go names; const op_SHHLR should be opSHHLR src/cmd/internal/obj/s390x/asmz.go:2176:2: don't use underscores in Go names; const op_SHY should be opSHY src/cmd/internal/obj/s390x/asmz.go:2177:2: don't use underscores in Go names; const op_SIGP should be opSIGP src/cmd/internal/obj/s390x/asmz.go:2178:2: don't use underscores in Go names; const op_SL should be opSL src/cmd/internal/obj/s390x/asmz.go:2179:2: don't use underscores in Go names; const op_SLA should be opSLA src/cmd/internal/obj/s390x/asmz.go:2180:2: don't use underscores in Go names; const op_SLAG should be opSLAG src/cmd/internal/obj/s390x/asmz.go:2181:2: don't use underscores in Go names; const op_SLAK should be opSLAK src/cmd/internal/obj/s390x/asmz.go:2182:2: don't use underscores in Go names; const op_SLB should be opSLB src/cmd/internal/obj/s390x/asmz.go:2183:2: don't use underscores in Go names; const op_SLBG should be opSLBG src/cmd/internal/obj/s390x/asmz.go:2184:2: don't use underscores in Go names; const op_SLBGR should be opSLBGR src/cmd/internal/obj/s390x/asmz.go:2185:2: don't use underscores in Go names; const op_SLBR should be opSLBR src/cmd/internal/obj/s390x/asmz.go:2186:2: don't use underscores in Go names; const op_SLDA should be opSLDA src/cmd/internal/obj/s390x/asmz.go:2187:2: don't use underscores in Go names; const op_SLDL should be opSLDL src/cmd/internal/obj/s390x/asmz.go:2188:2: don't use underscores in Go names; const op_SLDT should be opSLDT src/cmd/internal/obj/s390x/asmz.go:2189:2: don't use underscores in Go names; const op_SLFI should be opSLFI src/cmd/internal/obj/s390x/asmz.go:2190:2: don't use underscores in Go names; const op_SLG should be opSLG src/cmd/internal/obj/s390x/asmz.go:2191:2: don't use underscores in Go names; const op_SLGF should be opSLGF src/cmd/internal/obj/s390x/asmz.go:2192:2: don't use underscores in Go names; const op_SLGFI should be opSLGFI src/cmd/internal/obj/s390x/asmz.go:2193:2: don't use underscores in Go names; const op_SLGFR should be opSLGFR src/cmd/internal/obj/s390x/asmz.go:2194:2: don't use underscores in Go names; const op_SLGR should be opSLGR src/cmd/internal/obj/s390x/asmz.go:2195:2: don't use underscores in Go names; const op_SLGRK should be opSLGRK src/cmd/internal/obj/s390x/asmz.go:2196:2: don't use underscores in Go names; const op_SLHHHR should be opSLHHHR src/cmd/internal/obj/s390x/asmz.go:2197:2: don't use underscores in Go names; const op_SLHHLR should be opSLHHLR src/cmd/internal/obj/s390x/asmz.go:2198:2: don't use underscores in Go names; const op_SLL should be opSLL src/cmd/internal/obj/s390x/asmz.go:2199:2: don't use underscores in Go names; const op_SLLG should be opSLLG src/cmd/internal/obj/s390x/asmz.go:2200:2: don't use underscores in Go names; const op_SLLK should be opSLLK src/cmd/internal/obj/s390x/asmz.go:2201:2: don't use underscores in Go names; const op_SLR should be opSLR src/cmd/internal/obj/s390x/asmz.go:2202:2: don't use underscores in Go names; const op_SLRK should be opSLRK src/cmd/internal/obj/s390x/asmz.go:2203:2: don't use underscores in Go names; const op_SLXT should be opSLXT src/cmd/internal/obj/s390x/asmz.go:2204:2: don't use underscores in Go names; const op_SLY should be opSLY src/cmd/internal/obj/s390x/asmz.go:2205:2: don't use underscores in Go names; const op_SP should be opSP src/cmd/internal/obj/s390x/asmz.go:2206:2: don't use underscores in Go names; const op_SPKA should be opSPKA src/cmd/internal/obj/s390x/asmz.go:2207:2: don't use underscores in Go names; const op_SPM should be opSPM src/cmd/internal/obj/s390x/asmz.go:2208:2: don't use underscores in Go names; const op_SPT should be opSPT src/cmd/internal/obj/s390x/asmz.go:2209:2: don't use underscores in Go names; const op_SPX should be opSPX src/cmd/internal/obj/s390x/asmz.go:2210:2: don't use underscores in Go names; const op_SQD should be opSQD src/cmd/internal/obj/s390x/asmz.go:2211:2: don't use underscores in Go names; const op_SQDB should be opSQDB src/cmd/internal/obj/s390x/asmz.go:2212:2: don't use underscores in Go names; const op_SQDBR should be opSQDBR src/cmd/internal/obj/s390x/asmz.go:2213:2: don't use underscores in Go names; const op_SQDR should be opSQDR src/cmd/internal/obj/s390x/asmz.go:2214:2: don't use underscores in Go names; const op_SQE should be opSQE src/cmd/internal/obj/s390x/asmz.go:2215:2: don't use underscores in Go names; const op_SQEB should be opSQEB src/cmd/internal/obj/s390x/asmz.go:2216:2: don't use underscores in Go names; const op_SQEBR should be opSQEBR src/cmd/internal/obj/s390x/asmz.go:2217:2: don't use underscores in Go names; const op_SQER should be opSQER src/cmd/internal/obj/s390x/asmz.go:2218:2: don't use underscores in Go names; const op_SQXBR should be opSQXBR src/cmd/internal/obj/s390x/asmz.go:2219:2: don't use underscores in Go names; const op_SQXR should be opSQXR src/cmd/internal/obj/s390x/asmz.go:2220:2: don't use underscores in Go names; const op_SR should be opSR src/cmd/internal/obj/s390x/asmz.go:2221:2: don't use underscores in Go names; const op_SRA should be opSRA src/cmd/internal/obj/s390x/asmz.go:2222:2: don't use underscores in Go names; const op_SRAG should be opSRAG src/cmd/internal/obj/s390x/asmz.go:2223:2: don't use underscores in Go names; const op_SRAK should be opSRAK src/cmd/internal/obj/s390x/asmz.go:2224:2: don't use underscores in Go names; const op_SRDA should be opSRDA src/cmd/internal/obj/s390x/asmz.go:2225:2: don't use underscores in Go names; const op_SRDL should be opSRDL src/cmd/internal/obj/s390x/asmz.go:2226:2: don't use underscores in Go names; const op_SRDT should be opSRDT src/cmd/internal/obj/s390x/asmz.go:2227:2: don't use underscores in Go names; const op_SRK should be opSRK src/cmd/internal/obj/s390x/asmz.go:2228:2: don't use underscores in Go names; const op_SRL should be opSRL src/cmd/internal/obj/s390x/asmz.go:2229:2: don't use underscores in Go names; const op_SRLG should be opSRLG src/cmd/internal/obj/s390x/asmz.go:2230:2: don't use underscores in Go names; const op_SRLK should be opSRLK src/cmd/internal/obj/s390x/asmz.go:2231:2: don't use underscores in Go names; const op_SRNM should be opSRNM src/cmd/internal/obj/s390x/asmz.go:2232:2: don't use underscores in Go names; const op_SRNMB should be opSRNMB src/cmd/internal/obj/s390x/asmz.go:2233:2: don't use underscores in Go names; const op_SRNMT should be opSRNMT src/cmd/internal/obj/s390x/asmz.go:2234:2: don't use underscores in Go names; const op_SRP should be opSRP src/cmd/internal/obj/s390x/asmz.go:2235:2: don't use underscores in Go names; const op_SRST should be opSRST src/cmd/internal/obj/s390x/asmz.go:2236:2: don't use underscores in Go names; const op_SRSTU should be opSRSTU src/cmd/internal/obj/s390x/asmz.go:2237:2: don't use underscores in Go names; const op_SRXT should be opSRXT src/cmd/internal/obj/s390x/asmz.go:2238:2: don't use underscores in Go names; const op_SSAIR should be opSSAIR src/cmd/internal/obj/s390x/asmz.go:2239:2: don't use underscores in Go names; const op_SSAR should be opSSAR src/cmd/internal/obj/s390x/asmz.go:2240:2: don't use underscores in Go names; const op_SSCH should be opSSCH src/cmd/internal/obj/s390x/asmz.go:2241:2: don't use underscores in Go names; const op_SSKE should be opSSKE src/cmd/internal/obj/s390x/asmz.go:2242:2: don't use underscores in Go names; const op_SSM should be opSSM src/cmd/internal/obj/s390x/asmz.go:2243:2: don't use underscores in Go names; const op_ST should be opST src/cmd/internal/obj/s390x/asmz.go:2244:2: don't use underscores in Go names; const op_STAM should be opSTAM src/cmd/internal/obj/s390x/asmz.go:2245:2: don't use underscores in Go names; const op_STAMY should be opSTAMY src/cmd/internal/obj/s390x/asmz.go:2246:2: don't use underscores in Go names; const op_STAP should be opSTAP src/cmd/internal/obj/s390x/asmz.go:2247:2: don't use underscores in Go names; const op_STC should be opSTC src/cmd/internal/obj/s390x/asmz.go:2248:2: don't use underscores in Go names; const op_STCH should be opSTCH src/cmd/internal/obj/s390x/asmz.go:2249:2: don't use underscores in Go names; const op_STCK should be opSTCK src/cmd/internal/obj/s390x/asmz.go:2250:2: don't use underscores in Go names; const op_STCKC should be opSTCKC src/cmd/internal/obj/s390x/asmz.go:2251:2: don't use underscores in Go names; const op_STCKE should be opSTCKE src/cmd/internal/obj/s390x/asmz.go:2252:2: don't use underscores in Go names; const op_STCKF should be opSTCKF src/cmd/internal/obj/s390x/asmz.go:2253:2: don't use underscores in Go names; const op_STCM should be opSTCM src/cmd/internal/obj/s390x/asmz.go:2254:2: don't use underscores in Go names; const op_STCMH should be opSTCMH src/cmd/internal/obj/s390x/asmz.go:2255:2: don't use underscores in Go names; const op_STCMY should be opSTCMY src/cmd/internal/obj/s390x/asmz.go:2256:2: don't use underscores in Go names; const op_STCPS should be opSTCPS src/cmd/internal/obj/s390x/asmz.go:2257:2: don't use underscores in Go names; const op_STCRW should be opSTCRW src/cmd/internal/obj/s390x/asmz.go:2258:2: don't use underscores in Go names; const op_STCTG should be opSTCTG src/cmd/internal/obj/s390x/asmz.go:2259:2: don't use underscores in Go names; const op_STCTL should be opSTCTL src/cmd/internal/obj/s390x/asmz.go:2260:2: don't use underscores in Go names; const op_STCY should be opSTCY src/cmd/internal/obj/s390x/asmz.go:2261:2: don't use underscores in Go names; const op_STD should be opSTD src/cmd/internal/obj/s390x/asmz.go:2262:2: don't use underscores in Go names; const op_STDY should be opSTDY src/cmd/internal/obj/s390x/asmz.go:2263:2: don't use underscores in Go names; const op_STE should be opSTE src/cmd/internal/obj/s390x/asmz.go:2264:2: don't use underscores in Go names; const op_STEY should be opSTEY src/cmd/internal/obj/s390x/asmz.go:2265:2: don't use underscores in Go names; const op_STFH should be opSTFH src/cmd/internal/obj/s390x/asmz.go:2266:2: don't use underscores in Go names; const op_STFL should be opSTFL src/cmd/internal/obj/s390x/asmz.go:2267:2: don't use underscores in Go names; const op_STFLE should be opSTFLE src/cmd/internal/obj/s390x/asmz.go:2268:2: don't use underscores in Go names; const op_STFPC should be opSTFPC src/cmd/internal/obj/s390x/asmz.go:2269:2: don't use underscores in Go names; const op_STG should be opSTG src/cmd/internal/obj/s390x/asmz.go:2270:2: don't use underscores in Go names; const op_STGRL should be opSTGRL src/cmd/internal/obj/s390x/asmz.go:2271:2: don't use underscores in Go names; const op_STH should be opSTH src/cmd/internal/obj/s390x/asmz.go:2272:2: don't use underscores in Go names; const op_STHH should be opSTHH src/cmd/internal/obj/s390x/asmz.go:2273:2: don't use underscores in Go names; const op_STHRL should be opSTHRL src/cmd/internal/obj/s390x/asmz.go:2274:2: don't use underscores in Go names; const op_STHY should be opSTHY src/cmd/internal/obj/s390x/asmz.go:2275:2: don't use underscores in Go names; const op_STIDP should be opSTIDP src/cmd/internal/obj/s390x/asmz.go:2276:2: don't use underscores in Go names; const op_STM should be opSTM src/cmd/internal/obj/s390x/asmz.go:2277:2: don't use underscores in Go names; const op_STMG should be opSTMG src/cmd/internal/obj/s390x/asmz.go:2278:2: don't use underscores in Go names; const op_STMH should be opSTMH src/cmd/internal/obj/s390x/asmz.go:2279:2: don't use underscores in Go names; const op_STMY should be opSTMY src/cmd/internal/obj/s390x/asmz.go:2280:2: don't use underscores in Go names; const op_STNSM should be opSTNSM src/cmd/internal/obj/s390x/asmz.go:2281:2: don't use underscores in Go names; const op_STOC should be opSTOC src/cmd/internal/obj/s390x/asmz.go:2282:2: don't use underscores in Go names; const op_STOCG should be opSTOCG src/cmd/internal/obj/s390x/asmz.go:2283:2: don't use underscores in Go names; const op_STOSM should be opSTOSM src/cmd/internal/obj/s390x/asmz.go:2284:2: don't use underscores in Go names; const op_STPQ should be opSTPQ src/cmd/internal/obj/s390x/asmz.go:2285:2: don't use underscores in Go names; const op_STPT should be opSTPT src/cmd/internal/obj/s390x/asmz.go:2286:2: don't use underscores in Go names; const op_STPX should be opSTPX src/cmd/internal/obj/s390x/asmz.go:2287:2: don't use underscores in Go names; const op_STRAG should be opSTRAG src/cmd/internal/obj/s390x/asmz.go:2288:2: don't use underscores in Go names; const op_STRL should be opSTRL src/cmd/internal/obj/s390x/asmz.go:2289:2: don't use underscores in Go names; const op_STRV should be opSTRV src/cmd/internal/obj/s390x/asmz.go:2290:2: don't use underscores in Go names; const op_STRVG should be opSTRVG src/cmd/internal/obj/s390x/asmz.go:2291:2: don't use underscores in Go names; const op_STRVH should be opSTRVH src/cmd/internal/obj/s390x/asmz.go:2292:2: don't use underscores in Go names; const op_STSCH should be opSTSCH src/cmd/internal/obj/s390x/asmz.go:2293:2: don't use underscores in Go names; const op_STSI should be opSTSI src/cmd/internal/obj/s390x/asmz.go:2294:2: don't use underscores in Go names; const op_STURA should be opSTURA src/cmd/internal/obj/s390x/asmz.go:2295:2: don't use underscores in Go names; const op_STURG should be opSTURG src/cmd/internal/obj/s390x/asmz.go:2296:2: don't use underscores in Go names; const op_STY should be opSTY src/cmd/internal/obj/s390x/asmz.go:2297:2: don't use underscores in Go names; const op_SU should be opSU src/cmd/internal/obj/s390x/asmz.go:2298:2: don't use underscores in Go names; const op_SUR should be opSUR src/cmd/internal/obj/s390x/asmz.go:2299:2: don't use underscores in Go names; const op_SVC should be opSVC src/cmd/internal/obj/s390x/asmz.go:2300:2: don't use underscores in Go names; const op_SW should be opSW src/cmd/internal/obj/s390x/asmz.go:2301:2: don't use underscores in Go names; const op_SWR should be opSWR src/cmd/internal/obj/s390x/asmz.go:2302:2: don't use underscores in Go names; const op_SXBR should be opSXBR src/cmd/internal/obj/s390x/asmz.go:2303:2: don't use underscores in Go names; const op_SXR should be opSXR src/cmd/internal/obj/s390x/asmz.go:2304:2: don't use underscores in Go names; const op_SXTR should be opSXTR src/cmd/internal/obj/s390x/asmz.go:2305:2: don't use underscores in Go names; const op_SXTRA should be opSXTRA src/cmd/internal/obj/s390x/asmz.go:2306:2: don't use underscores in Go names; const op_SY should be opSY src/cmd/internal/obj/s390x/asmz.go:2307:2: don't use underscores in Go names; const op_TABORT should be opTABORT src/cmd/internal/obj/s390x/asmz.go:2308:2: don't use underscores in Go names; const op_TAM should be opTAM src/cmd/internal/obj/s390x/asmz.go:2309:2: don't use underscores in Go names; const op_TAR should be opTAR src/cmd/internal/obj/s390x/asmz.go:2310:2: don't use underscores in Go names; const op_TB should be opTB src/cmd/internal/obj/s390x/asmz.go:2311:2: don't use underscores in Go names; const op_TBDR should be opTBDR src/cmd/internal/obj/s390x/asmz.go:2312:2: don't use underscores in Go names; const op_TBEDR should be opTBEDR src/cmd/internal/obj/s390x/asmz.go:2313:2: don't use underscores in Go names; const op_TBEGIN should be opTBEGIN src/cmd/internal/obj/s390x/asmz.go:2314:2: don't use underscores in Go names; const op_TBEGINC should be opTBEGINC src/cmd/internal/obj/s390x/asmz.go:2315:2: don't use underscores in Go names; const op_TCDB should be opTCDB src/cmd/internal/obj/s390x/asmz.go:2316:2: don't use underscores in Go names; const op_TCEB should be opTCEB src/cmd/internal/obj/s390x/asmz.go:2317:2: don't use underscores in Go names; const op_TCXB should be opTCXB src/cmd/internal/obj/s390x/asmz.go:2318:2: don't use underscores in Go names; const op_TDCDT should be opTDCDT src/cmd/internal/obj/s390x/asmz.go:2319:2: don't use underscores in Go names; const op_TDCET should be opTDCET src/cmd/internal/obj/s390x/asmz.go:2320:2: don't use underscores in Go names; const op_TDCXT should be opTDCXT src/cmd/internal/obj/s390x/asmz.go:2321:2: don't use underscores in Go names; const op_TDGDT should be opTDGDT src/cmd/internal/obj/s390x/asmz.go:2322:2: don't use underscores in Go names; const op_TDGET should be opTDGET src/cmd/internal/obj/s390x/asmz.go:2323:2: don't use underscores in Go names; const op_TDGXT should be opTDGXT src/cmd/internal/obj/s390x/asmz.go:2324:2: don't use underscores in Go names; const op_TEND should be opTEND src/cmd/internal/obj/s390x/asmz.go:2325:2: don't use underscores in Go names; const op_THDER should be opTHDER src/cmd/internal/obj/s390x/asmz.go:2326:2: don't use underscores in Go names; const op_THDR should be opTHDR src/cmd/internal/obj/s390x/asmz.go:2327:2: don't use underscores in Go names; const op_TM should be opTM src/cmd/internal/obj/s390x/asmz.go:2328:2: don't use underscores in Go names; const op_TMH should be opTMH src/cmd/internal/obj/s390x/asmz.go:2329:2: don't use underscores in Go names; const op_TMHH should be opTMHH src/cmd/internal/obj/s390x/asmz.go:2330:2: don't use underscores in Go names; const op_TMHL should be opTMHL src/cmd/internal/obj/s390x/asmz.go:2331:2: don't use underscores in Go names; const op_TML should be opTML src/cmd/internal/obj/s390x/asmz.go:2332:2: don't use underscores in Go names; const op_TMLH should be opTMLH src/cmd/internal/obj/s390x/asmz.go:2333:2: don't use underscores in Go names; const op_TMLL should be opTMLL src/cmd/internal/obj/s390x/asmz.go:2334:2: don't use underscores in Go names; const op_TMY should be opTMY src/cmd/internal/obj/s390x/asmz.go:2335:2: don't use underscores in Go names; const op_TP should be opTP src/cmd/internal/obj/s390x/asmz.go:2336:2: don't use underscores in Go names; const op_TPI should be opTPI src/cmd/internal/obj/s390x/asmz.go:2337:2: don't use underscores in Go names; const op_TPROT should be opTPROT src/cmd/internal/obj/s390x/asmz.go:2338:2: don't use underscores in Go names; const op_TR should be opTR src/cmd/internal/obj/s390x/asmz.go:2339:2: don't use underscores in Go names; const op_TRACE should be opTRACE src/cmd/internal/obj/s390x/asmz.go:2340:2: don't use underscores in Go names; const op_TRACG should be opTRACG src/cmd/internal/obj/s390x/asmz.go:2341:2: don't use underscores in Go names; const op_TRAP2 should be opTRAP2 src/cmd/internal/obj/s390x/asmz.go:2342:2: don't use underscores in Go names; const op_TRAP4 should be opTRAP4 src/cmd/internal/obj/s390x/asmz.go:2343:2: don't use underscores in Go names; const op_TRE should be opTRE src/cmd/internal/obj/s390x/asmz.go:2344:2: don't use underscores in Go names; const op_TROO should be opTROO src/cmd/internal/obj/s390x/asmz.go:2345:2: don't use underscores in Go names; const op_TROT should be opTROT src/cmd/internal/obj/s390x/asmz.go:2346:2: don't use underscores in Go names; const op_TRT should be opTRT src/cmd/internal/obj/s390x/asmz.go:2347:2: don't use underscores in Go names; const op_TRTE should be opTRTE src/cmd/internal/obj/s390x/asmz.go:2348:2: don't use underscores in Go names; const op_TRTO should be opTRTO src/cmd/internal/obj/s390x/asmz.go:2349:2: don't use underscores in Go names; const op_TRTR should be opTRTR src/cmd/internal/obj/s390x/asmz.go:2350:2: don't use underscores in Go names; const op_TRTRE should be opTRTRE src/cmd/internal/obj/s390x/asmz.go:2351:2: don't use underscores in Go names; const op_TRTT should be opTRTT src/cmd/internal/obj/s390x/asmz.go:2352:2: don't use underscores in Go names; const op_TS should be opTS src/cmd/internal/obj/s390x/asmz.go:2353:2: don't use underscores in Go names; const op_TSCH should be opTSCH src/cmd/internal/obj/s390x/asmz.go:2354:2: don't use underscores in Go names; const op_UNPK should be opUNPK src/cmd/internal/obj/s390x/asmz.go:2355:2: don't use underscores in Go names; const op_UNPKA should be opUNPKA src/cmd/internal/obj/s390x/asmz.go:2356:2: don't use underscores in Go names; const op_UNPKU should be opUNPKU src/cmd/internal/obj/s390x/asmz.go:2357:2: don't use underscores in Go names; const op_UPT should be opUPT src/cmd/internal/obj/s390x/asmz.go:2358:2: don't use underscores in Go names; const op_X should be opX src/cmd/internal/obj/s390x/asmz.go:2359:2: don't use underscores in Go names; const op_XC should be opXC src/cmd/internal/obj/s390x/asmz.go:2360:2: don't use underscores in Go names; const op_XG should be opXG src/cmd/internal/obj/s390x/asmz.go:2361:2: don't use underscores in Go names; const op_XGR should be opXGR src/cmd/internal/obj/s390x/asmz.go:2362:2: don't use underscores in Go names; const op_XGRK should be opXGRK src/cmd/internal/obj/s390x/asmz.go:2363:2: don't use underscores in Go names; const op_XI should be opXI src/cmd/internal/obj/s390x/asmz.go:2364:2: don't use underscores in Go names; const op_XIHF should be opXIHF src/cmd/internal/obj/s390x/asmz.go:2365:2: don't use underscores in Go names; const op_XILF should be opXILF src/cmd/internal/obj/s390x/asmz.go:2366:2: don't use underscores in Go names; const op_XIY should be opXIY src/cmd/internal/obj/s390x/asmz.go:2367:2: don't use underscores in Go names; const op_XR should be opXR src/cmd/internal/obj/s390x/asmz.go:2368:2: don't use underscores in Go names; const op_XRK should be opXRK src/cmd/internal/obj/s390x/asmz.go:2369:2: don't use underscores in Go names; const op_XSCH should be opXSCH src/cmd/internal/obj/s390x/asmz.go:2370:2: don't use underscores in Go names; const op_XY should be opXY src/cmd/internal/obj/s390x/asmz.go:2371:2: don't use underscores in Go names; const op_ZAP should be opZAP src/cmd/internal/obj/s390x/asmz.go:2374:2: don't use underscores in Go names; const op_CXPT should be opCXPT src/cmd/internal/obj/s390x/asmz.go:2375:2: don't use underscores in Go names; const op_CDPT should be opCDPT src/cmd/internal/obj/s390x/asmz.go:2376:2: don't use underscores in Go names; const op_CPXT should be opCPXT src/cmd/internal/obj/s390x/asmz.go:2377:2: don't use underscores in Go names; const op_CPDT should be opCPDT src/cmd/internal/obj/s390x/asmz.go:2378:2: don't use underscores in Go names; const op_LZRF should be opLZRF src/cmd/internal/obj/s390x/asmz.go:2379:2: don't use underscores in Go names; const op_LZRG should be opLZRG src/cmd/internal/obj/s390x/asmz.go:2380:2: don't use underscores in Go names; const op_LCCB should be opLCCB src/cmd/internal/obj/s390x/asmz.go:2381:2: don't use underscores in Go names; const op_LOCHHI should be opLOCHHI src/cmd/internal/obj/s390x/asmz.go:2382:2: don't use underscores in Go names; const op_LOCHI should be opLOCHI src/cmd/internal/obj/s390x/asmz.go:2383:2: don't use underscores in Go names; const op_LOCGHI should be opLOCGHI src/cmd/internal/obj/s390x/asmz.go:2384:2: don't use underscores in Go names; const op_LOCFH should be opLOCFH src/cmd/internal/obj/s390x/asmz.go:2385:2: don't use underscores in Go names; const op_LOCFHR should be opLOCFHR src/cmd/internal/obj/s390x/asmz.go:2386:2: don't use underscores in Go names; const op_LLZRGF should be opLLZRGF src/cmd/internal/obj/s390x/asmz.go:2387:2: don't use underscores in Go names; const op_STOCFH should be opSTOCFH src/cmd/internal/obj/s390x/asmz.go:2388:2: don't use underscores in Go names; const op_VA should be opVA src/cmd/internal/obj/s390x/asmz.go:2389:2: don't use underscores in Go names; const op_VACC should be opVACC src/cmd/internal/obj/s390x/asmz.go:2390:2: don't use underscores in Go names; const op_VAC should be opVAC src/cmd/internal/obj/s390x/asmz.go:2391:2: don't use underscores in Go names; const op_VACCC should be opVACCC src/cmd/internal/obj/s390x/asmz.go:2392:2: don't use underscores in Go names; const op_VN should be opVN src/cmd/internal/obj/s390x/asmz.go:2393:2: don't use underscores in Go names; const op_VNC should be opVNC src/cmd/internal/obj/s390x/asmz.go:2394:2: don't use underscores in Go names; const op_VAVG should be opVAVG src/cmd/internal/obj/s390x/asmz.go:2395:2: don't use underscores in Go names; const op_VAVGL should be opVAVGL src/cmd/internal/obj/s390x/asmz.go:2396:2: don't use underscores in Go names; const op_VCKSM should be opVCKSM src/cmd/internal/obj/s390x/asmz.go:2397:2: don't use underscores in Go names; const op_VCEQ should be opVCEQ src/cmd/internal/obj/s390x/asmz.go:2398:2: don't use underscores in Go names; const op_VCH should be opVCH src/cmd/internal/obj/s390x/asmz.go:2399:2: don't use underscores in Go names; const op_VCHL should be opVCHL src/cmd/internal/obj/s390x/asmz.go:2400:2: don't use underscores in Go names; const op_VCLZ should be opVCLZ src/cmd/internal/obj/s390x/asmz.go:2401:2: don't use underscores in Go names; const op_VCTZ should be opVCTZ src/cmd/internal/obj/s390x/asmz.go:2402:2: don't use underscores in Go names; const op_VEC should be opVEC src/cmd/internal/obj/s390x/asmz.go:2403:2: don't use underscores in Go names; const op_VECL should be opVECL src/cmd/internal/obj/s390x/asmz.go:2404:2: don't use underscores in Go names; const op_VERIM should be opVERIM src/cmd/internal/obj/s390x/asmz.go:2405:2: don't use underscores in Go names; const op_VERLL should be opVERLL src/cmd/internal/obj/s390x/asmz.go:2406:2: don't use underscores in Go names; const op_VERLLV should be opVERLLV src/cmd/internal/obj/s390x/asmz.go:2407:2: don't use underscores in Go names; const op_VESLV should be opVESLV src/cmd/internal/obj/s390x/asmz.go:2408:2: don't use underscores in Go names; const op_VESL should be opVESL src/cmd/internal/obj/s390x/asmz.go:2409:2: don't use underscores in Go names; const op_VESRA should be opVESRA src/cmd/internal/obj/s390x/asmz.go:2410:2: don't use underscores in Go names; const op_VESRAV should be opVESRAV src/cmd/internal/obj/s390x/asmz.go:2411:2: don't use underscores in Go names; const op_VESRL should be opVESRL src/cmd/internal/obj/s390x/asmz.go:2412:2: don't use underscores in Go names; const op_VESRLV should be opVESRLV src/cmd/internal/obj/s390x/asmz.go:2413:2: don't use underscores in Go names; const op_VX should be opVX src/cmd/internal/obj/s390x/asmz.go:2414:2: don't use underscores in Go names; const op_VFAE should be opVFAE src/cmd/internal/obj/s390x/asmz.go:2415:2: don't use underscores in Go names; const op_VFEE should be opVFEE src/cmd/internal/obj/s390x/asmz.go:2416:2: don't use underscores in Go names; const op_VFENE should be opVFENE src/cmd/internal/obj/s390x/asmz.go:2417:2: don't use underscores in Go names; const op_VFA should be opVFA src/cmd/internal/obj/s390x/asmz.go:2418:2: don't use underscores in Go names; const op_WFK should be opWFK src/cmd/internal/obj/s390x/asmz.go:2419:2: don't use underscores in Go names; const op_VFCE should be opVFCE src/cmd/internal/obj/s390x/asmz.go:2420:2: don't use underscores in Go names; const op_VFCH should be opVFCH src/cmd/internal/obj/s390x/asmz.go:2421:2: don't use underscores in Go names; const op_VFCHE should be opVFCHE src/cmd/internal/obj/s390x/asmz.go:2422:2: don't use underscores in Go names; const op_WFC should be opWFC src/cmd/internal/obj/s390x/asmz.go:2423:2: don't use underscores in Go names; const op_VCDG should be opVCDG src/cmd/internal/obj/s390x/asmz.go:2424:2: don't use underscores in Go names; const op_VCDLG should be opVCDLG src/cmd/internal/obj/s390x/asmz.go:2425:2: don't use underscores in Go names; const op_VCGD should be opVCGD src/cmd/internal/obj/s390x/asmz.go:2426:2: don't use underscores in Go names; const op_VCLGD should be opVCLGD src/cmd/internal/obj/s390x/asmz.go:2427:2: don't use underscores in Go names; const op_VFD should be opVFD src/cmd/internal/obj/s390x/asmz.go:2428:2: don't use underscores in Go names; const op_VLDE should be opVLDE src/cmd/internal/obj/s390x/asmz.go:2429:2: don't use underscores in Go names; const op_VLED should be opVLED src/cmd/internal/obj/s390x/asmz.go:2430:2: don't use underscores in Go names; const op_VFM should be opVFM src/cmd/internal/obj/s390x/asmz.go:2431:2: don't use underscores in Go names; const op_VFMA should be opVFMA src/cmd/internal/obj/s390x/asmz.go:2432:2: don't use underscores in Go names; const op_VFMS should be opVFMS src/cmd/internal/obj/s390x/asmz.go:2433:2: don't use underscores in Go names; const op_VFPSO should be opVFPSO src/cmd/internal/obj/s390x/asmz.go:2434:2: don't use underscores in Go names; const op_VFSQ should be opVFSQ src/cmd/internal/obj/s390x/asmz.go:2435:2: don't use underscores in Go names; const op_VFS should be opVFS src/cmd/internal/obj/s390x/asmz.go:2436:2: don't use underscores in Go names; const op_VFTCI should be opVFTCI src/cmd/internal/obj/s390x/asmz.go:2437:2: don't use underscores in Go names; const op_VGFM should be opVGFM src/cmd/internal/obj/s390x/asmz.go:2438:2: don't use underscores in Go names; const op_VGFMA should be opVGFMA src/cmd/internal/obj/s390x/asmz.go:2439:2: don't use underscores in Go names; const op_VGEF should be opVGEF src/cmd/internal/obj/s390x/asmz.go:2440:2: don't use underscores in Go names; const op_VGEG should be opVGEG src/cmd/internal/obj/s390x/asmz.go:2441:2: don't use underscores in Go names; const op_VGBM should be opVGBM src/cmd/internal/obj/s390x/asmz.go:2442:2: don't use underscores in Go names; const op_VGM should be opVGM src/cmd/internal/obj/s390x/asmz.go:2443:2: don't use underscores in Go names; const op_VISTR should be opVISTR src/cmd/internal/obj/s390x/asmz.go:2444:2: don't use underscores in Go names; const op_VL should be opVL src/cmd/internal/obj/s390x/asmz.go:2445:2: don't use underscores in Go names; const op_VLR should be opVLR src/cmd/internal/obj/s390x/asmz.go:2446:2: don't use underscores in Go names; const op_VLREP should be opVLREP src/cmd/internal/obj/s390x/asmz.go:2447:2: don't use underscores in Go names; const op_VLC should be opVLC src/cmd/internal/obj/s390x/asmz.go:2448:2: don't use underscores in Go names; const op_VLEH should be opVLEH src/cmd/internal/obj/s390x/asmz.go:2449:2: don't use underscores in Go names; const op_VLEF should be opVLEF src/cmd/internal/obj/s390x/asmz.go:2450:2: don't use underscores in Go names; const op_VLEG should be opVLEG src/cmd/internal/obj/s390x/asmz.go:2451:2: don't use underscores in Go names; const op_VLEB should be opVLEB src/cmd/internal/obj/s390x/asmz.go:2452:2: don't use underscores in Go names; const op_VLEIH should be opVLEIH src/cmd/internal/obj/s390x/asmz.go:2453:2: don't use underscores in Go names; const op_VLEIF should be opVLEIF src/cmd/internal/obj/s390x/asmz.go:2454:2: don't use underscores in Go names; const op_VLEIG should be opVLEIG src/cmd/internal/obj/s390x/asmz.go:2455:2: don't use underscores in Go names; const op_VLEIB should be opVLEIB src/cmd/internal/obj/s390x/asmz.go:2456:2: don't use underscores in Go names; const op_VFI should be opVFI src/cmd/internal/obj/s390x/asmz.go:2457:2: don't use underscores in Go names; const op_VLGV should be opVLGV src/cmd/internal/obj/s390x/asmz.go:2458:2: don't use underscores in Go names; const op_VLLEZ should be opVLLEZ src/cmd/internal/obj/s390x/asmz.go:2459:2: don't use underscores in Go names; const op_VLM should be opVLM src/cmd/internal/obj/s390x/asmz.go:2460:2: don't use underscores in Go names; const op_VLP should be opVLP src/cmd/internal/obj/s390x/asmz.go:2461:2: don't use underscores in Go names; const op_VLBB should be opVLBB src/cmd/internal/obj/s390x/asmz.go:2462:2: don't use underscores in Go names; const op_VLVG should be opVLVG src/cmd/internal/obj/s390x/asmz.go:2463:2: don't use underscores in Go names; const op_VLVGP should be opVLVGP src/cmd/internal/obj/s390x/asmz.go:2464:2: don't use underscores in Go names; const op_VLL should be opVLL src/cmd/internal/obj/s390x/asmz.go:2465:2: don't use underscores in Go names; const op_VMX should be opVMX src/cmd/internal/obj/s390x/asmz.go:2466:2: don't use underscores in Go names; const op_VMXL should be opVMXL src/cmd/internal/obj/s390x/asmz.go:2467:2: don't use underscores in Go names; const op_VMRH should be opVMRH src/cmd/internal/obj/s390x/asmz.go:2468:2: don't use underscores in Go names; const op_VMRL should be opVMRL src/cmd/internal/obj/s390x/asmz.go:2469:2: don't use underscores in Go names; const op_VMN should be opVMN src/cmd/internal/obj/s390x/asmz.go:2470:2: don't use underscores in Go names; const op_VMNL should be opVMNL src/cmd/internal/obj/s390x/asmz.go:2471:2: don't use underscores in Go names; const op_VMAE should be opVMAE src/cmd/internal/obj/s390x/asmz.go:2472:2: don't use underscores in Go names; const op_VMAH should be opVMAH src/cmd/internal/obj/s390x/asmz.go:2473:2: don't use underscores in Go names; const op_VMALE should be opVMALE src/cmd/internal/obj/s390x/asmz.go:2474:2: don't use underscores in Go names; const op_VMALH should be opVMALH src/cmd/internal/obj/s390x/asmz.go:2475:2: don't use underscores in Go names; const op_VMALO should be opVMALO src/cmd/internal/obj/s390x/asmz.go:2476:2: don't use underscores in Go names; const op_VMAL should be opVMAL src/cmd/internal/obj/s390x/asmz.go:2477:2: don't use underscores in Go names; const op_VMAO should be opVMAO src/cmd/internal/obj/s390x/asmz.go:2478:2: don't use underscores in Go names; const op_VME should be opVME src/cmd/internal/obj/s390x/asmz.go:2479:2: don't use underscores in Go names; const op_VMH should be opVMH src/cmd/internal/obj/s390x/asmz.go:2480:2: don't use underscores in Go names; const op_VMLE should be opVMLE src/cmd/internal/obj/s390x/asmz.go:2481:2: don't use underscores in Go names; const op_VMLH should be opVMLH src/cmd/internal/obj/s390x/asmz.go:2482:2: don't use underscores in Go names; const op_VMLO should be opVMLO src/cmd/internal/obj/s390x/asmz.go:2483:2: don't use underscores in Go names; const op_VML should be opVML src/cmd/internal/obj/s390x/asmz.go:2484:2: don't use underscores in Go names; const op_VMO should be opVMO src/cmd/internal/obj/s390x/asmz.go:2485:2: don't use underscores in Go names; const op_VNO should be opVNO src/cmd/internal/obj/s390x/asmz.go:2486:2: don't use underscores in Go names; const op_VO should be opVO src/cmd/internal/obj/s390x/asmz.go:2487:2: don't use underscores in Go names; const op_VPK should be opVPK src/cmd/internal/obj/s390x/asmz.go:2488:2: don't use underscores in Go names; const op_VPKLS should be opVPKLS src/cmd/internal/obj/s390x/asmz.go:2489:2: don't use underscores in Go names; const op_VPKS should be opVPKS src/cmd/internal/obj/s390x/asmz.go:2490:2: don't use underscores in Go names; const op_VPERM should be opVPERM src/cmd/internal/obj/s390x/asmz.go:2491:2: don't use underscores in Go names; const op_VPDI should be opVPDI src/cmd/internal/obj/s390x/asmz.go:2492:2: don't use underscores in Go names; const op_VPOPCT should be opVPOPCT src/cmd/internal/obj/s390x/asmz.go:2493:2: don't use underscores in Go names; const op_VREP should be opVREP src/cmd/internal/obj/s390x/asmz.go:2494:2: don't use underscores in Go names; const op_VREPI should be opVREPI src/cmd/internal/obj/s390x/asmz.go:2495:2: don't use underscores in Go names; const op_VSCEF should be opVSCEF src/cmd/internal/obj/s390x/asmz.go:2496:2: don't use underscores in Go names; const op_VSCEG should be opVSCEG src/cmd/internal/obj/s390x/asmz.go:2497:2: don't use underscores in Go names; const op_VSEL should be opVSEL src/cmd/internal/obj/s390x/asmz.go:2498:2: don't use underscores in Go names; const op_VSL should be opVSL src/cmd/internal/obj/s390x/asmz.go:2499:2: don't use underscores in Go names; const op_VSLB should be opVSLB src/cmd/internal/obj/s390x/asmz.go:2500:2: don't use underscores in Go names; const op_VSLDB should be opVSLDB src/cmd/internal/obj/s390x/asmz.go:2501:2: don't use underscores in Go names; const op_VSRA should be opVSRA src/cmd/internal/obj/s390x/asmz.go:2502:2: don't use underscores in Go names; const op_VSRAB should be opVSRAB src/cmd/internal/obj/s390x/asmz.go:2503:2: don't use underscores in Go names; const op_VSRL should be opVSRL src/cmd/internal/obj/s390x/asmz.go:2504:2: don't use underscores in Go names; const op_VSRLB should be opVSRLB src/cmd/internal/obj/s390x/asmz.go:2505:2: don't use underscores in Go names; const op_VSEG should be opVSEG src/cmd/internal/obj/s390x/asmz.go:2506:2: don't use underscores in Go names; const op_VST should be opVST src/cmd/internal/obj/s390x/asmz.go:2507:2: don't use underscores in Go names; const op_VSTEH should be opVSTEH src/cmd/internal/obj/s390x/asmz.go:2508:2: don't use underscores in Go names; const op_VSTEF should be opVSTEF src/cmd/internal/obj/s390x/asmz.go:2509:2: don't use underscores in Go names; const op_VSTEG should be opVSTEG src/cmd/internal/obj/s390x/asmz.go:2510:2: don't use underscores in Go names; const op_VSTEB should be opVSTEB src/cmd/internal/obj/s390x/asmz.go:2511:2: don't use underscores in Go names; const op_VSTM should be opVSTM src/cmd/internal/obj/s390x/asmz.go:2512:2: don't use underscores in Go names; const op_VSTL should be opVSTL src/cmd/internal/obj/s390x/asmz.go:2513:2: don't use underscores in Go names; const op_VSTRC should be opVSTRC src/cmd/internal/obj/s390x/asmz.go:2514:2: don't use underscores in Go names; const op_VS should be opVS src/cmd/internal/obj/s390x/asmz.go:2515:2: don't use underscores in Go names; const op_VSCBI should be opVSCBI src/cmd/internal/obj/s390x/asmz.go:2516:2: don't use underscores in Go names; const op_VSBCBI should be opVSBCBI src/cmd/internal/obj/s390x/asmz.go:2517:2: don't use underscores in Go names; const op_VSBI should be opVSBI src/cmd/internal/obj/s390x/asmz.go:2518:2: don't use underscores in Go names; const op_VSUMG should be opVSUMG src/cmd/internal/obj/s390x/asmz.go:2519:2: don't use underscores in Go names; const op_VSUMQ should be opVSUMQ src/cmd/internal/obj/s390x/asmz.go:2520:2: don't use underscores in Go names; const op_VSUM should be opVSUM src/cmd/internal/obj/s390x/asmz.go:2521:2: don't use underscores in Go names; const op_VTM should be opVTM src/cmd/internal/obj/s390x/asmz.go:2522:2: don't use underscores in Go names; const op_VUPH should be opVUPH src/cmd/internal/obj/s390x/asmz.go:2523:2: don't use underscores in Go names; const op_VUPLH should be opVUPLH src/cmd/internal/obj/s390x/asmz.go:2524:2: don't use underscores in Go names; const op_VUPLL should be opVUPLL src/cmd/internal/obj/s390x/asmz.go:2525:2: don't use underscores in Go names; const op_VUPL should be opVUPL src/cmd/internal/obj/s390x/asmz.go:3004:4: should replace d -= 1 with d-- src/cmd/internal/obj/s390x/asmz.go:3406:5: should replace i2 -= 1 with i2-- src/cmd/internal/obj/s390x/asmz.go:3426:5: should replace i2 -= 1 with i2-- src/cmd/internal/obj/s390x/asmz.go:3442:5: should replace i2 -= 1 with i2-- src/cmd/internal/obj/s390x/asmz.go:4324:14: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4324:21: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2 src/cmd/internal/obj/s390x/asmz.go:4343:27: don't use underscores in Go names; func parameter r2_m3_r3 should be r2M3R3 src/cmd/internal/obj/s390x/asmz.go:4343:37: don't use underscores in Go names; func parameter i2_ri4_ri2 should be i2Ri4Ri2 src/cmd/internal/obj/s390x/asmz.go:4343:61: don't use underscores in Go names; func parameter i2_i5 should be i2I5 src/cmd/internal/obj/s390x/asmz.go:4363:23: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4363:30: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2 src/cmd/internal/obj/s390x/asmz.go:4406:15: don't use underscores in Go names; func parameter r3_m3 should be r3M3 src/cmd/internal/obj/s390x/asmz.go:4424:18: don't use underscores in Go names; func parameter r3_m3 should be r3M3 src/cmd/internal/obj/s390x/asmz.go:4449:19: don't use underscores in Go names; func parameter r3_m3 should be r3M3 src/cmd/internal/obj/s390x/asmz.go:4460:14: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4488:15: don't use underscores in Go names; func parameter r1_m1 should be r1M1 src/cmd/internal/obj/s390x/asmz.go:4556:22: don't use underscores in Go names; func parameter l1_r1 should be l1R1 src/cmd/internal/obj/s390x/asmz.go:4556:29: don't use underscores in Go names; func parameter l2_i3_r3 should be l2I3R3 src/cmd/internal/obj/s390x/asmz.go:4556:39: don't use underscores in Go names; func parameter b1_b2 should be b1B2 src/cmd/internal/obj/s390x/asmz.go:4556:46: don't use underscores in Go names; func parameter d1_d2 should be d1D2 src/cmd/internal/obj/s390x/asmz.go:4556:53: don't use underscores in Go names; func parameter b2_b4 should be b2B4 src/cmd/internal/obj/s390x/asmz.go:4556:60: don't use underscores in Go names; func parameter d2_d4 should be d2D4 src/cmd/internal/obj/s390x/asmz.go:4632:19: don't use underscores in Go names; func parameter v3_r3 should be v3R3 src/cmd/internal/obj/s390x/listz.go:65:1: exported function DRconv should have comment or be unexported src/cmd/internal/obj/s390x/objz.go:722:5: exported var Links390x should have comment or be unexported src/cmd/internal/obj/x86/a.out.go:36:2: comment on exported const DONE should be of the form "DONE ..." src/cmd/internal/obj/x86/a.out.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:41:2: exported const REG_NONE should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/a.out.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:45:2: exported const REG_AL should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/a.out.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:206:2: don't use underscores in Go names; const T_64 should be T64 src/cmd/internal/obj/x86/a.out.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/a.out.go:210:1: comment on exported var AMD64DWARFRegisters should be of the form "AMD64DWARFRegisters ..." src/cmd/internal/obj/x86/a.out.go:277:1: comment on exported var X86DWARFRegisters should be of the form "X86DWARFRegisters ..." src/cmd/internal/obj/x86/anames.go:8:5: exported var Anames should have comment or be unexported src/cmd/internal/obj/x86/asm6.go:51:2: comment on exported const LoopAlign should be of the form "LoopAlign ..." src/cmd/internal/obj/x86/asm6.go:65:2: exported const MaxLoopPad should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:68:6: exported type Optab should have comment or be unexported src/cmd/internal/obj/x86/asm6.go:75:6: exported type Movtab should have comment or be unexported src/cmd/internal/obj/x86/asm6.go:85:2: exported const Yxxx should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:162:2: exported const Zxxx should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:164:2: don't use underscores in Go names; const Zlitm_r should be ZlitmR src/cmd/internal/obj/x86/asm6.go:165:2: don't use underscores in Go names; const Z_rp should be ZRp src/cmd/internal/obj/x86/asm6.go:172:2: don't use underscores in Go names; const Zib_ should be Zib src/cmd/internal/obj/x86/asm6.go:173:2: don't use underscores in Go names; const Zib_rp should be ZibRp src/cmd/internal/obj/x86/asm6.go:174:2: don't use underscores in Go names; const Zibo_m should be ZiboM src/cmd/internal/obj/x86/asm6.go:175:2: don't use underscores in Go names; const Zibo_m_xm should be ZiboMXm src/cmd/internal/obj/x86/asm6.go:176:2: don't use underscores in Go names; const Zil_ should be Zil src/cmd/internal/obj/x86/asm6.go:177:2: don't use underscores in Go names; const Zil_rp should be ZilRp src/cmd/internal/obj/x86/asm6.go:178:2: don't use underscores in Go names; const Ziq_rp should be ZiqRp src/cmd/internal/obj/x86/asm6.go:179:2: don't use underscores in Go names; const Zilo_m should be ZiloM src/cmd/internal/obj/x86/asm6.go:183:2: don't use underscores in Go names; const Zo_iw should be ZoIw src/cmd/internal/obj/x86/asm6.go:184:2: don't use underscores in Go names; const Zm_o should be ZmO src/cmd/internal/obj/x86/asm6.go:185:2: don't use underscores in Go names; const Zm_r should be ZmR src/cmd/internal/obj/x86/asm6.go:186:2: don't use underscores in Go names; const Zm2_r should be Zm2R src/cmd/internal/obj/x86/asm6.go:187:2: don't use underscores in Go names; const Zm_r_xm should be ZmRXm src/cmd/internal/obj/x86/asm6.go:188:2: don't use underscores in Go names; const Zm_r_i_xm should be ZmRIXm src/cmd/internal/obj/x86/asm6.go:189:2: don't use underscores in Go names; const Zm_r_xm_nr should be ZmRXmNr src/cmd/internal/obj/x86/asm6.go:190:2: don't use underscores in Go names; const Zr_m_xm_nr should be ZrMXmNr src/cmd/internal/obj/x86/asm6.go:191:2: don't use underscores in Go names; const Zibm_r should be ZibmR src/cmd/internal/obj/x86/asm6.go:192:2: don't use underscores in Go names; const Zibr_m should be ZibrM src/cmd/internal/obj/x86/asm6.go:193:2: don't use underscores in Go names; const Zmb_r should be ZmbR src/cmd/internal/obj/x86/asm6.go:194:2: don't use underscores in Go names; const Zaut_r should be ZautR src/cmd/internal/obj/x86/asm6.go:195:2: don't use underscores in Go names; const Zo_m should be ZoM src/cmd/internal/obj/x86/asm6.go:196:2: don't use underscores in Go names; const Zo_m64 should be ZoM64 src/cmd/internal/obj/x86/asm6.go:198:2: don't use underscores in Go names; const Zr_m should be ZrM src/cmd/internal/obj/x86/asm6.go:199:2: don't use underscores in Go names; const Zr_m_xm should be ZrMXm src/cmd/internal/obj/x86/asm6.go:200:2: don't use underscores in Go names; const Zrp_ should be Zrp src/cmd/internal/obj/x86/asm6.go:201:2: don't use underscores in Go names; const Z_ib should be ZIb src/cmd/internal/obj/x86/asm6.go:202:2: don't use underscores in Go names; const Z_il should be ZIl src/cmd/internal/obj/x86/asm6.go:203:2: don't use underscores in Go names; const Zm_ibo should be ZmIbo src/cmd/internal/obj/x86/asm6.go:204:2: don't use underscores in Go names; const Zm_ilo should be ZmIlo src/cmd/internal/obj/x86/asm6.go:205:2: don't use underscores in Go names; const Zib_rr should be ZibRr src/cmd/internal/obj/x86/asm6.go:206:2: don't use underscores in Go names; const Zil_rr should be ZilRr src/cmd/internal/obj/x86/asm6.go:208:2: don't use underscores in Go names; const Zvex_rm_v_r should be ZvexRmVR src/cmd/internal/obj/x86/asm6.go:209:2: don't use underscores in Go names; const Zvex_rm_v_ro should be ZvexRmVRo src/cmd/internal/obj/x86/asm6.go:210:2: don't use underscores in Go names; const Zvex_r_v_rm should be ZvexRVRm src/cmd/internal/obj/x86/asm6.go:211:2: don't use underscores in Go names; const Zvex_v_rm_r should be ZvexVRmR src/cmd/internal/obj/x86/asm6.go:212:2: don't use underscores in Go names; const Zvex_i_rm_r should be ZvexIRmR src/cmd/internal/obj/x86/asm6.go:213:2: don't use underscores in Go names; const Zvex_i_r_v should be ZvexIRV src/cmd/internal/obj/x86/asm6.go:214:2: don't use underscores in Go names; const Zvex_i_rm_v_r should be ZvexIRmVR src/cmd/internal/obj/x86/asm6.go:216:2: don't use underscores in Go names; const Zvex_rm_r_vo should be ZvexRmRVo src/cmd/internal/obj/x86/asm6.go:217:2: don't use underscores in Go names; const Zvex_i_r_rm should be ZvexIRRm src/cmd/internal/obj/x86/asm6.go:218:2: don't use underscores in Go names; const Zvex_hr_rm_v_r should be ZvexHrRmVR src/cmd/internal/obj/x86/asm6.go:224:2: exported const Px should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:281:2: comment on exported const VEX_DDS_LIG_66_0F38_W1 should be of the form "VEX_DDS_LIG_66_0F38_W1 ..." src/cmd/internal/obj/x86/asm6.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:283:2: exported const VEX_NDD_128_66_0F_WIG should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/obj/x86/asm6.go:468:5: don't use underscores in Go names; var ym_rl should be ymRl src/cmd/internal/obj/x86/asm6.go:472:5: don't use underscores in Go names; var yrl_m should be yrlM src/cmd/internal/obj/x86/asm6.go:476:5: don't use underscores in Go names; var ymb_rl should be ymbRl src/cmd/internal/obj/x86/asm6.go:480:5: don't use underscores in Go names; var yml_rl should be ymlRl src/cmd/internal/obj/x86/asm6.go:484:5: don't use underscores in Go names; var yrl_ml should be yrlMl src/cmd/internal/obj/x86/asm6.go:488:5: don't use underscores in Go names; var yml_mb should be ymlMb src/cmd/internal/obj/x86/asm6.go:493:5: don't use underscores in Go names; var yrb_mb should be yrbMb src/cmd/internal/obj/x86/asm6.go:637:5: don't use underscores in Go names; var ysvrs_mo should be ysvrsMo src/cmd/internal/obj/x86/asm6.go:642:5: don't use underscores in Go names; var ysvrs_om should be ysvrsOm src/cmd/internal/obj/x86/asm6.go:655:5: don't use underscores in Go names; var yxm_q4 should be yxmQ4 src/cmd/internal/obj/x86/asm6.go:673:5: don't use underscores in Go names; var yxr_ml should be yxrMl src/cmd/internal/obj/x86/asm6.go:681:5: don't use underscores in Go names; var ymr_ml should be ymrMl src/cmd/internal/obj/x86/asm6.go:814:5: don't use underscores in Go names; var yvex_xy3 should be yvexXy3 src/cmd/internal/obj/x86/asm6.go:819:5: don't use underscores in Go names; var yvex_x3 should be yvexX3 src/cmd/internal/obj/x86/asm6.go:823:5: don't use underscores in Go names; var yvex_ri3 should be yvexRi3 src/cmd/internal/obj/x86/asm6.go:827:5: don't use underscores in Go names; var yvex_xyi3 should be yvexXyi3 src/cmd/internal/obj/x86/asm6.go:834:5: don't use underscores in Go names; var yvex_yyi4 should be yvexYyi4 src/cmd/internal/obj/x86/asm6.go:838:5: don't use underscores in Go names; var yvex_xyi4 should be yvexXyi4 src/cmd/internal/obj/x86/asm6.go:842:5: don't use underscores in Go names; var yvex_shift should be yvexShift src/cmd/internal/obj/x86/asm6.go:849:5: don't use underscores in Go names; var yvex_shift_dq should be yvexShiftDq src/cmd/internal/obj/x86/asm6.go:854:5: don't use underscores in Go names; var yvex_r3 should be yvexR3 src/cmd/internal/obj/x86/asm6.go:858:5: don't use underscores in Go names; var yvex_vmr3 should be yvexVmr3 src/cmd/internal/obj/x86/asm6.go:862:5: don't use underscores in Go names; var yvex_xy2 should be yvexXy2 src/cmd/internal/obj/x86/asm6.go:867:5: don't use underscores in Go names; var yvex_xyr2 should be yvexXyr2 src/cmd/internal/obj/x86/asm6.go:872:5: don't use underscores in Go names; var yvex_vmovdqa should be yvexVmovdqa src/cmd/internal/obj/x86/asm6.go:879:5: don't use underscores in Go names; var yvex_vmovntdq should be yvexVmovntdq src/cmd/internal/obj/x86/asm6.go:884:5: don't use underscores in Go names; var yvex_vpbroadcast should be yvexVpbroadcast src/cmd/internal/obj/x86/asm6.go:889:5: don't use underscores in Go names; var yvex_vpbroadcast_sd should be yvexVpbroadcastSd src/cmd/internal/obj/x86/asm6.go:893:5: don't use underscores in Go names; var yvex_vpextrw should be yvexVpextrw src/cmd/internal/obj/x86/asm6.go:898:5: don't use underscores in Go names; var yvex_m should be yvexM src/cmd/internal/obj/x86/asm6.go:902:5: don't use underscores in Go names; var yvex_xx3 should be yvexXx3 src/cmd/internal/obj/x86/asm6.go:906:5: don't use underscores in Go names; var yvex_yi3 should be yvexYi3 src/cmd/internal/obj/x86/asm6.go:910:5: don't use underscores in Go names; var yvex_mxy should be yvexMxy src/cmd/internal/obj/x86/asm6.go:915:5: don't use underscores in Go names; var yvex_yy3 should be yvexYy3 src/cmd/internal/obj/x86/asm6.go:919:5: don't use underscores in Go names; var yvex_xi3 should be yvexXi3 src/cmd/internal/obj/x86/asm6.go:923:5: don't use underscores in Go names; var yvex_vpermpd should be yvexVpermpd src/cmd/internal/obj/x86/asm6.go:927:5: don't use underscores in Go names; var yvex_vpermilp should be yvexVpermilp src/cmd/internal/obj/x86/asm6.go:934:5: don't use underscores in Go names; var yvex_vcvtps2ph should be yvexVcvtps2ph src/cmd/internal/obj/x86/asm6.go:939:5: don't use underscores in Go names; var yvex_vbroadcastf should be yvexVbroadcastf src/cmd/internal/obj/x86/asm6.go:943:5: don't use underscores in Go names; var yvex_vmovd should be yvexVmovd src/cmd/internal/obj/x86/asm6.go:948:5: don't use underscores in Go names; var yvex_x2 should be yvexX2 src/cmd/internal/obj/x86/asm6.go:952:5: don't use underscores in Go names; var yvex_y2 should be yvexY2 src/cmd/internal/obj/x86/asm6.go:960:5: don't use underscores in Go names; var yvex_xx2 should be yvexXx2 src/cmd/internal/obj/x86/asm6.go:964:5: don't use underscores in Go names; var yvex_vpalignr should be yvexVpalignr src/cmd/internal/obj/x86/asm6.go:969:5: don't use underscores in Go names; var yvex_rxi4 should be yvexRxi4 src/cmd/internal/obj/x86/asm6.go:973:5: don't use underscores in Go names; var yvex_xxi4 should be yvexXxi4 src/cmd/internal/obj/x86/asm6.go:977:5: don't use underscores in Go names; var yvex_xy4 should be yvexXy4 src/cmd/internal/obj/x86/asm6.go:982:5: don't use underscores in Go names; var yvex_vpbroadcast_ss should be yvexVpbroadcastSs src/cmd/internal/obj/x86/asm6.go:989:5: don't use underscores in Go names; var yvex_vblendvpd should be yvexVblendvpd src/cmd/internal/obj/x86/asm6.go:996:5: don't use underscores in Go names; var yvex_vmov should be yvexVmov src/cmd/internal/obj/x86/asm6.go:1003:5: don't use underscores in Go names; var yvex_vps should be yvexVps src/cmd/internal/obj/x86/asm6.go:1010:5: don't use underscores in Go names; var yvex_r2 should be yvexR2 src/cmd/internal/obj/x86/asm6.go:1014:5: don't use underscores in Go names; var yvex_vpextr should be yvexVpextr src/cmd/internal/obj/x86/asm6.go:1018:5: don't use underscores in Go names; var yvex_rx3 should be yvexRx3 src/cmd/internal/obj/x86/asm6.go:1022:5: don't use underscores in Go names; var yvex_vcvtsd2si should be yvexVcvtsd2si src/cmd/internal/obj/x86/asm6.go:1026:5: don't use underscores in Go names; var yvex_vmovhpd should be yvexVmovhpd src/cmd/internal/obj/x86/asm6.go:1031:5: don't use underscores in Go names; var yvex_vmovq should be yvexVmovq src/cmd/internal/obj/x86/asm6.go:2919:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3044:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3111:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3312:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3316:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3335:2: exported const E should have comment (or a comment on this block) or be unexported src/cmd/internal/obj/x86/asm6.go:3520:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3561:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:3622:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:4786:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/asm6.go:4794:1: receiver name asmbuf should be consistent with previous receiver name a for AsmBuf src/cmd/internal/obj/x86/list6.go:38:5: exported var Register should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:41:1: exported function CanUse1InsnTLS should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:967:6: don't use underscores in Go names; func indir_cx should be indirCx src/cmd/internal/obj/x86/obj6.go:985:6: don't use underscores in Go names; func load_g_cx should be loadGCx src/cmd/internal/obj/x86/obj6.go:1239:5: exported var Linkamd64 should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:1249:5: exported var Linkamd64p32 should have comment or be unexported src/cmd/internal/obj/x86/obj6.go:1259:5: exported var Link386 should have comment or be unexported src/cmd/internal/objabi/autotype.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/autotype.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/autotype.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/doc.go:14:1: package comment should be of the form "Package objabi ..." src/cmd/internal/objabi/flag.go:16:1: exported function Flagcount should have comment or be unexported src/cmd/internal/objabi/flag.go:20:1: exported function Flagfn1 should have comment or be unexported src/cmd/internal/objabi/flag.go:24:1: exported function Flagprint should have comment or be unexported src/cmd/internal/objabi/flag.go:29:1: exported function Flagparse should have comment or be unexported src/cmd/internal/objabi/flag.go:34:1: exported function AddVersionFlag should have comment or be unexported src/cmd/internal/objabi/funcdata.go:14:2: don't use underscores in Go names; const PCDATA_StackMapIndex should be PCDATAStackMapIndex src/cmd/internal/objabi/funcdata.go:14:2: exported const PCDATA_StackMapIndex should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/funcdata.go:15:2: don't use underscores in Go names; const PCDATA_InlTreeIndex should be PCDATAInlTreeIndex src/cmd/internal/objabi/funcdata.go:16:2: don't use underscores in Go names; const FUNCDATA_ArgsPointerMaps should be FUNCDATAArgsPointerMaps src/cmd/internal/objabi/funcdata.go:17:2: don't use underscores in Go names; const FUNCDATA_LocalsPointerMaps should be FUNCDATALocalsPointerMaps src/cmd/internal/objabi/funcdata.go:18:2: don't use underscores in Go names; const FUNCDATA_InlTree should be FUNCDATAInlTree src/cmd/internal/objabi/head.go:39:2: exported const Hunknown should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/head.go:52:1: exported method HeadType.Set should have comment or be unexported src/cmd/internal/objabi/reloctype.go:33:6: exported type RelocType should have comment or be unexported src/cmd/internal/objabi/reloctype.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/reloctype.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objabi/stack.go:10:2: exported const STACKSYSTEM should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/stack.go:19:2: exported const StackPreempt should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/typekind.go:11:2: exported const KindBool should have comment (or a comment on this block) or be unexported src/cmd/internal/objabi/util.go:24:2: exported var GOROOT should have comment or be unexported src/cmd/internal/objabi/util.go:56:1: exported function Getgoextlinkenabled should have comment or be unexported src/cmd/internal/objabi/util.go:68:1: exported function Framepointer_enabled should have comment or be unexported src/cmd/internal/objabi/util.go:68:6: don't use underscores in Go names; func Framepointer_enabled should be FramepointerEnabled src/cmd/internal/objabi/util.go:94:2: don't use underscores in Go names; var framepointer_enabled should be framepointerEnabled src/cmd/internal/objabi/util.go:94:27: should omit type int from declaration of var framepointer_enabled; it will be inferred from the right-hand side src/cmd/internal/objabi/util.go:95:2: don't use underscores in Go names; var Fieldtrack_enabled should be FieldtrackEnabled src/cmd/internal/objabi/util.go:95:2: exported var Fieldtrack_enabled should have comment or be unexported src/cmd/internal/objabi/util.go:96:2: don't use underscores in Go names; var Preemptibleloops_enabled should be PreemptibleloopsEnabled src/cmd/internal/objabi/util.go:97:2: don't use underscores in Go names; var Clobberdead_enabled should be ClobberdeadEnabled src/cmd/internal/objabi/util.go:116:1: exported function DefaultExpstring should have comment or be unexported src/cmd/internal/objabi/util.go:120:1: exported function Expstring should have comment or be unexported src/cmd/internal/objfile/disasm.go:298:6: don't use underscores in Go names; func disasm_386 should be disasm386 src/cmd/internal/objfile/disasm.go:302:6: don't use underscores in Go names; func disasm_amd64 should be disasmAmd64 src/cmd/internal/objfile/disasm.go:306:6: don't use underscores in Go names; func disasm_x86 should be disasmX86 src/cmd/internal/objfile/disasm.go:339:6: don't use underscores in Go names; func disasm_arm should be disasmArm src/cmd/internal/objfile/disasm.go:352:6: don't use underscores in Go names; func disasm_arm64 should be disasmArm64 src/cmd/internal/objfile/disasm.go:363:6: don't use underscores in Go names; func disasm_ppc64 should be disasmPpc64 src/cmd/internal/objfile/disasm.go:397:6: exported type Liner should have comment or be unexported src/cmd/internal/objfile/objfile.go:32:6: exported type Entry should have comment or be unexported src/cmd/internal/objfile/objfile.go:47:6: exported type Reloc should have comment or be unexported src/cmd/internal/objfile/objfile.go:53:6: exported type RelocStringer should have comment or be unexported src/cmd/internal/objfile/objfile.go:85:1: exported method File.Close should have comment or be unexported src/cmd/internal/objfile/objfile.go:89:1: exported method File.Entries should have comment or be unexported src/cmd/internal/objfile/objfile.go:93:1: exported method File.Symbols should have comment or be unexported src/cmd/internal/objfile/objfile.go:97:1: exported method File.PCLineTable should have comment or be unexported src/cmd/internal/objfile/objfile.go:101:1: exported method File.Text should have comment or be unexported src/cmd/internal/objfile/objfile.go:105:1: exported method File.GOARCH should have comment or be unexported src/cmd/internal/objfile/objfile.go:109:1: exported method File.LoadAddress should have comment or be unexported src/cmd/internal/objfile/objfile.go:113:1: exported method File.DWARF should have comment or be unexported src/cmd/internal/objfile/objfile.go:117:1: exported method File.Disasm should have comment or be unexported src/cmd/internal/objfile/objfile.go:121:1: exported method Entry.Name should have comment or be unexported src/cmd/internal/objfile/objfile.go:125:1: exported method Entry.Symbols should have comment or be unexported src/cmd/internal/objfile/objfile.go:140:1: exported method Entry.PCLineTable should have comment or be unexported src/cmd/internal/objfile/objfile.go:154:1: exported method Entry.Text should have comment or be unexported src/cmd/internal/objfile/objfile.go:158:1: exported method Entry.GOARCH should have comment or be unexported src/cmd/internal/objfile/pe.go:45:4: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objfile/pe.go:46:4: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/objfile/pe.go:47:4: don't use ALL_CAPS in Go names; use CamelCase src/cmd/internal/src/pos.go:84:1: comment on exported method Pos.AbsFilename should be of the form "AbsFilename ..." src/cmd/internal/src/pos.go:87:1: comment on exported method Pos.SymFilename should be of the form "SymFilename ..." src/cmd/internal/src/pos.go:225:7: exported const FileSymPrefix should have comment or be unexported src/cmd/internal/sys/arch.go:15:2: exported const NoArch should have comment (or a comment on this block) or be unexported src/cmd/internal/sys/arch.go:55:5: exported var Arch386 should have comment or be unexported src/cmd/internal/sys/arch.go:64:5: exported var ArchAMD64 should have comment or be unexported src/cmd/internal/sys/arch.go:73:5: exported var ArchAMD64P32 should have comment or be unexported src/cmd/internal/sys/arch.go:82:5: exported var ArchARM should have comment or be unexported src/cmd/internal/sys/arch.go:91:5: exported var ArchARM64 should have comment or be unexported src/cmd/internal/sys/arch.go:100:5: exported var ArchMIPS should have comment or be unexported src/cmd/internal/sys/arch.go:109:5: exported var ArchMIPSLE should have comment or be unexported src/cmd/internal/sys/arch.go:118:5: exported var ArchMIPS64 should have comment or be unexported src/cmd/internal/sys/arch.go:127:5: exported var ArchMIPS64LE should have comment or be unexported src/cmd/internal/sys/arch.go:136:5: exported var ArchPPC64 should have comment or be unexported src/cmd/internal/sys/arch.go:145:5: exported var ArchPPC64LE should have comment or be unexported src/cmd/internal/sys/arch.go:154:5: exported var ArchS390X should have comment or be unexported src/cmd/internal/sys/arch.go:163:5: exported var Archs should have comment or be unexported src/cmd/internal/test2json/test2json.go:27:2: exported const Timestamp should have comment (or a comment on this block) or be unexported src/cmd/link/internal/amd64/asm.go:42:1: exported function PADDR should have comment or be unexported src/cmd/link/internal/amd64/asm.go:46:1: exported function Addcall should have comment or be unexported src/cmd/link/internal/amd64/asm.go:94:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/amd64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/arm/asm.go:105:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/arm/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/arm64/asm.go:85:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/arm64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/ld/ar.go:44:2: exported const SARMAG should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/ar.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/ar.go:49:2: exported const ARMAG should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/ar.go:52:6: exported type ArHdr should have comment or be unexported src/cmd/link/internal/ld/config.go:21:2: exported const BuildModeUnset should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/config.go:30:1: exported method BuildMode.Set should have comment or be unexported src/cmd/link/internal/ld/config.go:130:2: exported const LinkAuto should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/config.go:135:1: exported method LinkMode.Set should have comment or be unexported src/cmd/link/internal/ld/data.go:599:1: exported function Codeblk should have comment or be unexported src/cmd/link/internal/ld/data.go:602:1: exported function CodeblkPad should have comment or be unexported src/cmd/link/internal/ld/data.go:711:1: exported function Datblk should have comment or be unexported src/cmd/link/internal/ld/data.go:782:1: exported function Dwarfblk should have comment or be unexported src/cmd/link/internal/ld/data.go:857:1: exported function Addstring should have comment or be unexported src/cmd/link/internal/ld/data.go:936:6: exported type GCProg should have comment or be unexported src/cmd/link/internal/ld/data.go:942:1: exported method GCProg.Init should have comment or be unexported src/cmd/link/internal/ld/data.go:958:1: exported method GCProg.End should have comment or be unexported src/cmd/link/internal/ld/data.go:966:1: exported method GCProg.AddSym should have comment or be unexported src/cmd/link/internal/ld/data.go:2114:1: comment on exported method Link.AddTramp should be of the form "AddTramp ..." src/cmd/link/internal/ld/dwarf.go:951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf.go:952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf.go:953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf.go:954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/dwarf_test.go:715:3: should replace abscount += 1 with abscount++ src/cmd/link/internal/ld/elf.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:78:2: exported const EI_MAG0 should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/elf.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:244:2: don't use underscores in Go names; const PF_X should be PFX src/cmd/link/internal/ld/elf.go:245:2: don't use underscores in Go names; const PF_W should be PFW src/cmd/link/internal/ld/elf.go:246:2: don't use underscores in Go names; const PF_R should be PFR src/cmd/link/internal/ld/elf.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:274:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:346:1: comment on exported type ElfEhdr should be of the form "ElfEhdr ..." (with optional leading article) src/cmd/link/internal/ld/elf.go:351:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/elf.go:366:1: comment on exported type ElfShdr should be of the form "ElfShdr ..." (with optional leading article) src/cmd/link/internal/ld/elf.go:371:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/elf.go:383:1: comment on exported type ElfPhdr should be of the form "ElfPhdr ..." (with optional leading article) src/cmd/link/internal/ld/elf.go:387:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/elf.go:434:5: exported var Elfstrdat should have comment or be unexported src/cmd/link/internal/ld/elf.go:456:2: exported var Nelfsym should have comment or be unexported src/cmd/link/internal/ld/elf.go:470:6: exported type Elfstring should have comment or be unexported src/cmd/link/internal/ld/elf.go:481:1: comment on exported function Elfinit should be of the form "Elfinit ..." src/cmd/link/internal/ld/elf.go:744:1: exported function Elfwritedynent should have comment or be unexported src/cmd/link/internal/ld/elf.go:758:1: exported function Elfwritedynentsymplus should have comment or be unexported src/cmd/link/internal/ld/elf.go:824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:830:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:830:5: exported var ELF_NOTE_NETBSD_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:861:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:861:5: exported var ELF_NOTE_OPENBSD_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:914:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:917:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:917:5: exported var ELF_NOTE_BUILDINFO_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:962:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:965:5: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:965:5: exported var ELF_NOTE_GO_NAME should have comment or be unexported src/cmd/link/internal/ld/elf.go:969:6: exported type Elfaux should have comment or be unexported src/cmd/link/internal/ld/elf.go:975:6: exported type Elflib should have comment or be unexported src/cmd/link/internal/ld/elf.go:1378:1: exported function Elfemitreloc should have comment or be unexported src/cmd/link/internal/ld/elf.go:1468:2: don't use underscores in Go names; var relro_prefix should be relroPrefix src/cmd/link/internal/ld/elf.go:1716:1: exported function Asmbelfsetup should have comment or be unexported src/cmd/link/internal/ld/elf.go:1745:1: exported function Asmbelf should have comment or be unexported src/cmd/link/internal/ld/elf.go:2339:1: exported function ELF32_R_SYM should have comment or be unexported src/cmd/link/internal/ld/elf.go:2339:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2343:1: exported function ELF32_R_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2343:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2347:1: exported function ELF32_R_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2347:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2347:31: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2351:1: exported function ELF32_ST_BIND should have comment or be unexported src/cmd/link/internal/ld/elf.go:2351:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2355:1: exported function ELF32_ST_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2355:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2359:1: exported function ELF32_ST_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2359:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2359:32: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2363:1: exported function ELF32_ST_VISIBILITY should have comment or be unexported src/cmd/link/internal/ld/elf.go:2363:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2367:1: exported function ELF64_R_SYM should have comment or be unexported src/cmd/link/internal/ld/elf.go:2367:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2371:1: exported function ELF64_R_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2371:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2375:1: exported function ELF64_R_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2375:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2375:31: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2379:1: exported function ELF64_ST_BIND should have comment or be unexported src/cmd/link/internal/ld/elf.go:2379:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2383:1: exported function ELF64_ST_TYPE should have comment or be unexported src/cmd/link/internal/ld/elf.go:2383:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2387:1: exported function ELF64_ST_INFO should have comment or be unexported src/cmd/link/internal/ld/elf.go:2387:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/elf.go:2387:32: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/elf.go:2391:1: exported function ELF64_ST_VISIBILITY should have comment or be unexported src/cmd/link/internal/ld/elf.go:2391:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/go.go:312:1: exported function Adddynsym should have comment or be unexported src/cmd/link/internal/ld/go.go:373:6: exported type Pkg should have comment or be unexported src/cmd/link/internal/ld/lib.go:93:6: exported type Arch should have comment or be unexported src/cmd/link/internal/ld/lib.go:127:2: exported var Thearch should have comment or be unexported src/cmd/link/internal/ld/lib.go:135:2: exported const MINFUNC should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/lib.go:168:2: exported var Funcalign should have comment or be unexported src/cmd/link/internal/ld/lib.go:173:2: don't use underscores in Go names; var debug_s should be debugS src/cmd/link/internal/ld/lib.go:181:2: exported var Segtext should have comment or be unexported src/cmd/link/internal/ld/lib.go:204:1: exported function Lflag should have comment or be unexported src/cmd/link/internal/ld/lib.go:846:6: exported type Hostobj should have comment or be unexported src/cmd/link/internal/ld/lib.go:1722:1: exported function Le16 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1726:1: exported function Le32 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1730:1: exported function Le64 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1734:1: exported function Be16 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1738:1: exported function Be32 should have comment or be unexported src/cmd/link/internal/ld/lib.go:1964:6: exported type SymbolType should have comment or be unexported src/cmd/link/internal/ld/lib.go:1967:2: comment on exported const TextSym should be of the form "TextSym ..." src/cmd/link/internal/ld/lib.go:1969:2: exported const DataSym should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/lib.go:1977:2: comment on exported const DeletedAutoSym should be of the form "DeletedAutoSym ..." src/cmd/link/internal/ld/lib.go:2142:1: exported function Symaddr should have comment or be unexported src/cmd/link/internal/ld/lib.go:2169:1: exported function Entryvalue should have comment or be unexported src/cmd/link/internal/ld/lib.go:2235:1: exported function Rnd should have comment or be unexported src/cmd/link/internal/ld/link.go:42:6: exported type Shlib should have comment or be unexported src/cmd/link/internal/ld/link.go:86:1: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..." src/cmd/link/internal/ld/link.go:103:1: exported method Link.Logf should have comment or be unexported src/cmd/link/internal/ld/link.go:119:6: exported type Pciter should have comment or be unexported src/cmd/link/internal/ld/macho.go:15:6: exported type MachoHdr should have comment or be unexported src/cmd/link/internal/ld/macho.go:20:6: exported type MachoSect should have comment or be unexported src/cmd/link/internal/ld/macho.go:34:6: exported type MachoSeg should have comment or be unexported src/cmd/link/internal/ld/macho.go:48:6: exported type MachoLoad should have comment or be unexported src/cmd/link/internal/ld/macho.go:49:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/ld/macho.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:63:2: exported const MACHO_CPU_AMD64 should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:96:2: exported const MH_MAGIC should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:106:2: exported const LC_SEGMENT should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:135:2: exported const S_REGULAR should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/macho.go:165:2: exported const SymKindLocal should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/macho.go:189:35: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/macho.go:464:1: exported function Asmbmacho should have comment or be unexported src/cmd/link/internal/ld/macho.go:661:53: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/ld/macho.go:847:1: exported function Domacholink should have comment or be unexported src/cmd/link/internal/ld/macho.go:939:1: exported function Machoemitreloc should have comment or be unexported src/cmd/link/internal/ld/macho_combine_dwarf.go:52:2: struct field CryptId should be CryptID src/cmd/link/internal/ld/macho_combine_dwarf.go:227:21: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/ld/main.go:242:6: exported type Rpath should have comment or be unexported src/cmd/link/internal/ld/main.go:247:1: exported method Rpath.Set should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:31:1: exported method OutBuf.SeekSet should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:42:1: exported method OutBuf.Offset should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:57:1: exported method OutBuf.Write8 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:63:1: exported method OutBuf.Write16 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:68:1: exported method OutBuf.Write32 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:73:1: exported method OutBuf.Write32b should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:78:1: exported method OutBuf.Write64 should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:83:1: exported method OutBuf.Write64b should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:88:1: exported method OutBuf.WriteString should have comment or be unexported src/cmd/link/internal/ld/outbuf.go:116:1: exported method OutBuf.Flush should have comment or be unexported src/cmd/link/internal/ld/pcln.go:441:2: exported const BUCKETSIZE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/pe.go:19:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:19:6: exported type IMAGE_IMPORT_DESCRIPTOR should have comment or be unexported src/cmd/link/internal/ld/pe.go:27:6: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:27:6: exported type IMAGE_EXPORT_DIRECTORY should have comment or be unexported src/cmd/link/internal/ld/pe.go:42:2: exported const PEBASE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/pe.go:46:2: comment on exported var PESECTALIGN should be of the form "PESECTALIGN ..." src/cmd/link/internal/ld/pe.go:50:2: comment on exported var PEFILEALIGN should be of the form "PEFILEALIGN ..." src/cmd/link/internal/ld/pe.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:57:2: exported const IMAGE_FILE_MACHINE_I386 should have comment (or a comment on this block) or be unexported src/cmd/link/internal/ld/pe.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/ld/pe.go:254:6: exported type Imp should have comment or be unexported src/cmd/link/internal/ld/pe.go:261:6: exported type Dll should have comment or be unexported src/cmd/link/internal/ld/pe.go:271:2: exported var PESECTHEADR should have comment or be unexported src/cmd/link/internal/ld/pe.go:486:2: don't use underscores in Go names; var init_entry should be initEntry src/cmd/link/internal/ld/pe.go:889:1: exported function Peinit should have comment or be unexported src/cmd/link/internal/ld/pe.go:1315:1: exported function Asmbpe should have comment or be unexported src/cmd/link/internal/ld/symtab.go:80:79: don't use underscores in Go names; func parameter go_ should be go src/cmd/link/internal/ld/symtab.go:202:1: exported function Asmelfsym should have comment or be unexported src/cmd/link/internal/ld/symtab.go:223:83: don't use underscores in Go names; func parameter go_ should be go src/cmd/link/internal/ld/symtab.go:252:1: exported function Asmplan9sym should have comment or be unexported src/cmd/link/internal/ld/util.go:18:1: comment on exported function Cputime should be of the form "Cputime ..." src/cmd/link/internal/ld/util.go:72:1: exported function AtExit should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:56:2: exported const ElfDataNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:62:2: exported const ElfTypeNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:70:2: exported const ElfMachNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:101:2: exported const ElfAbiNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:118:2: exported const ElfSectNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:136:2: exported const ElfSymBindLocal should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:142:2: exported const ElfSymTypeNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:152:2: exported const ElfSymShnNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:158:2: exported const ElfProgNone should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:171:2: exported const ElfNotePrStatus should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadelf/ldelf.go:187:6: exported type ElfHdrBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:204:6: exported type ElfSectBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:217:6: exported type ElfProgBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:220:6: exported type ElfSymBytes should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:229:6: exported type ElfHdrBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:246:6: exported type ElfSectBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:259:6: exported type ElfProgBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:262:6: exported type ElfSymBytes64 should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:271:6: exported type ElfSect should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:274:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadelf/ldelf.go:287:6: exported type ElfObj should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:299:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadelf/ldelf.go:314:6: exported type ElfSym should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:319:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadelf/ldelf.go:325:5: exported var ElfMagic should have comment or be unexported src/cmd/link/internal/loadelf/ldelf.go:328:2: exported const TagFile should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadelf/ldelf.go:411:31: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadelf/ldelf.go:421:32: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadelf/ldelf.go:447:33: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadelf/ldelf.go:1001:21: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/loadmacho/ldmacho.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadmacho/ldmacho.go:75:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadmacho/ldmacho.go:118:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadmacho/ldmacho.go:134:2: don't use underscores in Go names; struct field type_ should be type src/cmd/link/internal/loadmacho/ldmacho.go:165:2: const LdMachoCpuVax should be LdMachoCPUVax src/cmd/link/internal/loadmacho/ldmacho.go:165:2: exported const LdMachoCpuVax should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadmacho/ldmacho.go:166:2: const LdMachoCpu68000 should be LdMachoCPU68000 src/cmd/link/internal/loadmacho/ldmacho.go:167:2: const LdMachoCpu386 should be LdMachoCPU386 src/cmd/link/internal/loadmacho/ldmacho.go:168:2: const LdMachoCpuAmd64 should be LdMachoCPUAmd64 src/cmd/link/internal/loadmacho/ldmacho.go:169:2: const LdMachoCpuMips should be LdMachoCPUMips src/cmd/link/internal/loadmacho/ldmacho.go:170:2: const LdMachoCpu98000 should be LdMachoCPU98000 src/cmd/link/internal/loadmacho/ldmacho.go:171:2: const LdMachoCpuHppa should be LdMachoCPUHppa src/cmd/link/internal/loadmacho/ldmacho.go:172:2: const LdMachoCpuArm should be LdMachoCPUArm src/cmd/link/internal/loadmacho/ldmacho.go:173:2: const LdMachoCpu88000 should be LdMachoCPU88000 src/cmd/link/internal/loadmacho/ldmacho.go:174:2: const LdMachoCpuSparc should be LdMachoCPUSparc src/cmd/link/internal/loadmacho/ldmacho.go:175:2: const LdMachoCpu860 should be LdMachoCPU860 src/cmd/link/internal/loadmacho/ldmacho.go:176:2: const LdMachoCpuAlpha should be LdMachoCPUAlpha src/cmd/link/internal/loadmacho/ldmacho.go:177:2: const LdMachoCpuPower should be LdMachoCPUPower src/cmd/link/internal/loadmacho/ldmacho.go:191:56: don't use underscores in Go names; func parameter type_ should be type src/cmd/link/internal/loadpe/ldpe.go:23:2: comment on exported const IMAGE_SYM_UNDEFINED should be of the form "IMAGE_SYM_UNDEFINED ..." src/cmd/link/internal/loadpe/ldpe.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:25:2: exported const IMAGE_SYM_ABSOLUTE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/loadpe/ldpe.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:34:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:66:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:98:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/loadpe/ldpe.go:336:32: error strings should not be capitalized or end with punctuation or a newline src/cmd/link/internal/mips/l.go:65:2: exported const MaxAlign should have comment (or a comment on this block) or be unexported src/cmd/link/internal/mips/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/mips64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/ppc64/asm.go:200:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/ppc64/asm.go:613:4: should replace val += 1 with val++ src/cmd/link/internal/ppc64/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/s390x/asm.go:98:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/s390x/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/link/internal/sym/attribute.go:28:2: exported const AttrCgoExportStatic should have comment (or a comment on this block) or be unexported src/cmd/link/internal/sym/attribute.go:81:1: exported method Attribute.DuplicateOK should have comment or be unexported src/cmd/link/internal/sym/attribute.go:82:1: exported method Attribute.External should have comment or be unexported src/cmd/link/internal/sym/attribute.go:83:1: exported method Attribute.NoSplit should have comment or be unexported src/cmd/link/internal/sym/attribute.go:84:1: exported method Attribute.Reachable should have comment or be unexported src/cmd/link/internal/sym/attribute.go:85:1: exported method Attribute.CgoExportDynamic should have comment or be unexported src/cmd/link/internal/sym/attribute.go:86:1: exported method Attribute.CgoExportStatic should have comment or be unexported src/cmd/link/internal/sym/attribute.go:87:1: exported method Attribute.Special should have comment or be unexported src/cmd/link/internal/sym/attribute.go:88:1: exported method Attribute.StackCheck should have comment or be unexported src/cmd/link/internal/sym/attribute.go:89:1: exported method Attribute.NotInSymbolTable should have comment or be unexported src/cmd/link/internal/sym/attribute.go:90:1: exported method Attribute.OnList should have comment or be unexported src/cmd/link/internal/sym/attribute.go:91:1: exported method Attribute.Local should have comment or be unexported src/cmd/link/internal/sym/attribute.go:92:1: exported method Attribute.ReflectMethod should have comment or be unexported src/cmd/link/internal/sym/attribute.go:93:1: exported method Attribute.MakeTypelink should have comment or be unexported src/cmd/link/internal/sym/attribute.go:94:1: exported method Attribute.Shared should have comment or be unexported src/cmd/link/internal/sym/attribute.go:95:1: exported method Attribute.VisibilityHidden should have comment or be unexported src/cmd/link/internal/sym/attribute.go:96:1: exported method Attribute.SubSymbol should have comment or be unexported src/cmd/link/internal/sym/attribute.go:97:1: exported method Attribute.Container should have comment or be unexported src/cmd/link/internal/sym/attribute.go:99:1: exported method Attribute.CgoExport should have comment or be unexported src/cmd/link/internal/sym/attribute.go:103:1: exported method Attribute.Set should have comment or be unexported src/cmd/link/internal/sym/library.go:7:6: exported type Library should have comment or be unexported src/cmd/link/internal/sym/reloc.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:40:2: exported const RV_NONE should have comment (or a comment on this block) or be unexported src/cmd/link/internal/sym/reloc.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/link/internal/sym/reloc.go:55:1: exported function RelocName should have comment or be unexported src/cmd/link/internal/sym/segment.go:38:6: exported type Segment should have comment or be unexported src/cmd/link/internal/sym/segment.go:47:6: exported type Section should have comment or be unexported src/cmd/link/internal/sym/symbol.go:57:1: exported method Symbol.ElfsymForReloc should have comment or be unexported src/cmd/link/internal/sym/symbol.go:62:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/link/internal/sym/symbol.go:67:1: exported method Symbol.Len should have comment or be unexported src/cmd/link/internal/sym/symbol.go:71:1: exported method Symbol.Grow should have comment or be unexported src/cmd/link/internal/sym/symbol.go:85:1: exported method Symbol.AddBytes should have comment or be unexported src/cmd/link/internal/sym/symbol.go:96:1: exported method Symbol.AddUint8 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:108:1: exported method Symbol.AddUint16 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:112:1: exported method Symbol.AddUint32 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:116:1: exported method Symbol.AddUint64 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:120:1: exported method Symbol.AddUint should have comment or be unexported src/cmd/link/internal/sym/symbol.go:124:1: exported method Symbol.SetUint8 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:128:1: exported method Symbol.SetUint32 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:132:1: exported method Symbol.SetUint should have comment or be unexported src/cmd/link/internal/sym/symbol.go:153:1: exported method Symbol.AddAddrPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:157:1: exported method Symbol.AddCURelativeAddrPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:161:1: exported method Symbol.AddPCRelPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:181:1: exported method Symbol.AddAddr should have comment or be unexported src/cmd/link/internal/sym/symbol.go:185:1: exported method Symbol.SetAddrPlus should have comment or be unexported src/cmd/link/internal/sym/symbol.go:204:1: exported method Symbol.SetAddr should have comment or be unexported src/cmd/link/internal/sym/symbol.go:208:1: exported method Symbol.AddSize should have comment or be unexported src/cmd/link/internal/sym/symbol.go:224:1: exported method Symbol.AddAddrPlus4 should have comment or be unexported src/cmd/link/internal/sym/symbol.go:241:1: exported method Symbol.AddRel should have comment or be unexported src/cmd/link/internal/sym/symbol.go:246:1: exported method Symbol.AddUintXX should have comment or be unexported src/cmd/link/internal/sym/symbol.go:350:6: exported type FuncInfo should have comment or be unexported src/cmd/link/internal/sym/symbol.go:373:6: exported type Pcdata should have comment or be unexported src/cmd/link/internal/sym/symbol.go:377:6: exported type Auto should have comment or be unexported src/cmd/link/internal/sym/symbols.go:33:6: exported type Symbols should have comment or be unexported src/cmd/link/internal/sym/symbols.go:42:1: exported function NewSymbols should have comment or be unexported src/cmd/link/internal/sym/symbols.go:53:1: exported method Symbols.Newsym should have comment or be unexported src/cmd/link/internal/sym/symbols.go:71:1: comment on exported method Symbols.Lookup should be of the form "Lookup ..." src/cmd/link/internal/sym/symbols.go:85:1: comment on exported method Symbols.ROLookup should be of the form "ROLookup ..." src/cmd/link/internal/sym/symbols.go:91:1: comment on exported method Symbols.IncVersion should be of the form "IncVersion ..." src/cmd/link/internal/sym/symkind.go:34:6: type name will be used as sym.SymKind by other packages, and that stutters; consider calling this Kind src/cmd/link/internal/x86/asm.go:163:2: don't use underscores in Go names; var initarray_entry should be initarrayEntry src/cmd/link/internal/x86/obj.go:40:1: exported function Init should have comment or be unexported src/cmd/trace/trace.go:165:6: func httpJsonTrace should be httpJSONTrace src/cmd/trace/trace.go:252:6: exported type Range should have comment or be unexported src/cmd/trace/trace.go:367:6: exported type ViewerData should have comment or be unexported src/cmd/trace/trace.go:376:6: exported type ViewerEvent should have comment or be unexported src/cmd/trace/trace.go:392:6: exported type ViewerFrame should have comment or be unexported src/cmd/trace/trace.go:397:6: exported type NameArg should have comment or be unexported src/cmd/trace/trace.go:401:6: exported type SortIndexArg should have comment or be unexported src/cmd/trace/trace.go:715:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:116:1: exported method Name.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:120:1: exported method Name.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:127:1: exported method Name.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:161:1: exported method Typed.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:168:1: exported method Typed.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:190:1: exported method Typed.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:219:1: exported method Qualified.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:226:1: exported method Qualified.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:248:1: exported method Qualified.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:305:1: exported method Template.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:314:1: exported method Template.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:343:1: exported method Template.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:381:1: exported method TemplateParam.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:386:1: exported method TemplateParam.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:393:1: exported method TemplateParam.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:428:1: exported method TypeWithQualifiers.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:434:1: exported method TypeWithQualifiers.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:449:1: exported method TypeWithQualifiers.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:493:1: exported method MethodWithQualifiers.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:499:1: exported method MethodWithQualifiers.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:514:1: exported method MethodWithQualifiers.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:542:1: exported method BuiltinType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:546:1: exported method BuiltinType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:553:1: exported method BuiltinType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:585:1: exported method PointerType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:591:1: exported method PointerType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:606:1: exported method PointerType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:628:1: exported method ReferenceType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:634:1: exported method ReferenceType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:649:1: exported method ReferenceType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:671:1: exported method RvalueReferenceType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:677:1: exported method RvalueReferenceType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:692:1: exported method RvalueReferenceType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:714:1: exported method ComplexType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:720:1: exported method ComplexType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:735:1: exported method ComplexType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:757:1: exported method ImaginaryType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:763:1: exported method ImaginaryType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:778:1: exported method ImaginaryType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:806:1: exported method VendorQualifier.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:813:1: exported method VendorQualifier.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:835:1: exported method VendorQualifier.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:895:1: exported method ArrayType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:902:1: exported method ArrayType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:924:1: exported method ArrayType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1013:1: exported method FunctionType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1024:1: exported method FunctionType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1058:1: exported method FunctionType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1096:1: exported method FunctionParam.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1100:1: exported method FunctionParam.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1107:1: exported method FunctionParam.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1137:1: exported method PtrMem.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1144:1: exported method PtrMem.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1166:1: exported method PtrMem.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1200:1: exported method FixedType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1206:1: exported method FixedType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1221:1: exported method FixedType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1251:1: exported method VectorType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1258:1: exported method VectorType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1280:1: exported method VectorType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1301:1: exported method Decltype.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1307:1: exported method Decltype.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1322:1: exported method Decltype.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1346:1: exported method Operator.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1350:1: exported method Operator.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1357:1: exported method Operator.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1374:1: exported method Constructor.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1380:1: exported method Constructor.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1395:1: exported method Constructor.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1413:1: exported method Destructor.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1419:1: exported method Destructor.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1434:1: exported method Destructor.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1459:1: exported method GlobalCDtor.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1465:1: exported method GlobalCDtor.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1480:1: exported method GlobalCDtor.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1502:1: exported method TaggedName.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1509:1: exported method TaggedName.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1531:1: exported method TaggedName.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1558:1: exported method PackExpansion.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1565:1: exported method PackExpansion.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1580:1: exported method PackExpansion.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1603:1: exported method ArgumentPack.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1611:1: exported method ArgumentPack.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1636:1: exported method ArgumentPack.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1661:1: exported method SizeofPack.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1666:1: exported method SizeofPack.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1677:1: exported method SizeofPack.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1705:1: exported method SizeofArgs.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1713:1: exported method SizeofArgs.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1738:1: exported method SizeofArgs.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1766:1: exported method Cast.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1772:1: exported method Cast.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1787:1: exported method Cast.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1832:1: exported method Nullary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1838:1: exported method Nullary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1853:1: exported method Nullary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1912:1: exported method Unary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1919:1: exported method Unary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:1941:1: exported method Unary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2019:1: exported method Binary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2027:1: exported method Binary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2053:1: exported method Binary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2080:1: exported method Trinary.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2089:1: exported method Trinary.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2119:1: exported method Trinary.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2172:1: exported method Fold.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2182:1: exported method Fold.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2211:1: exported method Fold.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2220:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2249:1: exported method New.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2262:1: exported method New.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2298:1: exported method New.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2386:1: exported method Literal.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2392:1: exported method Literal.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2407:1: exported method Literal.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2436:1: exported method ExprList.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2444:1: exported method ExprList.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2469:1: exported method ExprList.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2501:1: exported method InitializerList.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2510:1: exported method InitializerList.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2535:1: exported method InitializerList.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2561:1: exported method DefaultArg.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2567:1: exported method DefaultArg.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2582:1: exported method DefaultArg.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2608:1: exported method Closure.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2616:1: exported method Closure.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2641:1: exported method Closure.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2668:1: exported method UnnamedType.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2672:1: exported method UnnamedType.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2679:1: exported method UnnamedType.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2698:1: exported method Clone.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2704:1: exported method Clone.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2719:1: exported method Clone.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2740:1: exported method Special.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2746:1: exported method Special.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2761:1: exported method Special.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2785:1: exported method Special2.Traverse should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2792:1: exported method Special2.Copy should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go:2814:1: exported method Special2.GoString should have comment or be unexported src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:24:2: comment on exported const NoParams should be of the form "NoParams ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:27:2: comment on exported const NoTemplateParams should be of the form "NoTemplateParams ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:30:2: comment on exported const NoClones should be of the form "NoClones ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:34:2: comment on exported const Verbose should be of the form "Verbose ..." src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:119:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:826:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:847:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:854:9: should omit type AST from declaration of var n; it will be inferred from the right-hand side src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:1889:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go:2310:9: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:131:2: don't use underscores in Go names; const arg_APSR should be argAPSR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:132:2: don't use underscores in Go names; const arg_FPSCR should be argFPSCR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:133:2: don't use underscores in Go names; const arg_Dn_half should be argDnHalf src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:134:2: don't use underscores in Go names; const arg_R1_0 should be argR1_0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:135:2: don't use underscores in Go names; const arg_R1_12 should be argR1_12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:136:2: don't use underscores in Go names; const arg_R2_0 should be argR2_0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:137:2: don't use underscores in Go names; const arg_R2_12 should be argR2_12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:138:2: don't use underscores in Go names; const arg_R_0 should be argR0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:139:2: don't use underscores in Go names; const arg_R_12 should be argR12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:140:2: don't use underscores in Go names; const arg_R_12_nzcv should be argR12Nzcv src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:141:2: don't use underscores in Go names; const arg_R_16 should be argR16 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:142:2: don't use underscores in Go names; const arg_R_16_WB should be argR16WB src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:143:2: don't use underscores in Go names; const arg_R_8 should be argR8 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:144:2: don't use underscores in Go names; const arg_R_rotate should be argRRotate src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:145:2: don't use underscores in Go names; const arg_R_shift_R should be argRShiftR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:146:2: don't use underscores in Go names; const arg_R_shift_imm should be argRShiftImm src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:147:2: don't use underscores in Go names; const arg_SP should be argSP src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:148:2: don't use underscores in Go names; const arg_Sd should be argSd src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:149:2: don't use underscores in Go names; const arg_Sd_Dd should be argSdDd src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:150:2: don't use underscores in Go names; const arg_Dd_Sd should be argDdSd src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:151:2: don't use underscores in Go names; const arg_Sm should be argSm src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:152:2: don't use underscores in Go names; const arg_Sm_Dm should be argSmDm src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:153:2: don't use underscores in Go names; const arg_Sn should be argSn src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:154:2: don't use underscores in Go names; const arg_Sn_Dn should be argSnDn src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:155:2: don't use underscores in Go names; const arg_const should be argConst src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:156:2: don't use underscores in Go names; const arg_endian should be argEndian src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:157:2: don't use underscores in Go names; const arg_fbits should be argFbits src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:158:2: don't use underscores in Go names; const arg_fp_0 should be argFp0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:159:2: don't use underscores in Go names; const arg_imm24 should be argImm24 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:160:2: don't use underscores in Go names; const arg_imm5 should be argImm5 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:161:2: don't use underscores in Go names; const arg_imm5_32 should be argImm5_32 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:162:2: don't use underscores in Go names; const arg_imm5_nz should be argImm5Nz src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:163:2: don't use underscores in Go names; const arg_imm_12at8_4at0 should be argImm12at8_4at0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:164:2: don't use underscores in Go names; const arg_imm_4at16_12at0 should be argImm4at16_12at0 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:165:2: don't use underscores in Go names; const arg_imm_vfp should be argImmVfp src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:166:2: don't use underscores in Go names; const arg_label24 should be argLabel24 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:167:2: don't use underscores in Go names; const arg_label24H should be argLabel24H src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:168:2: don't use underscores in Go names; const arg_label_m_12 should be argLabelM12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:169:2: don't use underscores in Go names; const arg_label_p_12 should be argLabelP12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:170:2: don't use underscores in Go names; const arg_label_pm_12 should be argLabelPm12 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:171:2: don't use underscores in Go names; const arg_label_pm_4_4 should be argLabelPm4_4 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:172:2: don't use underscores in Go names; const arg_lsb_width should be argLsbWidth src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:173:2: don't use underscores in Go names; const arg_mem_R should be argMemR src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:174:2: don't use underscores in Go names; const arg_mem_R_pm_R_W should be argMemRPmRW src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:175:2: don't use underscores in Go names; const arg_mem_R_pm_R_postindex should be argMemRPmRPostindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:176:2: don't use underscores in Go names; const arg_mem_R_pm_R_shift_imm_W should be argMemRPmRShiftImmW src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:177:2: don't use underscores in Go names; const arg_mem_R_pm_R_shift_imm_offset should be argMemRPmRShiftImmOffset src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:178:2: don't use underscores in Go names; const arg_mem_R_pm_R_shift_imm_postindex should be argMemRPmRShiftImmPostindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:179:2: don't use underscores in Go names; const arg_mem_R_pm_imm12_W should be argMemRPmImm12W src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:180:2: don't use underscores in Go names; const arg_mem_R_pm_imm12_offset should be argMemRPmImm12Offset src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:181:2: don't use underscores in Go names; const arg_mem_R_pm_imm12_postindex should be argMemRPmImm12Postindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:182:2: don't use underscores in Go names; const arg_mem_R_pm_imm8_W should be argMemRPmImm8W src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:183:2: don't use underscores in Go names; const arg_mem_R_pm_imm8_postindex should be argMemRPmImm8Postindex src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:184:2: don't use underscores in Go names; const arg_mem_R_pm_imm8at0_offset should be argMemRPmImm8at0Offset src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:185:2: don't use underscores in Go names; const arg_option should be argOption src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:186:2: don't use underscores in Go names; const arg_registers should be argRegisters src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:187:2: don't use underscores in Go names; const arg_registers1 should be argRegisters1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:188:2: don't use underscores in Go names; const arg_registers2 should be argRegisters2 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:189:2: don't use underscores in Go names; const arg_satimm4 should be argSatimm4 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:190:2: don't use underscores in Go names; const arg_satimm5 should be argSatimm5 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:191:2: don't use underscores in Go names; const arg_satimm4m1 should be argSatimm4m1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:192:2: don't use underscores in Go names; const arg_satimm5m1 should be argSatimm5m1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:193:2: don't use underscores in Go names; const arg_widthm1 should be argWidthm1 src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:272:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:290:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/decode.go:310:10: if block ends with a return statement, so drop this else and outdent its block src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:17:2: exported const ModeARM should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:83:6: exported type Float32Imm should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:85:1: exported method Float32Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:91:6: exported type Float64Imm should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:93:1: exported method Float64Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:102:1: exported method Imm.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:114:1: exported method ImmAlt.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:116:1: exported method ImmAlt.Imm should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:129:1: exported method Label.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:140:2: exported const R0 should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:224:2: don't use underscores in Go names; const APSR_nzcv should be APSRNzcv src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:232:1: exported method Reg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:272:1: exported method RegX.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:282:1: exported method RegList.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:302:2: exported const LittleEndian should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:306:1: exported method Endian.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:319:2: exported const ShiftLeft should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:344:1: exported method RegShift.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:357:1: exported method RegShiftReg.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:368:1: exported method PCRel.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:379:2: exported const AddrPostIndex should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:383:2: don't use underscores in Go names; const AddrLDM_WB should be AddrLDMWB src/cmd/vendor/golang.org/x/arch/arm/armasm/inst.go:400:1: exported method Mem.IsArg should have comment or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:20:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:20:2: exported const ADC_EQ should have comment (or a comment on this block) or be unexported src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:21:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:22:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:23:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:24:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:25:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:26:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:27:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:28:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:29:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:30:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:31:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:32:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:33:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:35:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:36:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:37:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:38:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:39:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:40:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:41:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:42:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:43:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:44:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:45:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:46:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:47:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:48:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:49:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:50:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:51:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:52:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:53:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:54:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:55:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:56:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:57:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:58:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:59:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:60:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:61:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:62:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:63:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:64:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:65:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:67:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:68:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:69:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:70:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:71:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:72:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:73:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:74:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:75:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:76:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:77:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:78:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:79:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:80:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:81:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:82:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:83:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:84:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:85:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:86:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:87:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:88:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:89:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:90:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:91:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:92:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:93:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:94:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:95:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:96:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:97:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:99:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:148:2: don't use underscores in Go names; const B_EQ should be BEQ src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:149:2: don't use underscores in Go names; const B_NE should be BNE src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:150:2: don't use underscores in Go names; const B_CS should be BCS src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:151:2: don't use underscores in Go names; const B_CC should be BCC src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:152:2: don't use underscores in Go names; const B_MI should be BMI src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:153:2: don't use underscores in Go names; const B_PL should be BPL src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:154:2: don't use underscores in Go names; const B_VS should be BVS src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:155:2: don't use underscores in Go names; const B_VC should be BVC src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:156:2: don't use underscores in Go names; const B_HI should be BHI src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:157:2: don't use underscores in Go names; const B_LS should be BLS src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:158:2: don't use underscores in Go names; const B_GE should be BGE src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:159:2: don't use underscores in Go names; const B_LT should be BLT src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:160:2: don't use underscores in Go names; const B_GT should be BGT src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:161:2: don't use underscores in Go names; const B_LE should be BLE src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:163:2: don't use underscores in Go names; const B_ZZ should be BZZ src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:426:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:458:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:644:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:645:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:646:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:647:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:648:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:649:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:666:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:682:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:698:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:714:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:730:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:746:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:762:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:810:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:842:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:850:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:874:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:898:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:906:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:922:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:938:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:970:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1034:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1066:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1074:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1098:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1274:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1402:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1442:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1450:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1466:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1482:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1498:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1514:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1530:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1546:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1562:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1578:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1594:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1610:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1626:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1658:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1674:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1690:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1706:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1722:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1738:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1754:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1770:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1802:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1834:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1850:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1866:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1882:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1898:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1914:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1930:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1946:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1962:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1978:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:1999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2010:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2042:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2058:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2074:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2090:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2394:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2426:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2442:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2458:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2644:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2645:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2646:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2647:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2648:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2649:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2666:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2682:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2698:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2714:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2722:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2730:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2746:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2762:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2770:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2810:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2842:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2874:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2906:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2922:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2938:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2970:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:2999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3034:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3066:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3098:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3194:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3274:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3338:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3354:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3402:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3450:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3466:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3482:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3498:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3514:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3530:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3546:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3562:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3578:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3594:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3610:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3626:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3642:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3644:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3645:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3646:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3647:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3648:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3649:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3650:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3651:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3652:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3653:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3654:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3655:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3656:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3657:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3658:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3659:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3660:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3661:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3662:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3663:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3664:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3665:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3666:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3667:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3668:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3669:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3670:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3671:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3672:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3673:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3674:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3675:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3676:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3677:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3678:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3679:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3680:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3681:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3682:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3683:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3684:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3685:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3686:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3687:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3688:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3689:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3690:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3691:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3692:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3693:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3694:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3695:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3696:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3697:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3698:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3699:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3700:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3701:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3702:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3703:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3704:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3705:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3706:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3707:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3708:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3709:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3710:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3711:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3712:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3713:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3714:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3715:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3716:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3717:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3718:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3719:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3720:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3721:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3722:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3723:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3724:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3725:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3726:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3727:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3728:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3729:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3730:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3731:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3732:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3733:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3734:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3735:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3736:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3737:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3738:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3739:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3740:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3741:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3742:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3743:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3744:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3745:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3746:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3747:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3748:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3749:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3750:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3751:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3752:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3753:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3754:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3755:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3756:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3757:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3758:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3759:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3760:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3761:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3762:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3763:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3764:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3765:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3766:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3767:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3768:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3769:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3770:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3771:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3772:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3773:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3774:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3775:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3776:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3777:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3778:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3779:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3780:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3781:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3782:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3783:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3784:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3785:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3786:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3787:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3788:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3789:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3790:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3791:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3792:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3793:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3794:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3795:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3796:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3797:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3798:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3799:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3800:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3801:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3802:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3803:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3804:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3805:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3806:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3807:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3808:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3809:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3810:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3811:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3812:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3813:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3814:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3815:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3816:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3817:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3818:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3819:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3820:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3821:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3822:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3823:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3824:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3825:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3826:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3827:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3828:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3829:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3830:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3831:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3832:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3833:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3834:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3835:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3836:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3837:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3838:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3839:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3840:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3841:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3842:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3843:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3844:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3845:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3846:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3847:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3848:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3849:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3850:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3851:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3852:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3853:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3854:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3855:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3856:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3857:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3858:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3859:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3860:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3861:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3862:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3863:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3864:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3865:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3866:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3867:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3868:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3869:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3870:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3871:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3872:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3873:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3874:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3875:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3876:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3877:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3878:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3879:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3880:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3881:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3882:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3883:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3884:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3885:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3886:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3887:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3888:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3889:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3890:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3891:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3892:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3893:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3894:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3895:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3896:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3897:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3898:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3899:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3900:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3901:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3902:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3903:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3904:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3905:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3906:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3907:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3908:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3909:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3910:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3911:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3912:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3913:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3914:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3915:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3916:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3917:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3918:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3919:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3920:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3921:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3922:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3923:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3924:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3925:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3926:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3927:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3928:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3929:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3930:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3931:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3932:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3933:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3934:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3935:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3936:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3937:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3938:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3939:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3940:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3941:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3942:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3943:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3944:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3945:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3946:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3947:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3948:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3949:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3950:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3951:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3952:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3953:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3954:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3955:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3956:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3957:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3958:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3959:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3960:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3961:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3962:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3963:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3964:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3965:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3966:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3967:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3968:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3969:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3970:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3971:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3972:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3973:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3974:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3975:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3976:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3977:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3978:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3979:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3980:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3981:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3982:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3983:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3984:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3985:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3986:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3987:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3988:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3989:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3990:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3991:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3992:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3993:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3994:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3995:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3996:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3997:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3998:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:3999:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4000:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4001:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4002:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4003:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4004:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4005:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4006:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4007:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4008:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4009:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4010:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4011:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4012:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4013:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4014:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4015:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4016:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4017:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4018:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4019:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4020:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4021:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4022:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4023:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4024:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4025:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4026:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4027:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4028:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4029:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4030:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4031:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4032:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4033:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4034:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4035:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4036:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4037:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4038:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4039:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4040:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4041:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4042:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4043:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4044:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4045:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4046:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4047:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4048:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4049:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4050:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4051:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4052:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4053:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4054:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4055:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4056:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4057:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4058:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4059:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4060:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4061:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4062:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4063:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4064:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4065:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4066:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4067:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4068:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4069:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4070:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4071:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4072:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4073:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4074:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4075:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4076:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4077:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4078:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4079:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4080:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4081:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4082:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4083:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4084:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4085:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4086:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4087:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4088:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4089:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4090:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4091:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4092:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4093:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4094:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4095:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4096:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4097:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4098:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4099:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4100:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4101:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4102:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4103:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4104:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4105:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4106:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4107:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4108:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4109:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4110:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4111:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4112:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4113:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4114:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4115:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4116:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4117:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4118:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4119:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4120:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4121:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4122:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4123:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4124:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4125:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4126:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4127:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4128:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4129:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4130:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4131:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4132:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4133:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4134:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4135:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4136:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4137:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4138:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4139:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4140:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4141:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4142:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4143:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4144:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4145:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4146:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4147:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4148:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4149:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4150:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4151:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4152:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4153:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4154:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4155:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4156:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4157:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4158:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4159:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4160:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4161:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4162:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4163:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4164:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4165:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4166:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4167:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4168:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4169:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4170:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4171:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4172:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4173:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4174:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4175:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4176:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4177:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4178:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4179:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4180:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4181:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4182:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4183:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4184:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4185:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4186:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4187:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4188:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4189:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4190:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4191:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4192:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4193:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4195:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4196:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4197:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4198:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4199:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4200:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4201:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4202:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4203:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4204:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4205:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4206:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4207:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4208:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4209:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4210:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4211:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4212:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4213:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4214:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4215:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4216:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4217:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4218:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4219:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4220:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4221:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4222:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4223:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4224:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4225:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4226:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4227:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4228:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4229:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4230:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4231:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4232:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4233:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4234:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4235:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4236:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4237:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4238:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4239:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4240:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4241:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4242:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4243:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4244:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4245:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4246:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4247:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4248:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4249:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4250:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4251:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4252:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4253:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4254:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4255:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4256:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4257:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4258:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4259:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4260:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4261:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4262:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4263:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4264:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4265:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4266:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4267:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4268:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4269:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4270:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4271:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4272:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4273:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4275:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4276:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4277:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4278:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4279:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4280:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4281:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4282:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4283:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4284:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4285:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4286:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4287:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4288:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4289:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4290:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4291:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4292:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4293:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4294:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4295:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4296:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4297:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4298:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4299:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4300:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4301:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4302:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4303:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4304:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4305:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4306:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4307:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4308:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4309:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4310:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4311:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4312:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4313:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4314:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4315:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4316:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4317:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4318:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4319:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4320:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4321:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4322:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4323:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4324:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4325:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4326:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4327:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4328:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4329:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4330:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4331:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4332:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4333:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4334:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4335:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4336:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4337:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4339:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4340:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4341:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4342:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4343:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4344:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4345:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4346:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4347:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4348:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4349:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4350:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4351:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4352:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4353:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4355:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4356:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4357:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4358:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4359:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4360:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4361:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4362:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4363:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4364:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4365:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4366:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4367:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4368:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4369:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4370:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4371:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4372:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4373:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4374:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4375:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4376:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4377:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4378:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4379:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4380:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4381:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4382:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4383:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4384:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4385:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4386:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4387:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4388:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4389:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4390:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4391:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4392:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4393:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4394:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4395:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4396:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4397:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4398:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4399:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4400:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4401:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4402:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4403:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4404:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4405:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4406:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4407:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4408:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4409:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4410:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4411:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4412:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4413:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4414:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4415:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4416:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4417:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4418:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4419:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4420:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4421:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4422:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4423:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4424:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4425:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4426:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4427:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4428:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4429:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4430:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4431:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4432:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4433:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4434:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4435:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4436:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4437:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4438:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4439:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4440:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4441:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4442:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4443:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4444:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4445:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4446:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4447:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4448:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4449:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4450:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4451:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4452:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4453:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4454:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4455:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4456:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4457:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4458:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4459:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4460:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4461:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4462:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4463:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4464:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4465:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4466:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4467:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4468:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4469:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4470:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4471:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4472:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4473:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4474:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4475:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4476:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4477:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4478:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4479:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4480:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4481:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4482:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4483:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4484:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4485:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4486:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4487:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4488:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4489:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4490:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4491:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4492:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4493:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4494:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4495:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4496:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4497:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4498:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4499:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4500:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4501:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4502:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4503:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4504:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4505:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4506:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4507:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4508:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4509:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4510:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4511:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4512:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4513:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4514:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4515:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4516:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4517:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4518:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4519:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4520:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4521:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4522:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4523:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4524:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4525:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4526:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4527:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4528:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4529:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4530:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4531:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4532:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4533:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4534:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4535:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4536:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4537:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4538:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4539:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4540:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4541:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4542:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4543:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4544:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4545:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4546:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4547:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4548:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4549:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4550:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4551:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4552:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4553:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4554:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4555:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4556:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4557:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4558:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4559:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4560:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4561:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4563:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4564:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4565:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4566:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4567:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4568:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4569:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4570:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4571:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4572:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4573:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4574:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4575:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4576:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4577:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4578:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4579:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4580:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4581:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4582:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4583:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4584:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4585:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4586:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4587:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4588:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4589:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4590:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4591:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4592:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4593:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4594:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4595:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4596:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4597:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4598:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4599:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4600:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4601:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4602:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4603:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4604:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4605:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4606:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4607:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4608:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4609:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4611:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4612:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4613:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4614:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4615:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4616:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4617:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4618:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4619:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4620:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4621:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4622:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4623:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4624:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4625:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4627:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4628:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4629:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4630:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4631:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4632:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4633:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4634:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4635:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4636:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4637:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4638:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4639:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4640:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4641:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go:4643:2: don't use ALL_CAPS in Go names; use CamelCase src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:182:2: don't use underscores in Go names; const arg_Bt should be argBt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:183:2: don't use underscores in Go names; const arg_Cm should be argCm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:184:2: don't use underscores in Go names; const arg_Cn should be argCn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:185:2: don't use underscores in Go names; const arg_cond_AllowALNV_Normal should be argCondAllowALNVNormal src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:186:2: don't use underscores in Go names; const arg_conditional should be argConditional src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:187:2: don't use underscores in Go names; const arg_cond_NotAllowALNV_Invert should be argCondNotAllowALNVInvert src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:188:2: don't use underscores in Go names; const arg_Da should be argDa src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:189:2: don't use underscores in Go names; const arg_Dd should be argDd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:190:2: don't use underscores in Go names; const arg_Dm should be argDm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:191:2: don't use underscores in Go names; const arg_Dn should be argDn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:192:2: don't use underscores in Go names; const arg_Dt should be argDt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:193:2: don't use underscores in Go names; const arg_Dt2 should be argDt2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:194:2: don't use underscores in Go names; const arg_Hd should be argHd src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:195:2: don't use underscores in Go names; const arg_Hn should be argHn src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:196:2: don't use underscores in Go names; const arg_Ht should be argHt src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:197:2: don't use underscores in Go names; const arg_IAddSub should be argIAddSub src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:198:2: don't use underscores in Go names; const arg_immediate_0_127_CRm_op2 should be argImmediate0_127CRmOp2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:199:2: don't use underscores in Go names; const arg_immediate_0_15_CRm should be argImmediate0_15CRm src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:200:2: don't use underscores in Go names; const arg_immediate_0_15_nzcv should be argImmediate0_15Nzcv src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:201:2: don't use underscores in Go names; const arg_immediate_0_31_imm5 should be argImmediate0_31Imm5 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:202:2: don't use underscores in Go names; const arg_immediate_0_31_immr should be argImmediate0_31Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:203:2: don't use underscores in Go names; const arg_immediate_0_31_imms should be argImmediate0_31Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:204:2: don't use underscores in Go names; const arg_immediate_0_63_b5_b40 should be argImmediate0_63B5B40 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:205:2: don't use underscores in Go names; const arg_immediate_0_63_immh_immb__UIntimmhimmb64_8 should be argImmediate0_63ImmhImmbUIntimmhimmb64_8 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:206:2: don't use underscores in Go names; const arg_immediate_0_63_immr should be argImmediate0_63Immr src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:207:2: don't use underscores in Go names; const arg_immediate_0_63_imms should be argImmediate0_63Imms src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:208:2: don't use underscores in Go names; const arg_immediate_0_65535_imm16 should be argImmediate0_65535Imm16 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:209:2: don't use underscores in Go names; const arg_immediate_0_7_op1 should be argImmediate0_7Op1 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:210:2: don't use underscores in Go names; const arg_immediate_0_7_op2 should be argImmediate0_7Op2 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:211:2: don't use underscores in Go names; const arg_immediate_0_width_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__UIntimmhimmb8_1__UIntimmhimmb16_2__UIntimmhimmb32_4 should be argImmediate0WidthImmhImmbSEEAdvancedSIMDmodifiedimmediate0UIntimmhimmb8_1UIntimmhimmb16_2UIntimmhimmb32_4 src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go:212:2: don't use underscores in Go names; const arg_immediate_0_width_immh_immb__SEEAdvancedSIMDmodifiedimmediate_0__UIntimmhimmb8_1__UIntimmhimmb16_2__UIntimmhimmb32_4__UIntimmhimmb64_8 should be argImmediate0WidthImmhImmbSEEAdvancedSIMDmodifiedimmediate0UIntimmhimmb8_1UInt