X7ROOT File Manager
Current Path:
/opt/golang/1.17.2/src/reflect
opt
/
golang
/
1.17.2
/
src
/
reflect
/
๐
..
๐
abi.go
(13.72 KB)
๐
abi_test.go
(25.84 KB)
๐
all_test.go
(183.35 KB)
๐
asm_386.s
(1.07 KB)
๐
asm_amd64.s
(3.02 KB)
๐
asm_arm.s
(1.13 KB)
๐
asm_arm64.s
(1.1 KB)
๐
asm_mips64x.s
(1.19 KB)
๐
asm_mipsx.s
(1.18 KB)
๐
asm_ppc64x.s
(1.3 KB)
๐
asm_riscv64.s
(1.09 KB)
๐
asm_s390x.s
(1.1 KB)
๐
asm_wasm.s
(1.15 KB)
๐
deepequal.go
(6.82 KB)
๐
example_test.go
(3.73 KB)
๐
export_test.go
(3.61 KB)
๐
internal
๐
makefunc.go
(6.19 KB)
๐
set_test.go
(5.77 KB)
๐
swapper.go
(1.96 KB)
๐
tostring_test.go
(2.14 KB)
๐
type.go
(86.11 KB)
๐
value.go
(97.32 KB)
๐
visiblefields.go
(2.96 KB)
๐
visiblefields_test.go
(4.95 KB)
Editing: asm_ppc64x.s
// Copyright 2012 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 ppc64 || ppc64le // +build ppc64 ppc64le #include "textflag.h" #include "funcdata.h" #include "asm_ppc64x.h" // 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),$40 NO_LOCAL_POINTERS MOVD R11, FIXED_FRAME+0(R1) MOVD $argframe+0(FP), R3 MOVD R3, FIXED_FRAME+8(R1) MOVB R0, FIXED_FRAME+32(R1) ADD $FIXED_FRAME+32, R1, R3 MOVD R3, FIXED_FRAME+16(R1) MOVD R0, FIXED_FRAME+24(R1) BL ยท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),$40 NO_LOCAL_POINTERS MOVD R11, FIXED_FRAME+0(R1) MOVD $argframe+0(FP), R3 MOVD R3, FIXED_FRAME+8(R1) MOVB R0, FIXED_FRAME+32(R1) ADD $FIXED_FRAME+32, R1, R3 MOVD R3, FIXED_FRAME+16(R1) MOVD R0, FIXED_FRAME+24(R1) BL ยทcallMethod(SB) RET
Upload File
Create Folder