diff options
author | Heiko Stuebner <heiko.stuebner@vrull.eu> | 2022-12-24 01:13:31 +0300 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-12-29 17:59:51 +0300 |
commit | 47f05757d3d898b4756d6d5c06e77a37337823e9 (patch) | |
tree | d317a6d9c5268c21e1acb1f066bcb3f5aca0e137 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 088ec01fce4eaba17ada8b1831be0c172c941657 (diff) | |
download | linux-47f05757d3d898b4756d6d5c06e77a37337823e9.tar.xz |
RISC-V: add helpers for handling immediates in U-type and I-type pairs
Used together U-type and I-type instructions can for example be used to
generate bigger jumps (i.e. in auipc+jalr pairs) by splitting the value
into an upper immediate (i.e. auipc) and a 12bit immediate (i.e. jalr).
Due to both immediates being considered signed this creates some corner
cases, so add some helper to prevent this from getting duplicated in
different places.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Heiko Stuebner <heiko.stuebner@vrull.eu>
Link: https://lore.kernel.org/r/20221223221332.4127602-12-heiko@sntech.de
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions