Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 101 of 101 for expectGet (0.08 sec)

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

    		expect = 1
    	case AVLD2, AVST2, AVLD2R:
    		expect = 2
    	case AVLD3, AVST3, AVLD3R:
    		expect = 3
    	case AVLD4, AVST4, AVLD4R:
    		expect = 4
    	}
    
    	if expect != n {
    		c.ctxt.Diag("expected %d registers, got %d: %v.", expect, n, p)
    	}
    }
    
    /* checkShiftAmount checks whether the index shift amount is valid */
    /* for load with register offset instructions */
    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