Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RESTORE_F24_TO_F31 (0.45 sec)

  1. src/runtime/cgo/asm_loong64.s

    	SAVE_R22_TO_R31((4*8))
    	SAVE_F24_TO_F31((14*8))
    	MOVV	R1, (22*8)(R3)
    
    	// Initialize Go ABI environment
    	JAL	runtime·load_g(SB)
    
    	JAL	runtime·cgocallback(SB)
    
    	RESTORE_R22_TO_R31((4*8))
    	RESTORE_F24_TO_F31((14*8))
    	MOVV	(22*8)(R3), R1
    
    	ADDV	$(23*8), R3
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. src/runtime/sys_linux_loong64.s

    	MOVB	runtime·iscgo(SB), R4
    	BEQ	R4, 2(PC)
    	JAL	runtime·load_g(SB)
    
    	MOVV	$runtime·sigtrampgo(SB), R4
    	JAL	(R4)
    
    	// Restore callee-save registers.
    	RESTORE_R22_TO_R31((4*8))
    	RESTORE_F24_TO_F31((14*8))
    
    	RET
    
    // func cgoSigtramp()
    TEXT runtime·cgoSigtramp(SB),NOSPLIT,$0
    	JMP	runtime·sigtramp(SB)
    
    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