Lines Matching refs:abi
3 ; RUN: llc -mtriple=riscv32 -target-abi ilp32 < %s \
5 ; RUN: llc -mtriple=riscv32 -mattr=+f -target-abi ilp32 < %s \
7 ; RUN: llc -mtriple=riscv32 -mattr=+d -target-abi ilp32 < %s \
11 ; RUN: llc -mtriple=riscv64 -target-abi lp64 < %s \
13 ; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64 < %s \
15 ; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64 < %s \
17 ; RUN: llc -mtriple=riscv32 -mattr=+f -target-abi ilp32f < %s 2>&1 \
19 ; RUN: llc -mtriple=riscv32 -mattr=+d -target-abi ilp32f < %s 2>&1 \
21 ; RUN: llc -mtriple=riscv32 -mattr=+d -target-abi ilp32d < %s 2>&1 \
23 ; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64f < %s 2>&1 \
25 ; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64f < %s 2>&1 \
27 ; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64d < %s 2>&1 \
37 ; RUN: not --crash llc -mtriple=riscv32 -target-abi ilp32e < %s 2>&1 \