Home
last modified time | relevance | path

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

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