package s390x
import "cmd/compile/internal/s390x"
Index ¶
Constants ¶
const ( ODynam = 1 << 0 OAddable = 1 << 1 )
const ( NREGVAR = 32 /* 16 general + 16 floating */ )
Functions ¶
func BtoF ¶
func BtoR ¶
func Main ¶
func Main()
func RtoB ¶
* track register variables including external registers: * bit reg * 0 R0 * ... ... * 15 R15 * 16+0 F0 * 16+1 F1 * ... ... * 16+15 F15
Source Files ¶
cgen.go galign.go ggen.go gsubr.go peep.go prog.go reg.go
- Version
- v1.7.1
- Published
- Sep 7, 2016
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 5 seconds ago –
Tools for package owners.