1 # Basic Tests for C extension.
2 # mach: riscv32 riscv64
3 # sim(riscv32): --model RV32IC
4 # sim(riscv64): --model RV64IC
5 # ld(riscv32): -m elf32lriscv
6 # ld(riscv64): -m elf64lriscv
7 # as(riscv32): -march=rv32ic
8 # as(riscv64): -march=rv64ic
10 .include "testutils.inc"
21 # Test load-store instructions.
30 # Test basic arithmetic.
42 # Test logical operations.
60 # Test shift operations.
71 # Test jump instruction.
78 # Test jump register instruction.
84 # Test branch instruction.