Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of about 10,000 for s$ (0.08 sec)

  1. src/math/dim_s390x.s

    // Copyright 2016 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Based on dim_amd64.s
    
    #include "textflag.h"
    
    #define PosInf 0x7FF0000000000000
    #define NaN    0x7FF8000000000001
    #define NegInf 0xFFF0000000000000
    
    // func ·Max(x, y float64) float64
    TEXT ·archMax(SB),NOSPLIT,$0
    	// +Inf special cases
    	MOVD    $PosInf, R4
    	MOVD    x+0(FP), R8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 15:48:19 UTC 2021
    - 2K bytes
    - Viewed (0)
  2. src/runtime/cgo/gcc_linux_ppc64x.S

    // Copyright 2014 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build linux && (ppc64 || ppc64le)
    
    .file "gcc_linux_ppc64x.S"
    
    // Define a frame which has no argument space, but is compatible with
    // a call into a Go ABI. We allocate 32B to match FIXED_FRAME with
    // similar semantics, except we store the backchain pointer, not the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 04 18:03:04 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. src/runtime/cgo/gcc_aix_ppc64.S

    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    .file "gcc_aix_ppc64.S"
    
    /*
     * void crosscall_ppc64(void (*fn)(void), void *g)
     *
     * Calling into the gc tool chain, where all registers are caller save.
     * Called from standard ppc64 C ABI, where r2, r14-r31, f14-f31 are
     * callee-save, so they must be saved explicitly.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64.s

    	VDUP	R22, V11.D2           // cb0e084e
    	VMOV	V2.B16, V4.B16        // 441ca24e
    	VMOV	V20.S[0], V20         // 9406045e
    	VDUP	V20.S[0], V20         // 9406045e
    	VMOV	V12.D[0], V12.D[1]    // 8c05186e
    	VMOV	V10.S[0], V12.S[1]    // 4c050c6e
    	VMOV	V9.H[0], V12.H[1]     // 2c05066e
    	VMOV	V8.B[0], V12.B[1]     // 0c05036e
    	VMOV	V8.B[7], V4.B[8]      // 043d116e
    
    // CBZ
    again:
    	CBZ	R1, again // CBZ R1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  5. src/internal/bytealg/index_arm64.s

    //   R0: haystack
    //   R1: length of haystack
    //   R2: needle
    //   R3: length of needle (2 <= len <= 32)
    //   R9: address to put result
    TEXT indexbody<>(SB),NOSPLIT,$0-56
    	// main idea is to load 'sep' into separate register(s)
    	// to avoid repeatedly re-load it again and again
    	// for sebsequent substring comparisons
    	SUB	R3, R1, R4
    	// R4 contains the start of last substring for comparison
    	ADD	R0, R4, R4
    	ADD	$1, R0, R8
    
    	CMP	$8, R3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 23 15:54:07 UTC 2018
    - 3.9K bytes
    - Viewed (0)
  6. src/runtime/libfuzzer_arm64.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build libfuzzer
    
    #include "go_asm.h"
    #include "textflag.h"
    
    // Based on race_arm64.s; see commentary there.
    
    #define RARG0 R0
    #define RARG1 R1
    #define RARG2 R2
    #define RARG3 R3
    
    #define REPEAT_2(a) a a
    #define REPEAT_8(a) REPEAT_2(REPEAT_2(REPEAT_2(a)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 07 14:47:46 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  7. src/runtime/memmove_plan9_386.s

    // Inferno's libkern/memmove-386.s
    // https://bitbucket.org/inferno-os/inferno-os/src/master/libkern/memmove-386.s
    //
    //         Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
    //         Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com).  All rights reserved.
    //         Portions Copyright 2009 The Go Authors. All rights reserved.
    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.1K bytes
    - Viewed (0)
  8. src/runtime/sys_plan9_386.s

    // func errstr() string
    // Only used by package syscall.
    // Grab error string due to a syscall made
    // in entersyscall mode, without going
    // through the allocator (issue 4994).
    // See ../syscall/asm_plan9_386.s:/·Syscall/
    TEXT runtime·errstr(SB),NOSPLIT,$8-8
    	get_tls(AX)
    	MOVL	g(AX), BX
    	MOVL	g_m(BX), BX
    	MOVL	(m_mOS+mOS_errstr)(BX), CX
    	MOVL	CX, 0(SP)
    	MOVL	$ERRMAX, 4(SP)
    	CALL	errstr<>(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 22:12:04 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm_arm64.s

    	EXTR	$1, t1, t2, y1
    	EXTR	$1, t2, t3, y2
    	EXTR	$1, t3, hlp0, y3
    	STy(y3out)
    
    	LDx(x1in)
    	LDy(s)
    	CALL	p256MulInternal<>(SB)
    	STy(s)
    	p256MulBy2Inline
    	STx(tmp)
    
    	LDx(m)
    	CALL	p256SqrInternal<>(SB)
    	LDx(tmp)
    	CALL	p256SubInternal<>(SB)
    
    	STx(x3out)
    
    	LDy(s)
    	CALL	p256SubInternal<>(SB)
    
    	LDy(m)
    	CALL	p256MulInternal<>(SB)
    
    	LDx(y3out)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/mips64.s

    Junxian Zhu <******@****.***> 1691045041 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top