Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper_template.h.inc48 pf = parity_table[(uint8_t)dst];
68 pf = parity_table[(uint8_t)dst];
88 pf = parity_table[(uint8_t)dst];
110 pf = parity_table[(uint8_t)dst];
131 pf = parity_table[(uint8_t)dst];
147 pf = parity_table[(uint8_t)dst];
163 pf = parity_table[(uint8_t)dst];
176 pf = parity_table[(uint8_t)dst];
195 pf = parity_table[(uint8_t)dst];
212 pf = parity_table[(uint8_t)dst];
H A Dhelper-tcg.h90 extern const uint8_t parity_table[256];
H A Dint_helper.c240 eflags |= parity_table[al]; /* pf */ in helper_daa()
272 eflags |= parity_table[al]; /* pf */ in helper_das()
H A Dcc_helper.c25 const uint8_t parity_table[256] = { variable