3 matches across 1 files for TODO lang:Go path:src/cmd/asm/internal/asm/parse.go path:src/cmd/asm/internal/asm/parse.go
snippet_mode: auto · sorted by relevance
src/cmd/asm/internal/asm/parse.go GO 3 matches view file →
4
5// Package asm implements the parser and instruction generator for the assembler.
6// TODO: Split apart?
7package asm
8
· · ·
654 return true
655 }
656 // R(1)<<... Ugly check. TODO: Rethink how we handle ARM register shifts to be
657 // less special.
658 if p.peek() != '(' || len(p.input)-p.inputPos < 4 {
· · ·
1202 a.Reg = r1
1203 if r2 != 0 {
1204 // TODO: Consistency in the encoding would be nice here.
1205 if p.arch.InFamily(sys.ARM, sys.ARM64) {
1206 // Special form
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.