- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for STRL (0.02 seconds)
-
cmd/utils.go
if len(strs) == 1 { return xfix } // compare first to rest for _, str := range strs[1:] { xfixl := len(xfix) strl := len(str) // short-circuit empty strings if xfixl == 0 || strl == 0 { return "" } // maximum possible length maxl := min(strl, xfixl) // compare letters if pre { // prefix, iterate left to right for i := range maxl { if xfix[i] != str[i] {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 33K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
STRW DX // 660f00ca STRW R11 // 66410f00cb STRL (BX) // 0f000b STRL (R11) // 410f000b STRL DX // 0f00ca STRL R11 // 410f00cb STRQ (BX) // 480f000b
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 08 21:38:44 GMT 2021 - 581.9K bytes - Click Count (1)