Searched refs:RISCV_EXCP_ILLEGAL_INST (Results 1 – 5 of 5) sorted by relevance
36 return RISCV_EXCP_ILLEGAL_INST; in smode()
42 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, 0); in HELPER()
77 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()
765 RISCV_EXCP_ILLEGAL_INST = 0x2, enumerator
207 riscv_raise_exception(env, RISCV_EXCP_ILLEGAL_INST, GETPC()); in RVVCALL()