Skip to content

FEQS

32-bit Base **Group:** Floating-point Compare  |  Ch 13   FSU — Floating-point / SIMD Unit  |  **Length:** 32  |  **Decode:**

Assembly Syntax

  • feqs.{T} SrcL, SrcR, ->{t, u, Rd}

Encoding

FEQS encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

Instruction from the Floating-point Compare group.

Pseudocode (informative)

rd = (fs1 == fs2) ? 1 : 0;

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
feqs.{T} SrcL, SrcR, ->{t, u, Rd} 32
← [Floating-point Compare](../groups/floating_point_compare.md)    [Index](../index.md)    [All instructions](index.md) →