X7ROOT File Manager
Current Path:
/opt/golang/1.22.0/src/reflect
opt
/
golang
/
1.22.0
/
src
/
reflect
/
π
..
π
abi.go
(15.02 KB)
π
abi_test.go
(26.39 KB)
π
all_test.go
(214.57 KB)
π
arena.go
(570 B)
π
asm_386.s
(1.07 KB)
π
asm_amd64.s
(2.76 KB)
π
asm_arm.s
(1.13 KB)
π
asm_arm64.s
(2.77 KB)
π
asm_loong64.s
(2.87 KB)
π
asm_mips64x.s
(1.16 KB)
π
asm_mipsx.s
(1.16 KB)
π
asm_ppc64x.s
(3.31 KB)
π
asm_riscv64.s
(2.58 KB)
π
asm_s390x.s
(1.1 KB)
π
asm_wasm.s
(1.15 KB)
π
benchmark_test.go
(8.82 KB)
π
deepequal.go
(7.42 KB)
π
example_test.go
(4.53 KB)
π
export_test.go
(3.73 KB)
π
float32reg_generic.go
(681 B)
π
float32reg_ppc64x.s
(838 B)
π
float32reg_riscv64.s
(794 B)
π
internal
π
makefunc.go
(5.91 KB)
π
nih_test.go
(1004 B)
π
set_test.go
(5.71 KB)
π
stubs_ppc64x.go
(292 B)
π
stubs_riscv64.go
(263 B)
π
swapper.go
(2 KB)
π
tostring_test.go
(2.14 KB)
π
type.go
(80.47 KB)
π
type_test.go
(1.26 KB)
π
value.go
(118.95 KB)
π
visiblefields.go
(2.97 KB)
π
visiblefields_test.go
(5.27 KB)
Editing: asm_mipsx.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. //go:build mips || mipsle #include "textflag.h" #include "funcdata.h" #define REGCTXT R22 // 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),$20 NO_LOCAL_POINTERS MOVW REGCTXT, 4(R29) MOVW $argframe+0(FP), R1 MOVW R1, 8(R29) MOVB R0, 20(R29) ADD $20, R29, R1 MOVW R1, 12(R29) MOVW R0, 16(R29) JAL Β·callReflect(SB) RET // methodValueCall is the code half of the function returned by makeMethodValue. // See the comment on the declaration of methodValueCall in makefunc.go // for more details. // No arg size here; runtime pulls arg map out of the func value. TEXT Β·methodValueCall(SB),(NOSPLIT|WRAPPER),$20 NO_LOCAL_POINTERS MOVW REGCTXT, 4(R29) MOVW $argframe+0(FP), R1 MOVW R1, 8(R29) MOVB R0, 20(R29) ADD $20, R29, R1 MOVW R1, 12(R29) MOVW R0, 16(R29) JAL Β·callMethod(SB) RET
Upload File
Create Folder