Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 157 for Globl (0.04 sec)

  1. src/runtime/tls_s390x.s

    TEXT runtime·load_g(SB),NOSPLIT|NOFRAME,$0-0
    	MOVW	AR0, R11
    	SLD	$32, R11
    	MOVW	AR1, R11
    	MOVD	runtime·tls_g(SB), R10
    	MOVD	0(R10)(R11*1), g
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 07 18:56:54 UTC 2016
    - 1.5K bytes
    - Viewed (0)
  2. src/runtime/cgo/gcc_s390x.S

     *
     * Calling into the go tool chain, where all registers are caller save.
     * Called from standard s390x C ABI, where r6-r13, r15, and f8-f15 are
     * callee-save, so they must be saved explicitly.
     */
    .globl crosscall_s390x
    crosscall_s390x:
    	/* save r6-r15 in the register save area of the calling function */
    	stmg    %r6, %r15, 48(%r15)
    
    	/* allocate 64 bytes of stack space to save f8-f15 */
    	lay     %r15, -64(%r15)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 05 16:41:48 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  3. src/internal/chacha8rand/chacha8_arm64.s

    	VST1.P [ V8.B16,  V9.B16, V10.B16, V11.B16], 64(R1)
    	VST1.P [V12.B16, V13.B16, V14.B16, V15.B16], 64(R1)
    	RET
    
    GLOBL	·chachaConst(SB), NOPTR|RODATA, $32
    DATA	·chachaConst+0x00(SB)/4, $0x61707865
    DATA	·chachaConst+0x04(SB)/4, $0x3320646e
    DATA	·chachaConst+0x08(SB)/4, $0x79622d32
    DATA	·chachaConst+0x0c(SB)/4, $0x6b206574
    
    GLOBL	·chachaIncRot(SB), NOPTR|RODATA, $32
    DATA	·chachaIncRot+0x00(SB)/4, $0x00000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. src/math/atan2_s390x.s

    DATA ·atan2rodataL25<> + 152(SB)/8, $-.139950258898989925E-01
    GLOBL ·atan2rodataL25<> + 0(SB), RODATA, $160
    
    DATA ·atan2xpi2h<> + 0(SB)/8, $0x3ff330e4e4fa7b1b
    DATA ·atan2xpi2h<> + 8(SB)/8, $0xbff330e4e4fa7b1b
    DATA ·atan2xpi2h<> + 16(SB)/8, $0x400330e4e4fa7b1b
    DATA ·atan2xpi2h<> + 24(SB)/8, $0xc00330e4e4fa7b1b
    GLOBL ·atan2xpi2h<> + 0(SB), RODATA, $32
    DATA ·atan2xpim<> + 0(SB)/8, $0x3ff4f42b00000000
    GLOBL ·atan2xpim<> + 0(SB), RODATA, $8
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  5. src/runtime/cgo/gcc_riscv64.S

     * Called from standard RISCV ELF psABI, where x8-x9, x18-x27, f8-f9 and
     * f18-f27 are callee-save, so they must be saved explicitly, along with
     * x1 (LR).
     */
    .globl crosscall1
    crosscall1:
    	sd	x1, -200(sp)
    	addi	sp, sp, -200
    	sd	x8, 8(sp)
    	sd	x9, 16(sp)
    	sd	x18, 24(sp)
    	sd	x19, 32(sp)
    	sd	x20, 40(sp)
    	sd	x21, 48(sp)
    	sd	x22, 56(sp)
    	sd	x23, 64(sp)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 05 16:41:48 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. src/math/asinh_s390x.s

    DATA ·asinhrodataL18<> + 176(SB)/8, $-.148682720127920854E-06
    DATA ·asinhrodataL18<> + 184(SB)/8, $-5.5
    DATA ·asinhrodataL18<> + 192(SB)/8, $1.0
    DATA ·asinhrodataL18<> + 200(SB)/8, $1.0E-20
    GLOBL ·asinhrodataL18<> + 0(SB), RODATA, $208
    
    // Table of log correction terms
    DATA ·asinhtab2080<> + 0(SB)/8, $0.585235384085551248E-01
    DATA ·asinhtab2080<> + 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
    - 5.7K bytes
    - Viewed (0)
  7. src/math/erf_s390x.s

    DATA ·erftab2066<> + 112(SB)/8, $0.214434994118118914e-01
    DATA ·erftab2066<> + 120(SB)/8, $0.322580645161290314e-01
    GLOBL ·erftab2066<> + 0(SB), RODATA, $128
    
    // Table of +/- 1.0
    DATA ·erftab12067<> + 0(SB)/8, $1.0
    DATA ·erftab12067<> + 8(SB)/8, $-1.0
    GLOBL ·erftab12067<> + 0(SB), RODATA, $16
    
    // Erf returns the error function of the argument.
    //
    // Special cases are:
    //      Erf(+Inf) = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 8.5K bytes
    - Viewed (0)
  8. src/runtime/cgo/gcc_arm64.S

     *
     * Calling into the gc tool chain, where all registers are caller save.
     * Called from standard ARM EABI, where x19-x29 are callee-save, so they
     * must be saved explicitly, along with x30 (LR).
     */
    .globl EXT(crosscall1)
    EXT(crosscall1):
    	.cfi_startproc
    	stp x29, x30, [sp, #-96]!
    	.cfi_def_cfa_offset 96
    	.cfi_offset 29, -96
    	.cfi_offset 30, -88
    	mov x29, sp
    	.cfi_def_cfa_register 29
    	stp x19, x20, [sp, #80]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 05 16:41:48 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  9. src/runtime/cgo/gcc_mipsx.S

     *
     * Calling into the gc tool chain, where all registers are caller save.
     * Called from standard MIPS O32 ABI, where $16-$23, $30, and $f20-$f31
     * are callee-save, so they must be saved explicitly, along with $31 (LR).
     */
    .globl crosscall1
    .set noat
    crosscall1:
    #ifndef __mips_soft_float
    	addiu	$29, $29, -88
    #else
    	addiu	$29, $29, -40 // For soft-float, no need to make room for FP registers
    #endif
    	sw	$31, 0($29)
    	sw	$16, 4($29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. src/runtime/cgo/gcc_mips64x.S

     * Calling into the gc tool chain, where all registers are caller save.
     * Called from standard MIPS N64 ABI, where $16-$23, $28, $30, and $f24-$f31
     * are callee-save, so they must be saved explicitly, along with $31 (LR).
     */
    .globl crosscall1
    .set noat
    crosscall1:
    #ifndef __mips_soft_float
    	daddiu	$29, $29, -160
    #else
    	daddiu	$29, $29, -96 // For soft-float, no need to make room for FP registers
    #endif
    	sd	$31, 0($29)
    	sd	$16, 8($29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top