Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkOffset (0.3 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	if index < 0 || index > maxindex {
    		c.ctxt.Diag("register element index out of range 0 to %d: %v", maxindex, p)
    	}
    }
    
    /* checkoffset checks whether the immediate offset is valid for VLD[1-4].P and VST[1-4].P */
    func (c *ctxt7) checkoffset(p *obj.Prog, as obj.As) {
    	var offset, list, n, expect int64
    	switch as {
    	case AVLD1, AVLD2, AVLD3, AVLD4, AVLD1R, AVLD2R, AVLD3R, AVLD4R:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top