5 matches across 1 files for TODO lang:Assembly lang:Assembly path:src/cmd/asm/internal/asm/testdata/ppc64.s
snippet_mode: auto · sorted by relevance
src/cmd/asm/internal/asm/testdata/ppc64.s ASSEMBLY 5 matches view file →
42 MOVWZ $-2147483648, R5 // 3ca08000
43
44 // TODO: These are preprocessed by the assembler into MOVD $const>>shift, R5; SLD $shift, R5.
45 // This only captures the MOVD. Should the SLD be appended to the encoding by the test?
46 // Hex constant 0x20004000000
· · ·
48 // Hex constant 0xFFFFFE0004000000
49 MOVD $-2198956146688, R5 // 38a08001
50 // TODO: On GOPPC64={power8,power9}, this is preprocessed into MOVD $-1, R5; RLDC R5, $33, $63, R5.
51 // This only captures the MOVD. Should the RLDC be appended to the encoding by the test?
52 // Hex constant 0xFFFFFFFE00000001
· · ·
193 ADD $-8589869055, R5 // 3fe0fffe63ff00017bff83e463ff00017cbf2a14 or 0602000138a50001
194
195 //TODO: this compiles to add r5,r6,r0. It should be addi r5,r6,0.
196 // this is OK since r0 == $0, but the latter is preferred.
197 ADD $0, R6, R5 // 7ca60214
· · ·
198
199 //TODO: the assembler rewrites these into ADDIS $19, R5, Rx and ADD $-10617, Rx, Rx, but the test only sees the first ADDIS
200 ADD $1234567, R5 // 3ca50013 or 0600001238a5d687
201 ADD $1234567, R5, R6 // 3cc50013 or 0600001238c5d687
· · ·
261 XOR $983040, R3, R4 // 6c64000f
262
263 // TODO: cleanup inconsistency of printing CMPx opcodes with explicit CR arguments.
264 CMP R3, R4 // 7c232000
265 CMP R3, R0 // 7c230000
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.