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

  /external/qemu/target-i386/
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...]
op_helper.c 46 static const uint8_t parity_table[256] = { variable
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 76 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[(UChar)CC_DEP1];
    [all...]
guest_amd64_helpers.c 114 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[(UChar)CC_DEP1];
    [all...]

Completed in 97 milliseconds