Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for oregclass (0.09 sec)

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

    			return C_UAUTO32K_16
    		}
    		if l&7 == 0 {
    			return C_UAUTO32K
    		}
    	}
    	if l <= 65520 && (l&15) == 0 {
    		return C_UAUTO64K
    	}
    	return C_LAUTO
    }
    
    func oregclass(l int64) int {
    	return autoclass(l) - C_ZAUTO + C_ZOREG
    }
    
    /*
     * given an offset v and a class c (see above)
     * return the offset value to use in the instruction,
     * scaled if necessary
     */
    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