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

/external/qemu/target-i386/
H A Dhelper_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 Dop_helper.c46 static const uint8_t parity_table[256] = { variable
1838 eflags |= parity_table[al]; /* pf */
1868 eflags |= parity_table[al]; /* pf */
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c114 static const UChar parity_table[256] = { variable
198 pf = parity_table[(UChar)res]; \
219 pf = parity_table[(UChar)res]; \
244 pf = parity_table[(UChar)res]; \
269 pf = parity_table[(UChar)res]; \
286 pf = parity_table[(UChar)CC_DEP1]; \
306 pf = parity_table[(UChar)res]; \
326 pf = parity_table[(UChar)res]; \
343 pf = parity_table[(UChar)CC_DEP1]; \
361 pf = parity_table[(UCha
[all...]
H A Dguest_x86_helpers.c76 static const UChar parity_table[256] = { variable
156 pf = parity_table[(UChar)res]; \
177 pf = parity_table[(UChar)res]; \
202 pf = parity_table[(UChar)res]; \
227 pf = parity_table[(UChar)res]; \
244 pf = parity_table[(UChar)CC_DEP1]; \
264 pf = parity_table[(UChar)res]; \
284 pf = parity_table[(UChar)res]; \
301 pf = parity_table[(UChar)CC_DEP1]; \
319 pf = parity_table[(UCha
[all...]

Completed in 176 milliseconds