Home | History | Annotate | Download | only in tcg

Lines Matching refs:TCGHelperInfo

584         s->helpers = realloc(s->helpers, n * sizeof(TCGHelperInfo));
815 const TCGHelperInfo *th1 = p1;
816 const TCGHelperInfo *th2 = p2;
826 static TCGHelperInfo *tcg_find_helper(TCGContext *s, tcg_target_ulong val)
829 TCGHelperInfo *th;
833 qsort(s->helpers, s->nb_helpers, sizeof(TCGHelperInfo),
939 TCGHelperInfo *th;