tests/alloc/gp8: allocator test using all 8-bit registers (#102)
Updates #43
This commit is contained in:
committed by
GitHub
parent
15d6a9a17e
commit
cfc6ecac41
6
tests/alloc/gp8/stub.go
Normal file
6
tests/alloc/gp8/stub.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Code generated by command: go run asm.go -out gp8.s -stubs stub.go. DO NOT EDIT.
|
||||
|
||||
package gp8
|
||||
|
||||
// GP8 returns the sum 1+2+...+19 using 19 distinct 8-bit registers.
|
||||
func GP8() uint8
|
||||
Reference in New Issue
Block a user