Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h350 #define fGET10BIT(COE, VAL, POS) \ argument
352 COE = (sextract32(VAL, 24 + 2 * POS, 2) << 8) | \
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def59 COE = (((((fGETUBYTE(3,VAL) >> (2 * POS)) & 3) << 8) | fGETUBYTE(POS,VAL)) << 6);
60 COE >>= 6;