4. Standard extensions
A number of standard extensions have been defined
4.1 Extension M: multiplication and division over integers
The RV32M version defines multiplication and division instructions operating on 32-bit integer registers and providing a 32-bit result:
four multiplication instructions: mul outputs the 32 least significant bits. The other three deliver the 32 most significant bits (mulh with signed data, mulhu with unsigned data and mulhsu with signed and unsigned data);
four 32-bit by 32-bit division instructions: div and divu for signed and unsigned data, rem and remu for signed and unsigned remainders.
RV64M extends the operations of RV32M to 64 bits...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Standard extensions
Article included in this offer
"Software technologies and System architectures"
(
227 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
- (1) - HILL (M.D.), CHRISTIE (D.), PATERSON (D.), YI (J.J.), CHIOU (D.), SENDAG (R.) - Proprietary versus Open Instruction Sets, - IEEE Micro, pp 58-68, July-August 2016. https://research.cs.wisc.edu/multifacet/papers/ieeemicro16_card_isa.pdf ...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!