Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 181 for r12d (0.03 sec)

  1. src/runtime/signal_darwin_amd64.go

    func (c *sigctxt) r9() uint64  { return c.regs().r9 }
    func (c *sigctxt) r10() uint64 { return c.regs().r10 }
    func (c *sigctxt) r11() uint64 { return c.regs().r11 }
    func (c *sigctxt) r12() uint64 { return c.regs().r12 }
    func (c *sigctxt) r13() uint64 { return c.regs().r13 }
    func (c *sigctxt) r14() uint64 { return c.regs().r14 }
    func (c *sigctxt) r15() uint64 { return c.regs().r15 }
    
    //go:nosplit
    //go:nowritebarrierrec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 23:07:11 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	ADD	R2.SXTX<<1, RSP, RSP            // ffe7228b
    	ADD	ZR.SXTX<<1, R2, R3              // 43e43f8b
    	ADDW	R2.SXTW, R10, R12               // 4cc1220b
    	ADD	R19.UXTX, R14, R17              // d161338b
    	ADDSW	R19.UXTW, R14, R17              // d141332b
    	ADDS	R12.SXTX, R3, R1                // 61e02cab
    	SUB	R19.UXTH<<4, R2, R21            // 553033cb
    	SUBW	R1.UXTX<<1, R3, R2              // 6264214b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  3. src/runtime/preempt_mipsx.s

    	MOVW R1, 4(R29)
    	MOVW R2, 8(R29)
    	MOVW R3, 12(R29)
    	MOVW R4, 16(R29)
    	MOVW R5, 20(R29)
    	MOVW R6, 24(R29)
    	MOVW R7, 28(R29)
    	MOVW R8, 32(R29)
    	MOVW R9, 36(R29)
    	MOVW R10, 40(R29)
    	MOVW R11, 44(R29)
    	MOVW R12, 48(R29)
    	MOVW R13, 52(R29)
    	MOVW R14, 56(R29)
    	MOVW R15, 60(R29)
    	MOVW R16, 64(R29)
    	MOVW R17, 68(R29)
    	MOVW R18, 72(R29)
    	MOVW R19, 76(R29)
    	MOVW R20, 80(R29)
    	MOVW R21, 84(R29)
    	MOVW R22, 88(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  4. src/syscall/asm_openbsd_mips64.s

    	MOVV	a1+8(FP), R4
    	MOVV	a2+16(FP), R5
    	MOVV	a3+24(FP), R6
    	MOVV	a4+32(FP), R7
    	MOVV	a5+40(FP), R8
    	MOVV	a6+48(FP), R9
    	MOVV	a7+56(FP), R10
    	MOVV	a8+64(FP), R11
    	MOVV	a9+72(FP), R12
    	SUBVU	$16, R29
    	MOVV	R12, 0(R29)	// arg 9 - only used for SYS_syscall.
    	SYSCALL
    	ADDV    $16, R29
    	BEQ	R7, ok9
    	MOVV	$-1, R1
    	MOVV	R1, r1+80(FP)	// r1
    	MOVV	R0, r2+88(FP)	// r2
    	MOVV	R2, err+96(FP)	// errno
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 2.8K bytes
    - Viewed (0)
  5. src/crypto/sha1/sha1block_amd64.s

    	LEAL (REG_E)(REG_B*1), REG_E \ // Add F from the previous round
    	RORXL $0x1b, REG_A, R12 \
    	RORXL $2, REG_A, REG_B         // for next round
    
    // Calculate F for the next round
    #define CALC_F1_POST(REG_A,REG_B,REG_E) \
    	ANDL REG_B,REG_A \             // b&c
    	XORL BP, REG_A \               // F1 = (b&c) ^ (~b&d)
    	LEAL (REG_E)(R12*1), REG_E     // E += A >>> 5
    
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go

    	return ptracePtr(PTRACE_SETREGS, pid, 0, unsafe.Pointer(regs))
    }
    
    // PtraceRegsAmd64 is the registers used by amd64 binaries.
    type PtraceRegsAmd64 struct {
    	R15      uint64
    	R14      uint64
    	R13      uint64
    	R12      uint64
    	Rbp      uint64
    	Rbx      uint64
    	R11      uint64
    	R10      uint64
    	R9       uint64
    	R8       uint64
    	Rax      uint64
    	Rcx      uint64
    	Rdx      uint64
    	Rsi      uint64
    	Rdi      uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. src/runtime/signal_arm64.go

    	print("r7      ", hex(c.r7()), "\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")
    	print("r13     ", hex(c.r13()), "\n")
    	print("r14     ", hex(c.r14()), "\n")
    	print("r15     ", hex(c.r15()), "\n")
    	print("r16     ", hex(c.r16()), "\n")
    	print("r17     ", hex(c.r17()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 18:16:00 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  8. src/internal/types/testdata/check/decls3.go

    	*R7
    	*R8
    }
    
    type R2 R1
    type R3 R1
    type R4 R1
    
    type R5 struct {
    	*R9
    	*R10
    	*R11
    	*R12
    }
    
    type R6 R5
    type R7 R5
    type R8 R5
    
    type R9 struct {
    	*R13
    	*R14
    	*R15
    	*R16
    }
    
    type R10 R9
    type R11 R9
    type R12 R9
    
    type R13 struct {
    	*R17
    	*R18
    	*R19
    	*R20
    }
    
    type R14 R13
    type R15 R13
    type R16 R13
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 23:16:04 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  9. src/runtime/preempt_loong64.s

    	MOVV R1, -480(R3)
    	SUBV $480, R3
    	MOVV R4, 8(R3)
    	MOVV R5, 16(R3)
    	MOVV R6, 24(R3)
    	MOVV R7, 32(R3)
    	MOVV R8, 40(R3)
    	MOVV R9, 48(R3)
    	MOVV R10, 56(R3)
    	MOVV R11, 64(R3)
    	MOVV R12, 72(R3)
    	MOVV R13, 80(R3)
    	MOVV R14, 88(R3)
    	MOVV R15, 96(R3)
    	MOVV R16, 104(R3)
    	MOVV R17, 112(R3)
    	MOVV R18, 120(R3)
    	MOVV R19, 128(R3)
    	MOVV R20, 136(R3)
    	MOVV R21, 144(R3)
    	MOVV R23, 152(R3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 22 19:29:43 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  10. src/runtime/sys_linux_arm64.s

    	MOVD	runtime·cgoTraceback(SB), R3
    	MOVD	$runtime·sigtramp(SB), R5
    	MOVD	_cgo_callers(SB), R13
    	MOVD	R10, LR // restore
    	MOVD	R11, R27
    	MOVD	R12, g
    	B	(R13)
    
    sigtramp:
    	MOVD	R10, LR // restore
    	MOVD	R11, R27
    	MOVD	R12, g
    	B	runtime·sigtramp(SB)
    
    sigtrampnog:
    	// Signal arrived on a non-Go thread. If this is SIGPROF, get a
    	// stack trace.
    	CMPW	$27, R0 // 27 == SIGPROF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 16.7K bytes
    - Viewed (0)
Back to top