Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 632 for testflag (0.14 sec)

  1. src/syscall/asm_aix_ppc64.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.
    
    #include "textflag.h"
    
    //
    // System calls for aix/ppc64 are implemented in ../runtime/syscall_aix.go
    //
    
    TEXT ·syscall6(SB),NOSPLIT,$0
    	JMP	runtime·syscall_syscall6(SB)
    
    TEXT ·rawSyscall6(SB),NOSPLIT,$0
    	JMP	runtime·syscall_rawSyscall6(SB)
    
    TEXT ·RawSyscall(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 14 09:10:02 UTC 2018
    - 540 bytes
    - Viewed (0)
  2. src/runtime/rt0_dragonfly_amd64.s

    // Copyright 2009 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.
    
    #include "textflag.h"
    
    // On Dragonfly argc/argv are passed in DI, not SP, so we can't use _rt0_amd64.
    TEXT _rt0_amd64_dragonfly(SB),NOSPLIT,$-8
    	LEAQ	8(DI), SI // argv
    	MOVQ	0(DI), DI // argc
    	JMP	runtime·rt0_go(SB)
    
    TEXT _rt0_amd64_dragonfly_lib(SB),NOSPLIT,$0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 04:03:50 UTC 2017
    - 448 bytes
    - Viewed (0)
  3. src/runtime/rt0_linux_386.s

    // Copyright 2009 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.
    
    #include "textflag.h"
    
    TEXT _rt0_386_linux(SB),NOSPLIT,$0
    	JMP	_rt0_386(SB)
    
    TEXT _rt0_386_linux_lib(SB),NOSPLIT,$0
    	JMP	_rt0_386_lib(SB)
    
    TEXT main(SB),NOSPLIT,$0
    	// Remove the return address from the stack.
    	// rt0_go doesn't expect it to be there.
    	ADDL	$4, SP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 04:03:16 UTC 2017
    - 450 bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.s

    // Copyright 2022 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.
    
    #include "textflag.h"
    
    TEXT libc_sysctl_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_sysctl(SB)
    
    GLOBL	·libc_sysctl_trampoline_addr(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 376 bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s

    // Copyright 2018 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 gc
    
    #include "textflag.h"
    
    //
    // System calls for ppc64, AIX are implemented in runtime/syscall_aix.go
    //
    
    TEXT ·syscall6(SB),NOSPLIT,$0-88
    	JMP	syscall·syscall6(SB)
    
    TEXT ·rawSyscall6(SB),NOSPLIT,$0-88
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 407 bytes
    - Viewed (0)
  6. src/runtime/rt0_openbsd_ppc64.s

    // Copyright 2023 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.
    
    #include "textflag.h"
    
    TEXT _rt0_ppc64_openbsd(SB),NOSPLIT,$0
    	BR	main(SB)
    
    TEXT main(SB),NOSPLIT,$-8
    	// Make sure R0 is zero before _main
    	XOR	R0, R0
    
    	MOVD	$runtime·rt0_go(SB), R12
    	MOVD	R12, CTR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:48:11 UTC 2023
    - 370 bytes
    - Viewed (0)
  7. src/internal/chacha8rand/chacha8_stub.s

    // Copyright 2023 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 !amd64 && !arm64
    
    #include "textflag.h"
    
    // func block(counter uint64, seed *[8]uint32, blocks *[16][4]uint32)
    TEXT ·block(SB), NOSPLIT, $0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:32:54 UTC 2023
    - 338 bytes
    - Viewed (0)
  8. src/runtime/testdata/testprog/framepointer_amd64.s

    // Copyright 2023 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.
    
    #include "textflag.h"
    
    TEXT	·getFP(SB), NOSPLIT|NOFRAME, $0-8
    	MOVQ	BP, ret+0(FP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:58:13 UTC 2023
    - 248 bytes
    - Viewed (0)
  9. src/runtime/cgo/asm_wasm.s

    // Copyright 2018 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.
    
    #include "textflag.h"
    
    TEXT ·set_crosscall2(SB),NOSPLIT,$0-0
    	UNDEF
    
    TEXT crosscall2(SB), NOSPLIT, $0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 270 bytes
    - Viewed (0)
  10. src/internal/syscall/unix/asm_solaris.s

    // Copyright 2018 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.
    
    #include "textflag.h"
    
    // System calls for Solaris are implemented in runtime/syscall_solaris.go
    
    TEXT ·syscall6(SB),NOSPLIT,$0-88
    	JMP	syscall·sysvicall6(SB)
    
    TEXT ·rawSyscall6(SB),NOSPLIT,$0-88
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:17:25 UTC 2024
    - 391 bytes
    - Viewed (0)
Back to top