Home
last modified time | relevance | path

Searched defs:wantedAsmOpcode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/testdir/
Dtestdir_test.go1500 type wantedAsmOpcode struct { struct
1501 fileline string // original source file/line (eg: "/path/foo.go:45")
1502 line int // original source line
1503 opcode *regexp.Regexp // opcode check to be performed on assembly output
1504 negative bool // true if the check is supposed to fail rather than pass
1505 found bool // true if the opcode check matched at least one in the output