Home
last modified time | relevance | path

Searched refs:RISCV_EXCP_ILLEGAL_INST (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dth_csr.c36 return RISCV_EXCP_ILLEGAL_INST; in smode()
H A Dzce_helper.c42 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, 0); in HELPER()
H A Dfpu_helper.c77 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in helper_set_rounding_mode()
89 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in helper_set_rounding_mode_chkfrm()
H A Dcpu_bits.h765 RISCV_EXCP_ILLEGAL_INST = 0x2, enumerator
H A Dvcrypto_helper.c207 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in RVVCALL()