Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 157 for Globl (0.08 sec)

  1. src/runtime/rt0_plan9_386.s

    	MOVL	AX, _privates(SB)
    	MOVL	$1, _nprivates(SB)
    	CALL	runtime·asminit(SB)
    	MOVL	inargc-4(FP), AX
    	MOVL	AX, 0(SP)
    	LEAL	inargv+0(FP), AX
    	MOVL	AX, 4(SP)
    	JMP	runtime·rt0_go(SB)
    
    GLOBL _tos(SB), NOPTR, $4
    GLOBL _privates(SB), NOPTR, $4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 04:03:16 UTC 2017
    - 523 bytes
    - Viewed (0)
  2. test/asmhdr.dir/main.s

    #define RODATA	8
    
    DATA ·smallIntAsm(SB)/8, $const_smallInt
    GLOBL ·smallIntAsm(SB),RODATA,$8
    
    DATA ·bigIntAsm(SB)/8, $const_bigInt
    GLOBL ·bigIntAsm(SB),RODATA,$8
    
    DATA ·stringAsm(SB)/4, $const_stringVal
    GLOBL ·stringAsm(SB),RODATA,$4
    
    DATA ·longStringAsm(SB)/91, $const_longStringVal
    GLOBL ·longStringAsm(SB),RODATA,$91
    
    DATA ·typSize(SB)/8, $typ__size
    GLOBL ·typSize(SB),RODATA,$8
    
    DATA ·typA(SB)/8, $typ_a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 10 21:27:19 UTC 2022
    - 733 bytes
    - Viewed (0)
  3. src/math/sin_s390x.s

    DATA sincosxnan<>+0(SB)/8, $0x7ff8000000000000
    GLOBL sincosxnan<>+0(SB), RODATA, $8
    DATA sincosxlim<>+0(SB)/8, $0x432921fb54442d19
    GLOBL sincosxlim<>+0(SB), RODATA, $8
    DATA sincosxadd<>+0(SB)/8, $0xc338000000000000
    GLOBL sincosxadd<>+0(SB), RODATA, $8
    DATA sincosxpi2l<>+0(SB)/8, $0.108285667392191389e-31
    GLOBL sincosxpi2l<>+0(SB), RODATA, $8
    DATA sincosxpi2m<>+0(SB)/8, $0.612323399573676480e-16
    GLOBL sincosxpi2m<>+0(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 04:25:54 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  4. src/math/cosh_s390x.s

    DATA coshrodataL23<>+24(SB)/8, $704.E0
    GLOBL coshrodataL23<>+0(SB), RODATA, $32
    DATA coshxinf<>+0(SB)/8, $0x7FF0000000000000
    GLOBL coshxinf<>+0(SB), RODATA, $8
    DATA coshxlim1<>+0(SB)/8, $800.E0
    GLOBL coshxlim1<>+0(SB), RODATA, $8
    DATA coshxaddhy<>+0(SB)/8, $0xc2f0000100003fdf
    GLOBL coshxaddhy<>+0(SB), RODATA, $8
    DATA coshx4ff<>+0(SB)/8, $0x4ff0000000000000
    GLOBL coshx4ff<>+0(SB), RODATA, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.6K bytes
    - Viewed (0)
  5. src/math/sinh_s390x.s

    GLOBL sinhe3<>+0(SB), RODATA, $8
    DATA sinhe4<>+0(SB)/8, $0.48815536475176217404E-01
    GLOBL sinhe4<>+0(SB), RODATA, $8
    DATA sinhe5<>+0(SB)/8, $0.97631072948627397816E-02
    GLOBL sinhe5<>+0(SB), RODATA, $8
    DATA sinhe6<>+0(SB)/8, $0.16271839297756073153E-02
    GLOBL sinhe6<>+0(SB), RODATA, $8
    DATA sinhe7<>+0(SB)/8, $0.23245485387271142509E-03
    GLOBL sinhe7<>+0(SB), RODATA, $8
    DATA sinhe8<>+0(SB)/8, $0.29080955860869629131E-04
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 13:54:10 UTC 2021
    - 6K bytes
    - Viewed (0)
  6. src/math/stubs_s390x.s

    	MOVD   $·log10(SB), R2
    	MOVD   R2, 0(R1)
    	BR     ·log10(SB)
    
    vectorimpl:
    	MOVD $·log10vectorfacility+0x00(SB), R1
    	MOVD $·log10Asm(SB), R2
    	MOVD R2, 0(R1)
    	BR   ·log10Asm(SB)
    
    GLOBL ·log10vectorfacility+0x00(SB), NOPTR, $8
    DATA ·log10vectorfacility+0x00(SB)/8, $·log10TrampolineSetup(SB)
    
    TEXT ·archCos(SB), NOSPLIT, $0
    	MOVD ·cosvectorfacility+0x00(SB), R1
    	BR   (R1)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 15 15:48:19 UTC 2021
    - 12.4K bytes
    - Viewed (0)
  7. src/runtime/rt0_plan9_amd64.s

    	MOVQ	AX, _tos(SB)
    	LEAQ	16(SP), AX
    	MOVQ	AX, _privates(SB)
    	MOVL	$1, _nprivates(SB)
    	MOVL	inargc-8(FP), DI
    	LEAQ	inargv+0(FP), SI
    	MOVQ	$runtime·rt0_go(SB), AX
    	JMP	AX
    
    GLOBL _tos(SB), NOPTR, $8
    GLOBL _privates(SB), NOPTR, $8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 23 18:11:17 UTC 2015
    - 481 bytes
    - Viewed (0)
  8. src/math/tanh_s390x.s

    DATA tanhrodataL18<>+88(SB)/8, $20.E0
    GLOBL tanhrodataL18<>+0(SB), RODATA, $96
    
    // Constants
    DATA tanhrlog2<>+0(SB)/8, $0x4007154760000000
    GLOBL tanhrlog2<>+0(SB), RODATA, $8
    DATA tanhxadd<>+0(SB)/8, $0xc2f0000100003ff0
    GLOBL tanhxadd<>+0(SB), RODATA, $8
    DATA tanhxmone<>+0(SB)/8, $-1.0
    GLOBL tanhxmone<>+0(SB), RODATA, $8
    DATA tanhxzero<>+0(SB)/8, $0
    GLOBL tanhxzero<>+0(SB), RODATA, $8
    
    // Polynomial coefficients
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/pseudo_test.go

    		{"DATA", "·E(SB)/4,$·A(SB)", "bad addr size for DATA argument: 4"},
    		{"DATA", "·F(SB)/8,$·A(SB)", ""},
    		{"DATA", "·G(SB)/5,$\"abcde\"", ""},
    		{"GLOBL", "", "expect two or three operands for GLOBL"},
    		{"GLOBL", "0,1", "GLOBL symbol \"<erroneous symbol>\" must be a symbol(SB)"},
    		{"GLOBL", "@B(SB), 0", "expected '(', found B"}, // Issue 23580.
    		{"PCDATA", "", "expect two operands for PCDATA"},
    		{"PCDATA", "1", "expect two operands for PCDATA"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:48:38 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  10. test/fixedbugs/issue4667.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"fmt"
    	"os"
    	"testing"
    )
    
    var globl *int
    
    func G() {
    	F()
    }
    
    func F() {
    	var x int
    	globl = &x
    }
    
    func main() {
    	nf := testing.AllocsPerRun(100, F)
    	ng := testing.AllocsPerRun(100, G)
    	if int(nf) > 1 {
    		fmt.Printf("AllocsPerRun(100, F) = %v, want 1\n", nf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 558 bytes
    - Viewed (0)
Back to top