Skip to main content

Mojo function

to_vgpr

to_vgpr(register: UInt32) -> UInt32

Moves data from any register to a VGPR.

Args:

  • register (UInt32): The register to move to a VGPR.

Returns:

UInt32

Was this page helpful?