Searched defs:get_constraint_priority (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg.c1001 static int get_constraint_priority(const TCGOpDef *def, int k) function
1033 p1 = get_constraint_priority(def, def->sorted_args[start + i]);
1034 p2 = get_constraint_priority(def, def->sorted_args[start + j]);

Completed in 50 milliseconds