Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dexport_test.go52 type Conf struct { struct
53 config *Config
54 tb testing.TB
55 fe Frontend
58 func (c *Conf) Frontend() Frontend {
74 func (c *Conf) Temp(typ *types.Type) *ir.Name {
Dshift_test.go33 func makeConstShiftFunc(c *Conf, amount int64, op Op, typ *types.Type) fun {
91 func makeShiftExtensionFunc(c *Conf, amount int64, lshift, rshift Op, typ *types.Type) fun {