Home | History | Annotate | Download | only in target-mips

Lines Matching refs:excp

788 generate_exception_err (DisasContext *ctx, int excp, int err)
790 TCGv_i32 texcp = tcg_const_i32(excp);
799 generate_exception (DisasContext *ctx, int excp)
802 gen_helper_0i(raise_exception, excp);