Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cheapComputableIndex (0.43 sec)

  1. src/cmd/compile/internal/walk/range.go

    	"cmd/compile/internal/reflectdata"
    	"cmd/compile/internal/ssagen"
    	"cmd/compile/internal/typecheck"
    	"cmd/compile/internal/types"
    	"cmd/internal/src"
    	"cmd/internal/sys"
    )
    
    func cheapComputableIndex(width int64) bool {
    	switch ssagen.Arch.LinkArch.Family {
    	// MIPS does not have R+R addressing
    	// Arm64 may lack ability to generate this code in our assembler,
    	// but the architecture supports it.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 14:52:33 UTC 2023
    - 17.6K bytes
    - Viewed (0)
Back to top