go/src/cmd/compile/internal/ppc64/ssa.go

// ssaMarkMoves marks any MOVXconst ops that need to avoid clobbering flags.
func ssaMarkMoves(s *ssagen.State, b *ssa.Block) {}

// loadByType returns the load instruction of the given type.
func loadByType(t *types.Type) obj.As {}

// storeByType returns the store instruction of the given type.
func storeByType(t *types.Type) obj.As {}

func ssaGenValue(s *ssagen.State, v *ssa.Value) {}

var blockJump

func ssaGenBlock(s *ssagen.State, b, next *ssa.Block) {}

func loadRegResult(s *ssagen.State, f *ssa.Func, t *types.Type, reg int16, n *ir.Name, off int64) *obj.Prog {}

func spillArgReg(pp *objw.Progs, p *obj.Prog, f *ssa.Func, t *types.Type, reg int16, n *ir.Name, off int64) *obj.Prog {}