Searched refs:popct (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bitcnt.c | 21 int popct; member 25 { { .w8 = 0x00 }, .popct=0 }, 26 { { .w8 = 0x01 }, .popct=1 }, 27 { { .w8 = 0x03 }, .popct=2 }, 28 { { .w8 = 0x04 }, .popct=1 }, 29 { { .w8 = 0x0f }, .popct=4 }, 30 { { .w8 = 0x3f }, .popct=6 }, 31 { { .w8 = 0x40 }, .popct=1 }, 32 { { .w8 = 0xf0 }, .popct=4 }, 33 { { .w8 = 0x7f }, .popct=7 }, [all …]
|