Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for But (0.03 sec)

  1. src/cmd/compile/internal/ssa/config.go

    		c.floatParamRegs = paramFloatRegPPC64
    		c.FPReg = framepointerRegPPC64
    		c.LinkReg = linkRegPPC64
    		c.hasGReg = true
    		c.unalignedOK = true
    		// Note: ppc64 has register bswap ops only when GOPPC64>=10.
    		// But it has bswap+load and bswap+store ops for all ppc64 variants.
    		// That is the sense we're using them here - they are only used
    		// in contexts where they can be merged with a load or store.
    		c.haveBswap64 = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top