Browse Source
This patch adds the XTheadInt extension, which provides interrupt stack management instructions. The XTheadFmv extension is documented in the RISC-V toolchain contentions: https://github.com/riscv-non-isa/riscv-toolchain-conventions Co-developed-by: Lifang Xia <lifang_xia@linux.alibaba.com> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>gdb-13-branch
committed by
Nelson Chu
8 changed files with 38 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||
#as: -march=rv32i_xtheadint |
|||
#source: x-thead-int.s |
|||
#objdump: -dr |
|||
|
|||
.*:[ ]+file format .* |
|||
|
|||
Disassembly of section .text: |
|||
|
|||
0+000 <target>: |
|||
[ ]+[0-9a-f]+:[ ]+0040000b[ ]+th.ipush |
|||
[ ]+[0-9a-f]+:[ ]+0050000b[ ]+th.ipop |
|||
@ -0,0 +1,3 @@ |
|||
target: |
|||
th.ipush |
|||
th.ipop |
|||
Loading…
Reference in new issue