Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c963 const Unit *msua, *msub; /* -> operand msus */ in decNumberAnd() local
980 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in decNumberAnd()
986 if (ua>msua) a=0; in decNumberAnd()
1360 const Unit *ua, *msua; /* -> operand and its msu */ in decNumberInvert() local
1374 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */ in decNumberInvert()
1380 if (ua>msua) a=0; in decNumberInvert()
1971 const Unit *msua, *msub; /* -> operand msus */ in decNumberOr() local
1987 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */ in decNumberOr()
1993 if (ua>msua) a=0; in decNumberOr()
3385 const Unit *msua, *msub; /* -> operand msus */ in decNumberXor() local
[all …]