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 BtoF(b uint64) int

func BtoR

func BtoR(b uint64) int

func Main

func Main()

func RtoB

func RtoB(r int) uint64

* 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.5
Published
Jan 26, 2017
Platform
linux/amd64
Imports
4 packages
Last checked
3 seconds ago

Tools for package owners.