Searched defs:BITNO (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 68 #define fGETQBITS(REG, WIDTH, MASK, BITNO) \ argument 70 #define fGETQBIT(REG, BITNO) fGETQBITS(REG, 1, 1, BITNO) argument 94 #define fSETQBITS(REG, WIDTH, MASK, BITNO, VAL) \ argument 100 #define fSETQBIT(REG, BITNO, VAL) fSETQBITS(REG, 1, 1, BITNO, VAL) argument
|