docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method mulx_u32

    mulx_u32(uint, uint, out uint)

    Multiply unsigned 32-bit integers a and b, store the low 32-bits of the result in dst, and store the high 32-bits in hi. This does not read or write arithmetic flags.

    Declaration
    public static uint mulx_u32(uint a, uint b, out uint hi)
    Parameters
    Type Name Description
    uint a

    32-bit integer

    uint b

    32-bit integer

    uint hi

    Stores the high 32-bits

    Returns
    Type Description
    uint

    32-bit integer

    Remarks

    **** mulx r32, r32, m32

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)