docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class X86.Ssse3

    SSSE3 intrinsics

    Inheritance
    object
    X86.Ssse3
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Burst.Intrinsics
    Assembly: Unity.Burst.dll
    Syntax
    public static class X86.Ssse3

    Properties

    Name Description
    IsSsse3Supported

    Evaluates to true at compile time if SSSE3 intrinsics are supported.

    Methods

    Name Description
    abs_epi16(v128)

    Compute the absolute value of packed 16-bit integers in "a", and store the unsigned results in "dst".

    abs_epi32(v128)

    Compute the absolute value of packed 32-bit integers in "a", and store the unsigned results in "dst".

    abs_epi8(v128)

    Compute the absolute value of packed 8-bit integers in "a", and store the unsigned results in "dst".

    alignr_epi8(v128, v128, int)

    Concatenate 16-byte blocks in "a" and "b" into a 32-byte temporary result, shift the result right by "count" bytes, and store the low 16 bytes in "dst".

    hadd_epi16(v128, v128)

    Horizontally add adjacent pairs of 16-bit integers in "a" and "b", and pack the signed 16-bit results in "dst".

    hadd_epi32(v128, v128)

    Horizontally add adjacent pairs of 32-bit integers in "a" and "b", and pack the signed 32-bit results in "dst".

    hadds_epi16(v128, v128)

    Horizontally add adjacent pairs of 16-bit integers in "a" and "b" using saturation, and pack the signed 16-bit results in "dst".

    hsub_epi16(v128, v128)

    Horizontally subtract adjacent pairs of 16-bit integers in "a" and "b", and pack the signed 16-bit results in "dst".

    hsub_epi32(v128, v128)

    Horizontally subtract adjacent pairs of 32-bit integers in "a" and "b", and pack the signed 32-bit results in "dst".

    hsubs_epi16(v128, v128)

    Horizontally subtract adjacent pairs of 16-bit integers in "a" and "b" using saturation, and pack the signed 16-bit results in "dst".

    maddubs_epi16(v128, v128)

    Vertically multiply each unsigned 8-bit integer from "a" with the corresponding signed 8-bit integer from "b", producing intermediate signed 16-bit integers. Horizontally add adjacent pairs of intermediate signed 16-bit integers, and pack the saturated results in "dst".

    mulhrs_epi16(v128, v128)

    Multiply packed 16-bit integers in "a" and "b", producing intermediate signed 32-bit integers. Truncate each intermediate integer to the 18 most significant bits, round by adding 1, and store bits [16:1] to "dst".

    shuffle_epi8(v128, v128)

    Shuffle packed 8-bit integers in "a" according to shuffle control mask in the corresponding 8-bit element of "b", and store the results in "dst".

    sign_epi16(v128, v128)

    Negate packed 16-bit integers in "a" when the corresponding signed 16-bit integer in "b" is negative, and store the results in "dst". Element in "dst" are zeroed out when the corresponding element in "b" is zero.

    sign_epi32(v128, v128)

    Negate packed 32-bit integers in "a" when the corresponding signed 32-bit integer in "b" is negative, and store the results in "dst". Element in "dst" are zeroed out when the corresponding element in "b" is zero.

    sign_epi8(v128, v128)

    Negate packed 8-bit integers in "a" when the corresponding signed 8-bit integer in "b" is negative, and store the results in "dst". Element in "dst" are zeroed out when the corresponding element in "b" is zero.

    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)