Home
last modified time | relevance | path

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

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