Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 113 for testflag (0.53 sec)

  1. src/math/big/arith_arm64.s

    // Copyright 2013 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 !math_big_pure_go
    
    #include "textflag.h"
    
    // This file provides fast assembly versions for the elementary
    // arithmetic operations on vectors implemented in arith.go.
    
    // TODO: Consider re-implementing using Advanced SIMD
    // once the assembler supports those instructions.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. src/runtime/mkpreempt.go

    		fmt.Fprintf(out, "//go:build %s || %sle\n\n", base, base)
    	}
    	fmt.Fprintf(out, "#include \"go_asm.h\"\n")
    	if arch == "amd64" {
    		fmt.Fprintf(out, "#include \"asm_amd64.h\"\n")
    	}
    	fmt.Fprintf(out, "#include \"textflag.h\"\n\n")
    	fmt.Fprintf(out, "TEXT ·asyncPreempt(SB),NOSPLIT|NOFRAME,$0-0\n")
    }
    
    func p(f string, args ...any) {
    	fmted := fmt.Sprintf(f, args...)
    	fmt.Fprintf(out, "\t%s\n", strings.ReplaceAll(fmted, "\n", "\n\t"))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/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.
    
    #include "../../../../../runtime/textflag.h"
    
    TEXT main·foo(SB),DUPOK|NOSPLIT,$16-0 // TEXT main.foo(SB), DUPOK|NOSPLIT, $16-0
    	MOVD	R1, R2                // b9040021
    	MOVW	R3, R4                // b9140043
    	MOVH	R5, R6                // b9070065
    	MOVB	R7, R8                // b9060087
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/avx512enc/aes_avx512f.s

    // Code generated by avx512test. DO NOT EDIT.
    
    #include "../../../../../../runtime/textflag.h"
    
    TEXT asmtest_aes_avx512f(SB), NOSPLIT, $0
    	VAESDEC X24, X7, X11                               // 62124508ded8 or 6212c508ded8
    	VAESDEC X20, X7, X11                               // 62324508dedc or 6232c508dedc
    	VAESDEC X24, X0, X11                               // 62127d08ded8 or 6212fd08ded8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 29K bytes
    - Viewed (0)
  5. src/runtime/sys_linux_arm.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //
    // System calls and other sys.stuff for arm, Linux
    //
    
    #include "go_asm.h"
    #include "go_tls.h"
    #include "textflag.h"
    
    #define CLOCK_REALTIME	0
    #define CLOCK_MONOTONIC	1
    
    // for EABI, as we don't support OABI
    #define SYS_BASE 0x0
    
    #define SYS_exit (SYS_BASE + 1)
    #define SYS_read (SYS_BASE + 3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 13.5K bytes
    - Viewed (0)
  6. src/runtime/duff_mips64x.s

    // Code generated by mkduff.go; DO NOT EDIT.
    // Run go generate from src/runtime to update.
    // See mkduff.go for comments.
    
    //go:build mips64 || mips64le
    
    #include "textflag.h"
    
    TEXT runtime·duffzero(SB), NOSPLIT|NOFRAME, $0-0
    	MOVV	R0, 8(R1)
    	ADDV	$8, R1
    	MOVV	R0, 8(R1)
    	ADDV	$8, R1
    	MOVV	R0, 8(R1)
    	ADDV	$8, R1
    	MOVV	R0, 8(R1)
    	ADDV	$8, R1
    	MOVV	R0, 8(R1)
    	ADDV	$8, R1
    	MOVV	R0, 8(R1)
    	ADDV	$8, R1
    	MOVV	R0, 8(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 11.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s

    // go run mkasm.go openbsd mips64
    // Code generated by the command above; DO NOT EDIT.
    
    #include "textflag.h"
    
    TEXT libc_getgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_getgroups(SB)
    GLOBL	·libc_getgroups_trampoline_addr(SB), RODATA, $8
    DATA	·libc_getgroups_trampoline_addr(SB)/8, $libc_getgroups_trampoline<>(SB)
    
    TEXT libc_setgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_setgroups(SB)
    GLOBL	·libc_setgroups_trampoline_addr(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s

    // go run mkasm.go openbsd riscv64
    // Code generated by the command above; DO NOT EDIT.
    
    #include "textflag.h"
    
    TEXT libc_getgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_getgroups(SB)
    GLOBL	·libc_getgroups_trampoline_addr(SB), RODATA, $8
    DATA	·libc_getgroups_trampoline_addr(SB)/8, $libc_getgroups_trampoline<>(SB)
    
    TEXT libc_setgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_setgroups(SB)
    GLOBL	·libc_setgroups_trampoline_addr(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s

    // go run mkasm.go openbsd arm
    // Code generated by the command above; DO NOT EDIT.
    
    #include "textflag.h"
    
    TEXT libc_getgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_getgroups(SB)
    GLOBL	·libc_getgroups_trampoline_addr(SB), RODATA, $4
    DATA	·libc_getgroups_trampoline_addr(SB)/4, $libc_getgroups_trampoline<>(SB)
    
    TEXT libc_setgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_setgroups(SB)
    GLOBL	·libc_setgroups_trampoline_addr(SB), RODATA, $4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s

    // go run mkasm.go openbsd arm64
    // Code generated by the command above; DO NOT EDIT.
    
    #include "textflag.h"
    
    TEXT libc_getgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_getgroups(SB)
    GLOBL	·libc_getgroups_trampoline_addr(SB), RODATA, $8
    DATA	·libc_getgroups_trampoline_addr(SB)/8, $libc_getgroups_trampoline<>(SB)
    
    TEXT libc_setgroups_trampoline<>(SB),NOSPLIT,$0-0
    	JMP	libc_setgroups(SB)
    GLOBL	·libc_setgroups_trampoline_addr(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 26.7K bytes
    - Viewed (0)
Back to top