Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h68 #define fGETQBITS(REG, WIDTH, MASK, BITNO) \ macro
70 #define fGETQBIT(REG, BITNO) fGETQBITS(REG, 1, 1, BITNO)
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def40 DEF_MACRO(fGETQBITS,
46 fGETQBITS(REG,1,1,BITNO),
H A Dext.idef1723 VCMP(QxV, fGETQBITS(QxV,WIDTH,MASK,i), &, >, N, SRC, MASK, WIDTH)) \
1725 VCMP(QxV, fGETQBITS(QxV,WIDTH,MASK,i), |, >, N, SRC, MASK, WIDTH)) \
1727 VCMP(QxV, fGETQBITS(QxV,WIDTH,MASK,i), ^, >, N, SRC, MASK, WIDTH))
1734 VCMP(QxV, fGETQBITS(QxV,WIDTH,MASK,i), &, ==, N, SRC, MASK, WIDTH)) \
1736 VCMP(QxV, fGETQBITS(QxV,WIDTH,MASK,i), |, ==, N, SRC, MASK, WIDTH)) \
1738 VCMP(QxV, fGETQBITS(QxV,WIDTH,MASK,i), ^, ==, N, SRC, MASK, WIDTH))