Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for genResult0 (0.12 sec)

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

    	return pos, checkOp
    }
    
    func genResult(rr *RuleRewrite, arch arch, result, pos string) {
    	move := result[0] == '@'
    	if move {
    		// parse @block directive
    		s := strings.SplitN(result[1:], " ", 2)
    		rr.add(stmtf("b = %s", s[0]))
    		result = s[1]
    	}
    	cse := make(map[string]string)
    	genResult0(rr, arch, result, true, move, pos, cse)
    }
    
    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