Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c127 bool has_ecx = qdict_haskey(w, "cpuid-input-ecx"); in get_feature_word() local
131 if (has_ecx) { in get_feature_word()
134 if (eax == reax && (!has_ecx || ecx == recx) && !strcmp(rreg, reg)) { in get_feature_word()