HomeSort by relevance Sort by last modified time
    Searched refs:parity_table (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-i386/
cc_helper_template.h 62 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_t)CC_DST]
    [all...]
int_helper.c 243 eflags |= parity_table[al]; /* pf */
273 eflags |= parity_table[al]; /* pf */
cc_helper.c 24 const uint8_t parity_table[256] = { variable
cpu.h 1155 const uint8_t parity_table[256]; variable
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 77 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[(UChar)CC_DEP1];
    [all...]
guest_amd64_helpers.c 115 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[(UChar)CC_DEP1];
    [all...]

Completed in 1301 milliseconds