Searched defs:wantedAsmOpcode (Results 1 – 1 of 1) sorted by relevance
1500 type wantedAsmOpcode struct { struct1501 fileline string // original source file/line (eg: "/path/foo.go:45")1502 line int // original source line1503 opcode *regexp.Regexp // opcode check to be performed on assembly output1504 negative bool // true if the check is supposed to fail rather than pass1505 found bool // true if the opcode check matched at least one in the output