- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for s390xRegisterNumber (0.09 sec)
-
src/cmd/asm/internal/arch/s390x.go
"CMPUBLT", "CMPUBNE", "CRJ", "CGRJ", "CLRJ", "CLGRJ", "CIJ", "CGIJ", "CLIJ", "CLGIJ", "CALL", "JMP": return true } return false } func s390xRegisterNumber(name string, n int16) (int16, bool) { switch name { case "AR": if 0 <= n && n <= 15 { return s390x.REG_AR0 + n, true } case "F": if 0 <= n && n <= 15 { return s390x.REG_F0 + n, true }
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Oct 17 14:55:25 UTC 2019 - 1.2K bytes - Viewed (0)