You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two Q30 results are then written into an even/odd pair of registers specified by Rd(4,1). Rd(4,1),
i.e., d, determines the even/odd pair group of two registers. Specifically, the register pair includes
register 2d and 2d+1.
The odd “2d+1” register of the pair contains the 32-bit result calculated from the top part of Rs1 and
the even “2d” register of the pair contains the 32-bit result calculated from the bottom part of Rs1.
What's the meaning of this?Where to write the two Q30 results?Give me an example,please
The text was updated successfully, but these errors were encountered:
The two Q30 results are then written into an even/odd pair of registers specified by Rd(4,1). Rd(4,1),
i.e., d, determines the even/odd pair group of two registers. Specifically, the register pair includes
register 2d and 2d+1.
The odd “2d+1” register of the pair contains the 32-bit result calculated from the top part of Rs1 and
the even “2d” register of the pair contains the 32-bit result calculated from the bottom part of Rs1.
What's the meaning of this?Where to write the two Q30 results?Give me an example,please
The text was updated successfully, but these errors were encountered: