Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Diwmmxt_helper.c52 #define EXTEND8H(a) ((uint16_t) (int8_t) (a)) macro
238 ((uint64_t) EXTEND8H((x >> SH0) & 0xff) << 0) | \
239 ((uint64_t) EXTEND8H((x >> SH1) & 0xff) << 16) | \
240 ((uint64_t) EXTEND8H((x >> SH2) & 0xff) << 32) | \
241 ((uint64_t) EXTEND8H((x >> SH3) & 0xff) << 48); \