Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dmdmx.c1004 #define QH_ONES(n) (((unsigned48)1 << (n))-1) macro
1028 if (s > 1 && ((unsigned48)a & QH_ONES(s-1)) != 0) in RNASQH()
1074 if (s == 1 || (a & QH_ONES(s-1)) == 0) in RNESQH()
1109 if (s > 1 && (a & QH_ONES(s-1)) != 0) in RNEUQH()