Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 157 for Globl (0.08 sec)

  1. src/math/log10_s390x.s

    DATA log10rodataL19<>+104(SB)/8, $0.92453396963875026759E-08
    DATA log10rodataL19<>+112(SB)/8, $-.64572084905921579630E-07
    DATA log10rodataL19<>+120(SB)/8, $-5.5
    DATA log10rodataL19<>+128(SB)/8, $18446744073709551616.
    GLOBL log10rodataL19<>+0(SB), RODATA, $136
    
    // Table of log10 correction terms
    DATA log10tab2074<>+0(SB)/8, $0.254164497922885069E-01
    DATA log10tab2074<>+8(SB)/8, $0.179018857989381839E-01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.7K bytes
    - Viewed (0)
  2. src/runtime/tls_arm.s

    #ifdef TLSG_IS_VARIABLE
    #ifdef GOOS_android
    // Use the free TLS_SLOT_APP slot #2 on Android Q.
    // Earlier androids are set up in gcc_android.c.
    DATA runtime·tls_g+0(SB)/4, $8
    #endif
    GLOBL runtime·tls_g+0(SB), NOPTR, $4
    #else
    GLOBL runtime·tls_g+0(SB), TLSBSS, $4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 20:38:07 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  3. src/runtime/sys_aix_ppc64.s

    // runtime.asmsyscall6 is a function descriptor to the real asmsyscall6.
    DATA	runtime·asmsyscall6+0(SB)/8, $asmsyscall6<>(SB)
    DATA	runtime·asmsyscall6+8(SB)/8, $TOC(SB)
    DATA	runtime·asmsyscall6+16(SB)/8, $0
    GLOBL	runtime·asmsyscall6(SB), NOPTR, $24
    
    TEXT asmsyscall6<>(SB),NOSPLIT,$256
    	// Save libcall for later
    	MOVD	R3, 112(R1)
    	MOVD	libcall_fn(R3), R12
    	MOVD	libcall_args(R3), R9
    	MOVD	0(R9), R3
    	MOVD	8(R9), R4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:29:00 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  4. src/runtime/cgo/gcc_386.S

     *
     * Calling into the gc tool chain, where all registers are caller save.
     * Called from standard x86 ABI, where %ebp, %ebx, %esi,
     * and %edi are callee-save, so they must be saved explicitly.
     */
    .globl EXT(crosscall1)
    EXT(crosscall1):
    	pushl %ebp
    	movl %esp, %ebp
    	pushl %ebx
    	pushl %esi
    	pushl %edi
    
    	movl 16(%ebp), %eax	/* g */
    	pushl %eax
    	movl 12(%ebp), %eax	/* setg_gcc */
    	call *%eax
    	popl %eax
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 12 03:56:58 UTC 2023
    - 959 bytes
    - Viewed (0)
  5. src/runtime/cgo/gcc_arm.S

     *
     * Calling into the gc tool chain, where all registers are caller save.
     * Called from standard ARM EABI, where r4-r11 are callee-save, so they
     * must be saved explicitly.
     */
    .globl crosscall1
    crosscall1:
    	push {r4, r5, r6, r7, r8, r9, r10, r11, ip, lr}
    	mov r4, r0
    	mov r5, r1
    	mov r0, r2
    
    	// Because the assembler might target an earlier revision of the ISA
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 03:39:42 UTC 2023
    - 849 bytes
    - Viewed (0)
  6. src/runtime/rt0_aix_ppc64.s

    	MOVD	_rt0_ppc64_aix_lib_argv<>(SB), R4
    	MOVD	$runtime·rt0_go(SB), R12
    	MOVD	R12, CTR
    	BR	(CTR)
    
    DATA _rt0_ppc64_aix_lib_argc<>(SB)/8, $0
    GLOBL _rt0_ppc64_aix_lib_argc<>(SB),NOPTR, $8
    DATA _rt0_ppc64_aix_lib_argv<>(SB)/8, $0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:20:51 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. src/math/acosh_s390x.s

    DATA ·acoshrodataL11<> + 88(SB)/8, $0.212881813645679599E-07
    DATA ·acoshrodataL11<> + 96(SB)/8, $-.148682720127920854E-06
    DATA ·acoshrodataL11<> + 104(SB)/8, $-5.5
    DATA ·acoshrodataL11<> + 112(SB)/8, $0x7ff8000000000000      //Nan
    GLOBL ·acoshrodataL11<> + 0(SB), RODATA, $120
    
    // Table of log correction terms
    DATA ·acoshtab2068<> + 0(SB)/8, $0.585235384085551248E-01
    DATA ·acoshtab2068<> + 8(SB)/8, $0.412206153771168640E-01
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  8. src/runtime/cgo/gcc_amd64.S

     * Called from standard x86-64 ABI, where %rbx, %rbp, %r12-%r15
     * are callee-save so they must be saved explicitly.
     * The standard x86-64 ABI passes the three arguments m, g, fn
     * in %rdi, %rsi, %rdx.
     */
    .globl EXT(crosscall1)
    EXT(crosscall1):
    	pushq %rbx
    	pushq %rbp
    	pushq %r12
    	pushq %r13
    	pushq %r14
    	pushq %r15
    
    #if defined(_WIN64)
    	movq %r8, %rdi	/* arg of setg_gcc */
    	call *%rdx	/* setg_gcc */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 12 03:56:28 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. src/hash/crc32/gen_const_ppc64le.go

    		fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%08x%08x\n", polyid, j*8, c, d)
    		fmt.Fprintf(w, "DATA ·%sConst+%d(SB)/8,$0x%08x%08x\n", polyid, (j+1)*8, a, b)
    
    		j += 2
    		fmt.Fprintf(w, "\n")
    	}
    
    	fmt.Fprintf(w, "GLOBL ·%sConst(SB),RODATA,$4336\n", polyid)
    	fmt.Fprintf(w, "\n\t/* Barrett constant m - (4^32)/n */\n")
    	fmt.Fprintf(w, "DATA ·%sBarConst(SB)/8,$0x%016x\n", polyid, reflect_bits(get_quotient(ref_poly, 32, 64), 33))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. src/runtime/tls_ppc64x.s

    // usual Go registers aren't set up.
    //
    // NOTE: _cgo_topofstack assumes this only clobbers g (R30), and R31.
    TEXT runtime·load_g(SB),NOSPLIT|NOFRAME,$0-0
    	MOVD	runtime·tls_g(SB), R31
    	MOVD	0(R31), g
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:48:11 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top