Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c259 static Int decShiftToMost(Unit *, Int, Int);
2177 res->digits=decShiftToMost(res->lsu, 1, shift); in decNumberPower()
2317 dac->digits=decShiftToMost(dac->lsu, 1, shift); in decNumberPower()
2866 res->digits=decShiftToMost(res->lsu, res->digits, shift); in decNumberShift()
4043 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
4070 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
4157 res->digits=decShiftToMost(res->lsu, res->digits, shift); in decAddOp()
5454 res->digits=decShiftToMost(res->lsu, 1, shift); in decExpOp()
6082 res->digits=decShiftToMost(res->lsu, res->digits, 1); /* shift */
6096 res->digits=decShiftToMost(res->lsu, res->digits, -adjust);
[all …]