4 matches across 1 files for TODO lang:Assembly lang:Assembly path:src/runtime/sys_openbsd_ppc64.s
snippet_mode: grep · sorted by relevance
src/runtime/sys_openbsd_ppc64.s ASSEMBLY 4 matches view file →
26 XOR R0, R0
27
28 // TODO(jsing): Save callee-save registers (R14-R31, F14-F31, V20-V31).
29
30 MOVD m_g0(R3), g
· · ·
33 BL runtime·mstart(SB)
34
35 // TODO(jsing): Restore callee-save registers (R14-R31, F14-F31, V20-V31).
36
37 // Go is all done with this OS thread.
· · ·
55 XOR R0, R0
56
57 // TODO(jsing): Save callee-save registers (R2, R14-R31, F14-F31).
58 // in the case of signal forwarding.
59 // Please refer to https://golang.org/issue/31827 .
· · ·
64 BL runtime·sigtrampgo<ABIInternal>(SB)
65
66 // TODO(jsing): Restore callee-save registers.
67
68 RET
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.