Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dmacros.h205 #define fEXTRACTU_RANGE(INREG, HIBIT, LOWBIT) \ argument
206 (((HIBIT) - (LOWBIT) + 1) ? \
207 extract64((INREG), (LOWBIT), ((HIBIT) - (LOWBIT) + 1)) : \
209 #define fINSERT_RANGE(INREG, HIBIT, LOWBIT, INVAL) \ argument
211 int width = ((HIBIT) - (LOWBIT) + 1); \
213 deposit64((INREG), (LOWBIT), width, (INVAL)) : \
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def91 (fZXTN((HIBIT-LOWBIT+1),32,(INREG >> LOWBIT))),
99 int offset=LOWBIT;
100 int width=HIBIT-LOWBIT+1;