- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for T6 (0.31 sec)
-
src/cmd/asm/internal/arch/arch.go
register["S9"] = riscv.REG_S9 register["S10"] = riscv.REG_S10 // Skip S11 as it is the g register. register["T3"] = riscv.REG_T3 register["T4"] = riscv.REG_T4 register["T5"] = riscv.REG_T5 register["T6"] = riscv.REG_T6 // Go runtime register names. register["g"] = riscv.REG_G register["CTXT"] = riscv.REG_CTXT register["TMP"] = riscv.REG_TMP // ABI names for floating point register.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Nov 07 02:20:14 UTC 2024 - 21.7K bytes - Viewed (0) -
doc/go_spec.html
T4 struct{ f T3 } // T4 contains T4 as component of array T3 in a struct ) // valid array types type ( T5 [10]*T5 // T5 contains T5 as component of a pointer T6 [10]func() T6 // T6 contains T6 as component of a function type T7 [10]struct{ f []T7 } // T7 contains T7 as component of a slice in a struct ) </pre> <h3 id="Slice_types">Slice types</h3> <p>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0)