Home
last modified time | relevance | path

Searched refs:get_constraint_priority (Results 1 – 1 of 1) sorted by relevance

/external/qemu/tcg/
Dtcg.c1018 static int get_constraint_priority(const TCGOpDef *def, int k) in get_constraint_priority() function
1050 p1 = get_constraint_priority(def, def->sorted_args[start + i]); in sort_constraints()
1051 p2 = get_constraint_priority(def, def->sorted_args[start + j]); in sort_constraints()