Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SUBVU (0.03 sec)

  1. src/runtime/sys_linux_loong64.s

    	MOVV	n+8(FP), R5
    	MOVW	prot+16(FP), R6
    	MOVW	flags+20(FP), R7
    	MOVW	fd+24(FP), R8
    	MOVW	off+28(FP), R9
    
    	MOVV	$SYS_mmap, R11
    	SYSCALL
    	MOVW	$-4096, R5
    	BGEU	R5, R4, ok
    	MOVV	$0, p+32(FP)
    	SUBVU	R4, R0, R4
    	MOVV	R4, err+40(FP)
    	RET
    ok:
    	MOVV	R4, p+32(FP)
    	MOVV	$0, err+40(FP)
    	RET
    
    // Call the function stored in _cgo_mmap using the GCC calling convention.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 20:58:13 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top