Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 80 for rsp (0.02 sec)

  1. src/crypto/ecdsa/testdata/SigVer.rsp.bz2

    SigVer.rsp # CAVS 11.0 # "SigVer" information # Curves/SHAs selected: P-192,SHA-1 P-192,SHA-224 P-192,SHA-256 P-192,SHA-384 P-192,SHA-512 P-224,SHA-1 P-224,SHA-224 P-224,SHA-256 P-224,SHA-384 P-224,SHA-512 P-256,SHA-1 P-256,SHA-224 P-256,SHA-256 P-256,SHA-384 P-256,SHA-512 P-384,SHA-1 P-384,SHA-224 P-384,SHA-256 P-384,SHA-384 P-384,SHA-512 P-521,SHA-1 P-521,SHA-224 P-521,SHA-256 P-521,SHA-384 P-521,SHA-512 K-163,SHA-1 K-163,SHA-224 K-163,SHA-256 K-163,SHA-384 K-163,SHA-512 K-233,SHA-1 K-233,SHA-224...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 93.2K bytes
    - Viewed (0)
  2. src/runtime/preempt_arm64.s

    	FLDPD 296(RSP), (F8, F9)
    	FLDPD 280(RSP), (F6, F7)
    	FLDPD 264(RSP), (F4, F5)
    	FLDPD 248(RSP), (F2, F3)
    	FLDPD 232(RSP), (F0, F1)
    	MOVD 224(RSP), R0
    	MOVD R0, FPSR
    	MOVD 216(RSP), R0
    	MOVD R0, NZCV
    	LDP 200(RSP), (R25, R26)
    	LDP 184(RSP), (R23, R24)
    	LDP 168(RSP), (R21, R22)
    	LDP 152(RSP), (R19, R20)
    	LDP 136(RSP), (R16, R17)
    	LDP 120(RSP), (R14, R15)
    	LDP 104(RSP), (R12, R13)
    	LDP 88(RSP), (R10, R11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 01:58:56 UTC 2022
    - 2K bytes
    - Viewed (0)
  3. src/runtime/cgo/signal_ios_arm64.s

    	// Saved LR (none available) is at the bottom,
    	// then the PC argument for setsigsegv,
    	// then a copy of the LR for us to restore.
    	MOVD.W $0, -32(RSP)
    	MOVD R1, 8(RSP)
    	MOVD R2, 16(RSP)
    	BL runtime·setsigsegv(SB)
    	MOVD 8(RSP), R1
    	MOVD 16(RSP), R2
    
    	// Build a 16-byte stack frame for the simulated
    	// call to sigpanic, by taking 16 bytes away from the
    	// 32-byte stack frame above.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 06 22:54:58 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  4. src/runtime/cgo/abi_arm64.h

    #define RESTORE_R19_TO_R28(offset) \
    	LDP	((offset)+0*8)(RSP), (R19, R20) \
    	LDP	((offset)+2*8)(RSP), (R21, R22) \
    	LDP	((offset)+4*8)(RSP), (R23, R24) \
    	LDP	((offset)+6*8)(RSP), (R25, R26) \
    	LDP	((offset)+8*8)(RSP), (R27, g) /* R28 */
    
    #define SAVE_F8_TO_F15(offset) \
    	FSTPD	(F8, F9), ((offset)+0*8)(RSP) \
    	FSTPD	(F10, F11), ((offset)+2*8)(RSP) \
    	FSTPD	(F12, F13), ((offset)+4*8)(RSP) \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  5. src/reflect/asm_arm64.s

    	ADD	$LOCAL_REGARGS, RSP, R20
    	CALL	runtime·spillArgs(SB)
    	MOVD	R26, 32(RSP) // outside of moveMakeFuncArgPtrs's arg area
    	MOVD	R26, R0
    	MOVD	R20, R1
    	CALL	·moveMakeFuncArgPtrs<ABIInternal>(SB)
    	MOVD	32(RSP), R26
    	MOVD	R26, 8(RSP)
    	MOVD	$argframe+0(FP), R3
    	MOVD	R3, 16(RSP)
    	MOVB	$0, LOCAL_RETVALID(RSP)
    	ADD	$LOCAL_RETVALID, RSP, R3
    	MOVD	R3, 24(RSP)
    	ADD	$LOCAL_REGARGS, RSP, R3
    	MOVD	R3, 32(RSP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. src/runtime/sys_darwin_arm64.s

    nog:
    	// Restore arguments.
    	MOVW	(8*1)(RSP), R0
    	MOVD	(8*2)(RSP), R1
    	MOVD	(8*3)(RSP), R2
    
    	// Reserve space for args and the stack pointer on the
    	// gsignal stack.
    	SUB	$48, R6
    	// Save stack pointer.
    	MOVD	RSP, R4
    	MOVD	R4, (8*4)(R6)
    	// Switch to gsignal stack.
    	MOVD	R6, RSP
    
    	// Save arguments.
    	MOVW	R0, (8*1)(RSP)
    	MOVD	R1, (8*2)(RSP)
    	MOVD	R2, (8*3)(RSP)
    #endif
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 03 16:07:59 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64.s

    	FLDPQ   4104(R0), (F1, F2)
    	FLDPQ   -4000(RSP), (F1, F2) // fb833ed1610b40ad
    	FLDPQ	-1024(RSP), (F1, F2) // e10b60ad
    	FLDPQ	(RSP), (F1, F2)      // e10b40ad
    	FLDPQ	16(RSP), (F1, F2)    // e18b40ad
    	FLDPQ	-16(RSP), (F1, F2)   // e18b7fad
    	FLDPQ.W	32(RSP), (F1, F2)    // e10bc1ad
    	FLDPQ.P	32(RSP), (F1, F2)    // e10bc1ac
    	FLDPQ	11(RSP), (F1, F2)    // fb2f0091610b40ad
    	FLDPQ	1024(RSP), (F1, F2)  // fb031091610b40ad
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  8. src/runtime/asm_arm64.s

    	STP	(R16, R17), (20*8)(RSP)
    	STP	(R14, R15), (18*8)(RSP)
    	STP	(R12, R13), (16*8)(RSP)
    	STP	(R10, R11), (14*8)(RSP)
    	STP	(R8, R9), (12*8)(RSP)
    	STP	(R6, R7), (10*8)(RSP)
    	STP	(R4, R5), (8*8)(RSP)
    	STP	(R2, R3), (6*8)(RSP)
    	STP	(R0, R1), (4*8)(RSP)
    
    	// Perform a safe-point check.
    	MOVD	R30, 8(RSP) // Caller's PC
    	CALL	runtime·debugCallCheck(SB)
    	MOVD	16(RSP), R0
    	CBZ	R0, good
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  9. src/runtime/signal_amd64.go

    	print("rcx    ", hex(c.rcx()), "\n")
    	print("rdx    ", hex(c.rdx()), "\n")
    	print("rdi    ", hex(c.rdi()), "\n")
    	print("rsi    ", hex(c.rsi()), "\n")
    	print("rbp    ", hex(c.rbp()), "\n")
    	print("rsp    ", hex(c.rsp()), "\n")
    	print("r8     ", hex(c.r8()), "\n")
    	print("r9     ", hex(c.r9()), "\n")
    	print("r10    ", hex(c.r10()), "\n")
    	print("r11    ", hex(c.r11()), "\n")
    	print("r12    ", hex(c.r12()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Apr 23 05:38:56 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  10. src/runtime/rt0_linux_arm64.s

    	CBZ	R4, nocgo
    	MOVD	$_rt0_arm64_linux_lib_go(SB), R0
    	MOVD	$0, R1
    	SUB	$16, RSP		// reserve 16 bytes for sp-8 where fp may be saved.
    	BL	(R4)
    	ADD	$16, RSP
    	B	restore
    
    nocgo:
    	MOVD	$0x800000, R0                     // stacksize = 8192KB
    	MOVD	$_rt0_arm64_linux_lib_go(SB), R1
    	MOVD	R0, 8(RSP)
    	MOVD	R1, 16(RSP)
    	MOVD	$runtime·newosproc0(SB),R4
    	BL	(R4)
    
    restore:
    	// Restore callee-save registers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.8K bytes
    - Viewed (0)
Back to top