/prebuilts/go/darwin-x86/src/runtime/ |
asm_amd64p32.s | 608 // void setg(G*); set g. for use by needm. 610 TEXT runtime·setg(SB), NOSPLIT, $0-4
|
asm_arm64.s | 43 MOVD $setg_gcc<>(SB), R1 // arg 1: setg 741 // void setg(G*); set g. for use by needm. 742 TEXT runtime·setg(SB), NOSPLIT, $0-8
|
asm_ppc64x.s | 38 MOVD $setg_gcc<>(SB), R4 // arg 1: setg 870 // void setg(G*); set g. for use by needm. 871 TEXT runtime·setg(SB), NOSPLIT, $0-8
|
asm_386.s | 839 // void setg(G*); set g. for use by needm. 840 TEXT runtime·setg(SB), NOSPLIT, $0-4 [all...] |
asm_amd64.s | 840 // void setg(G*); set g. for use by needm. 841 TEXT runtime·setg(SB), NOSPLIT, $0-8 [all...] |
proc1.go | 959 setg(mp.g0) 1040 // After the call to setg we can only call nosplit functions 1046 setg(nil) [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
asm_amd64p32.s | 608 // void setg(G*); set g. for use by needm. 610 TEXT runtime·setg(SB), NOSPLIT, $0-4
|
asm_arm64.s | 43 MOVD $setg_gcc<>(SB), R1 // arg 1: setg 741 // void setg(G*); set g. for use by needm. 742 TEXT runtime·setg(SB), NOSPLIT, $0-8
|
asm_ppc64x.s | 38 MOVD $setg_gcc<>(SB), R4 // arg 1: setg 870 // void setg(G*); set g. for use by needm. 871 TEXT runtime·setg(SB), NOSPLIT, $0-8
|
asm_386.s | 839 // void setg(G*); set g. for use by needm. 840 TEXT runtime·setg(SB), NOSPLIT, $0-4 [all...] |
asm_amd64.s | 840 // void setg(G*); set g. for use by needm. 841 TEXT runtime·setg(SB), NOSPLIT, $0-8 [all...] |
proc1.go | 959 setg(mp.g0) 1040 // After the call to setg we can only call nosplit functions 1046 setg(nil) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
intel.s | 334 setg 0x90909090[eax]
|
opcode-suffix.d | 339 *[0-9a-f]+: 0f 9f 80 90 90 90 90[ ]+setg[ ]+-0x6f6f6f70\(%eax\)
|
opcode.d | 338 515: 0f 9f 80 90 90 90 90 [ ]*setg -0x6f6f6f70\(%eax\)
|
intel.d | 341 [ ]*[a-f0-9]+: 0f 9f 80 90 90 90 90 [ ]*setg -0x6f6f6f70\(%eax\) [all...] |
opcode-intel.d | 339 *[0-9a-f]+: 0f 9f 80 90 90 90 90[ ]+setg[ ]+(BYTE PTR )?\[eax-0x6f6f6f70\] [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |