HomeSort by relevance Sort by last modified time
    Searched full:sort_constraints (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/
tcg.c 1040 static void sort_constraints(TCGOpDef *def, int start, int n) function
1122 sort_constraints(def, 0, def->nb_oargs);
1123 sort_constraints(def, def->nb_oargs, def->nb_iargs);
    [all...]

Completed in 49 milliseconds