package cast

import "github.com/mmcloughlin/avo/tests/cast"

Package cast tests casting virtual registers to different sizes.

Index

Functions

func Split

func Split(x uint64) (q uint64, l uint32, w uint16, b uint8)

Split returns the low 64, 32, 16 and 8 bits of x. Tests the As() methods of virtual general-purpose registers.

Source Files

doc.go stub.go

Version
v0.6.0 (latest)
Published
Jan 7, 2024
Platform
linux/amd64
Last checked
1 month ago

Tools for package owners.