Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for ADDV (0.03 sec)

  1. src/runtime/sys_openbsd_mips64.s

    	MOVV	R3, R5
    	MOVW	$1000000, R4
    	DIVVU	R4, R3
    	MOVV	LO, R3
    	MOVV	R3, 8(R29)		// tv_sec
    	MOVW	$1000, R4
    	MULVU	R3, R4
    	MOVV	LO, R4
    	SUBVU	R4, R5
    	MOVV	R5, 16(R29)		// tv_nsec
    
    	ADDV	$8, R29, R4		// arg 1 - rqtp
    	MOVV	$0, R5			// arg 2 - rmtp
    	MOVV	$91, R2			// sys_nanosleep
    	SYSCALL
    	RET
    
    TEXT runtime·getthrid(SB),NOSPLIT,$0-4
    	MOVV	$299, R2		// sys_getthrid
    	SYSCALL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.8K bytes
    - Viewed (0)
Back to top