Searched refs:parity_table (Results 1 - 6 of 6) sorted by relevance

/external/qemu/target-i386/
H A Dcc_helper_template.h62 pf = parity_table[(uint8_t)CC_DST];
86 pf = parity_table[(uint8_t)CC_DST];
110 pf = parity_table[(uint8_t)CC_DST];
135 pf = parity_table[(uint8_t)CC_DST];
157 pf = parity_table[(uint8_t)CC_DST];
177 pf = parity_table[(uint8_t)CC_DST];
199 pf = parity_table[(uint8_t)CC_DST];
211 pf = parity_table[(uint8_t)CC_DST];
236 pf = parity_table[(uint8_t)CC_DST];
260 pf = parity_table[(uint8_
[all...]
H A Dint_helper.c243 eflags |= parity_table[al]; /* pf */
273 eflags |= parity_table[al]; /* pf */
H A Dcc_helper.c24 const uint8_t parity_table[256] = { variable
H A Dcpu.h1155 const uint8_t parity_table[256]; variable
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c77 static const UChar parity_table[256] = { variable
157 pf = parity_table[(UChar)res]; \
178 pf = parity_table[(UChar)res]; \
203 pf = parity_table[(UChar)res]; \
228 pf = parity_table[(UChar)res]; \
245 pf = parity_table[(UChar)CC_DEP1]; \
265 pf = parity_table[(UChar)res]; \
285 pf = parity_table[(UChar)res]; \
302 pf = parity_table[(UChar)CC_DEP1]; \
320 pf = parity_table[(UCha
[all...]
H A Dguest_amd64_helpers.c115 static const UChar parity_table[256] = { variable
199 pf = parity_table[(UChar)res]; \
220 pf = parity_table[(UChar)res]; \
245 pf = parity_table[(UChar)res]; \
270 pf = parity_table[(UChar)res]; \
287 pf = parity_table[(UChar)CC_DEP1]; \
307 pf = parity_table[(UChar)res]; \
327 pf = parity_table[(UChar)res]; \
344 pf = parity_table[(UChar)CC_DEP1]; \
362 pf = parity_table[(UCha
[all...]

Completed in 104 milliseconds