Searched refs:DisasDelayException (Results 1 – 2 of 2) sorted by relevance
53 typedef struct DisasDelayException { struct54 struct DisasDelayException *next; argument62 } DisasDelayException; argument79 DisasDelayException *delay_excp_list;736 static DisasDelayException *delay_excp(DisasContext *ctx, uint8_t excp) in delay_excp()738 DisasDelayException *e = tcg_malloc(sizeof(DisasDelayException)); in delay_excp()762 DisasDelayException *e = delay_excp(ctx, exc); in gen_excp_iir()1158 DisasDelayException *e; in gen_tc()1178 DisasDelayException *e = delay_excp(ctx, EXCP_OVERFLOW); in gen_tsv()4822 for (DisasDelayException *e = ctx->delay_excp_list; e ; e = e->next) { in hppa_tr_tb_stop()
162 typedef struct DisasDelayException { struct163 struct DisasDelayException *next; argument169 } DisasDelayException; argument198 DisasDelayException *delay_excp_list;1063 DisasDelayException *e = g_new0(DisasDelayException, 1); in delay_exceptionv()5724 DisasDelayException *e, *e_next; in sparc_tr_tb_stop()