Add rv32si tests, including illegality of shamt[5]
[riscv-tests.git] / isa / rv32si / ipi.S
1 #*****************************************************************************
2 # ipi.S
3 #-----------------------------------------------------------------------------
4 #
5 # Test interprocessor interrupts.
6 #
7
8 #include "riscv_test.h"
9 #include "test_macros.h"
10
11 #undef RVTEST_RV64S
12 #define RVTEST_RV64S RVTEST_RV32S
13
14 #include "../rv64si/ipi.S"