Searched refs:fGETQBITS (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 68 #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 D | macros.def | 40 DEF_MACRO(fGETQBITS, 46 fGETQBITS(REG,1,1,BITNO),
|
H A D | ext.idef | 1723 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))
|