- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for opd (0.01 sec)
-
src/cmd/asm/internal/asm/parse.go
switch p.arch.Family { case sys.ARM64: if opd := arch.ARM64SpecialOperand(name); opd != arm64.SPOP_END { a.Type = obj.TYPE_SPECIAL a.Offset = int64(opd) } case sys.RISCV64: if opd := arch.RISCV64SpecialOperand(name); opd != riscv.SPOP_END { a.Type = obj.TYPE_SPECIAL a.Offset = int64(opd) } } if a.Type != obj.TYPE_SPECIAL {Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Nov 12 03:59:40 UTC 2025 - 37.3K bytes - Viewed (0)