- Sort Score
- Result 10 results
- Languages All
Results 21 - 25 of 25 for R15 (0.07 sec)
-
src/cmd/asm/internal/asm/testdata/arm64.s
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jul 24 18:45:14 UTC 2024 - 95.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/parse.go
} if name[0] != 'R' { p.errorf("expected g or R0 through R15; found %s", name) return 0 } r, ok := p.registerReference(name) if !ok { return 0 } reg := r - p.arch.Register["R0"] if reg < 0 { // Could happen for an architecture having other registers prefixed by R p.errorf("expected g or R0 through R15; found %s", name) return 0 } return uint16(reg) }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 36.9K bytes - Viewed (0) -
doc/asm.html
<code>>></code> (logical right shift), and <code>@></code> (rotate right). </li> <li> <code>[R0,g,R12-R15]</code>: For multi-register instructions, the set comprising <code>R0</code>, <code>g</code>, and <code>R12</code> through <code>R15</code> inclusive. </li> <li> <code>(R5, R6)</code>: Destination register pair. </li> </ul> <h3 id="arm64">ARM64</h3>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64error.s
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 08 03:28:17 UTC 2023 - 37.8K bytes - Viewed (0) -
api/go1.txt
pkg debug/macho, type RegsAMD64 struct, R12 uint64 pkg debug/macho, type RegsAMD64 struct, R13 uint64 pkg debug/macho, type RegsAMD64 struct, R14 uint64 pkg debug/macho, type RegsAMD64 struct, R15 uint64 pkg debug/macho, type RegsAMD64 struct, R8 uint64 pkg debug/macho, type RegsAMD64 struct, R9 uint64 pkg debug/macho, type RegsAMD64 struct, SI uint64 pkg debug/macho, type RegsAMD64 struct, SP uint64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)