Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 116 for 432 (0.05 sec)

  1. src/reflect/asm_riscv64.s

    // 32 (args of callReflect/callMethod) + (8 bool with padding) + 392 (abi.RegArgs) = 432.
    
    // makeFuncStub is the code half of the function returned by MakeFunc.
    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$432
    	NO_LOCAL_POINTERS
    	ADD	$LOCAL_REGARGS, SP, X25 // spillArgs using X25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 01 01:41:42 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  2. src/reflect/asm_loong64.s

    // 32 (args of callReflect) + 8 (bool + padding) + 392 (abi.RegArgs) = 432.
    
    // makeFuncStub is the code half of the function returned by MakeFunc.
    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$432
    	NO_LOCAL_POINTERS
    	ADDV	$LOCAL_REGARGS, R3, R25 // spillArgs using R25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. src/reflect/asm_arm64.s

    // 32 (args of callReflect) + 8 (bool + padding) + 392 (abi.RegArgs) = 432.
    
    // makeFuncStub is the code half of the function returned by MakeFunc.
    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$432
    	NO_LOCAL_POINTERS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  4. src/runtime/preempt_riscv64.s

    	MOVD F22, 384(X2)
    	MOVD F23, 392(X2)
    	MOVD F24, 400(X2)
    	MOVD F25, 408(X2)
    	MOVD F26, 416(X2)
    	MOVD F27, 424(X2)
    	MOVD F28, 432(X2)
    	MOVD F29, 440(X2)
    	MOVD F30, 448(X2)
    	MOVD F31, 456(X2)
    	CALL ·asyncPreempt2(SB)
    	MOVD 456(X2), F31
    	MOVD 448(X2), F30
    	MOVD 440(X2), F29
    	MOVD 432(X2), F28
    	MOVD 424(X2), F27
    	MOVD 416(X2), F26
    	MOVD 408(X2), F25
    	MOVD 400(X2), F24
    	MOVD 392(X2), F23
    	MOVD 384(X2), F22
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. src/runtime/preempt_ppc64x.s

    	FMOVD F13, 360(R1)
    	FMOVD F14, 368(R1)
    	FMOVD F15, 376(R1)
    	FMOVD F16, 384(R1)
    	FMOVD F17, 392(R1)
    	FMOVD F18, 400(R1)
    	FMOVD F19, 408(R1)
    	FMOVD F20, 416(R1)
    	FMOVD F21, 424(R1)
    	FMOVD F22, 432(R1)
    	FMOVD F23, 440(R1)
    	FMOVD F24, 448(R1)
    	FMOVD F25, 456(R1)
    	FMOVD F26, 464(R1)
    	FMOVD F27, 472(R1)
    	FMOVD F28, 480(R1)
    	FMOVD F29, 488(R1)
    	FMOVD F30, 496(R1)
    	FMOVD F31, 504(R1)
    	MOVFL FPSCR, F0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  6. test/fixedbugs/issue15002.go

    		if s != "runtime error: index out of range [1] with length 1" {
    			panic("bad panic: " + s)
    		}
    	}()
    	return uint64(x[0]) | uint64(x[1])<<8 | uint64(x[2])<<16 | uint64(x[3])<<24 |
    		uint64(x[4])<<32 | uint64(x[5])<<40 | uint64(x[6])<<48 | uint64(x[7])<<56
    }
    
    func test64i(x []byte, i int) uint64 {
    	defer func() {
    		r := recover()
    		if r == nil {
    			panic("no fault or bounds check failure happened")
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. src/runtime/preempt_loong64.s

    	MOVD F24, 408(R3)
    	MOVD F25, 416(R3)
    	MOVD F26, 424(R3)
    	MOVD F27, 432(R3)
    	MOVD F28, 440(R3)
    	MOVD F29, 448(R3)
    	MOVD F30, 456(R3)
    	MOVD F31, 464(R3)
    	MOVV FCC0, R4
    	MOVV R4, 472(R3)
    	CALL ·asyncPreempt2(SB)
    	MOVV 472(R3), R4
    	MOVV R4, FCC0
    	MOVD 464(R3), F31
    	MOVD 456(R3), F30
    	MOVD 448(R3), F29
    	MOVD 440(R3), F28
    	MOVD 432(R3), F27
    	MOVD 424(R3), F26
    	MOVD 416(R3), F25
    	MOVD 408(R3), F24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 22 19:29:43 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. internal/s3select/sql/jsondata/books.json

                "type": "Hardcover",
                "pages": 419
            },
            {
                "year": 2018,
                "publisher": "Harper Voyager",
                "type": "Paperback",
                "pages": 432
            }
        ]
    }
    {
        "title": "Pigs Have Wings",
        "authorInfo": {
            "name": "P. G. Wodehouse",
            "yearRange": [1881, 1975]
        },
        "genre": "Comic novel",
        "publicationHistory": [
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 01 21:59:40 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  9. test/fixedbugs/issue43099.go

    	return 1 / c
    }
    func f64() uint64 {
    	s := "\x00\x00\x00\x00\x00\x00\x00\x00"
    	c := uint64(s[0]) | uint64(s[1])<<8 | uint64(s[2])<<16 | uint64(s[3])<<24 | uint64(s[4])<<32 | uint64(s[5])<<40 | uint64(s[6])<<48 | uint64(s[7])<<56
    	return 1 / c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 10 03:18:00 UTC 2020
    - 858 bytes
    - Viewed (0)
  10. src/runtime/preempt_mips64x.s

    	MOVD F24, 424(R29)
    	MOVD F25, 432(R29)
    	MOVD F26, 440(R29)
    	MOVD F27, 448(R29)
    	MOVD F28, 456(R29)
    	MOVD F29, 464(R29)
    	MOVD F30, 472(R29)
    	MOVD F31, 480(R29)
    	#endif
    	CALL ·asyncPreempt2(SB)
    	#ifndef GOMIPS64_softfloat
    	MOVD 480(R29), F31
    	MOVD 472(R29), F30
    	MOVD 464(R29), F29
    	MOVD 456(R29), F28
    	MOVD 448(R29), F27
    	MOVD 440(R29), F26
    	MOVD 432(R29), F25
    	MOVD 424(R29), F24
    	MOVD 416(R29), F23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
Back to top