Searched defs:sort_constraints (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/tcg/
H A Dtcg.c1271 static void sort_constraints(TCGOpDef *def, int start, int n) function
1353 sort_constraints(def, 0, def->nb_oargs);
1354 sort_constraints(def, def->nb_oargs, def->nb_iargs);

Completed in 212 milliseconds