Searched refs:popcntw (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 724 TEST_BSX(popcntw, "w", 0); in test_xcnt() 725 TEST_BSX(popcntw, "w", 0x12340128); in test_xcnt()
|
H A D | x86.csv | 1555 "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 D | int_helper.c | 2101 #define popcntw(v) ctpop32(v) macro 2106 VGENERIC_DO(popcntw, u32) 2111 #undef popcntw
|