Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Diwmmxt_helper.c156 #define NZBIT16(x, i) \ macro
213 NZBIT16(x >> 0, 0) | NZBIT16(x >> 16, 1) | \
214 NZBIT16(x >> 32, 2) | NZBIT16(x >> 48, 3); \
243 NZBIT16(x >> 0, 0) | NZBIT16(x >> 16, 1) | \
244 NZBIT16(x >> 32, 2) | NZBIT16(x >> 48, 3); \
289 NZBIT16(a >> 0, 0) | NZBIT16(a >> 16, 1) | \
290 NZBIT16(a >> 32, 2) | NZBIT16(a >> 48, 3); \
475 NZBIT16(x >> 0, 0) | NZBIT16(x >> 16, 1) | in HELPER()
476 NZBIT16(x >> 32, 2) | NZBIT16(x >> 48, 3); in HELPER()
503 NZBIT16(x >> 0, 0) | NZBIT16(x >> 16, 1) | in HELPER()
[all …]