Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseEllipsisRules (0.21 sec)

  1. src/cmd/compile/internal/ssa/_gen/rulegen.go

    	genFile := &File{Arch: arch, Suffix: suff}
    	// Main rewrite routine is a switch on v.Op.
    	fn := &Func{Kind: "Value", ArgLen: -1}
    
    	sw := &Switch{Expr: exprf("v.Op")}
    	for _, op := range ops {
    		eop, ok := parseEllipsisRules(oprules[op], arch)
    		if ok {
    			if strings.Contains(oprules[op][0].Rule, "=>") && opByName(arch, op).aux != opByName(arch, eop).aux {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Sep 02 22:09:21 UTC 2023
    - 48.7K bytes
    - Viewed (0)
Back to top