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

/external/qemu/target-arm/
H A Diwmmxt_helper.c155 #define NZBIT16(x, i) \ macro
208 NZBIT16(x >> 0, 0) | NZBIT16(x >> 16, 1) | \
209 NZBIT16(x >> 32, 2) | NZBIT16(x >> 48, 3); \
235 NZBIT16(x >> 0, 0) | NZBIT16(x >> 16, 1) | \
236 NZBIT16(x >> 32, 2) | NZBIT16(x >> 48, 3); \
277 NZBIT16(
[all...]

Completed in 27 milliseconds