4 matches across 1 files for TODO lang:Assembly lang:Assembly lang:Assembly path:src/cmd/asm/internal/asm/testdata/amd64.s
snippet_mode: auto · sorted by relevance
src/cmd/asm/internal/asm/testdata/amd64.s ASSEMBLY 4 matches view file →
55 JMP *(R12) // JMP (R12)
56 JCS 2(PC)
57// JMP *(R12*4) // TODO: This line is silently dropped on the floor!
58 JCS 2(PC)
59 JMP *(R12)(R13*4) // JMP (R12)(R13*4)
· · ·
63 JMP *(SP) // JMP (SP)
64 JCS 2(PC)
65// JMP *(AX*4) // TODO: This line is silently dropped on the floor!
66 JCS 2(PC)
67 JMP *(AX)(AX*4) // JMP (AX)(AX*4)
· · ·
71 JMP (R12)
72 JCS 2(PC)
73// JMP (R12*4) // TODO: This line is silently dropped on the floor!
74 JCS 2(PC)
75 JMP (R12)(R13*4)
· · ·
79 JMP (SP)
80 JCS 2(PC)
81// JMP (AX*4) // TODO: This line is silently dropped on the floor!
82 JCS 2(PC)
83 JMP (AX)(AX*4)
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.