Home | History | Annotate | Download | only in v8
History log of /src/lib/libarch/sparc/v8/sparc_v8.S
RevisionDateAuthorComments
 1.3  11-Sep-2023  uwe sparc_v8.S: fix v8 .mul/.umul versions to conform to psABI

Both .mul and .umul are defined to return the most significant 32 bits
of the result in %o1, but v8 multiplication instructions put them in
%y. Move them to %o1. Nothing in the gcc generated code depends on
this, but hand-written assembly can rely on this and e.g. Self does.
 1.2  22-Sep-2015  joerg Drop .proc. It is ignored by GNU as anyway.
 1.1  26-Nov-2002  pk Add a shared library containing sparc version 8 specific multiply, divide and
remainder functions (i.e. .[u]mul, .[u]div, .[u]rem).

RSS XML Feed