Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c724 TEST_BSX(popcntw, "w", 0); in test_xcnt()
725 TEST_BSX(popcntw, "w", 0x12340128); in test_xcnt()
H A Dx86.csv1555 "POPCNT r16, r/m16","POPCNTW r/m16, r16","popcntw r/m16, r16","F3 0F B8 /r","V","V","POPCNT","opera…
/openbmc/qemu/target/ppc/
H A Dint_helper.c2101 #define popcntw(v) ctpop32(v) macro
2106 VGENERIC_DO(popcntw, u32)
2111 #undef popcntw