Lines Matching full:bcd
9846 /* 60-bit BCD string stored in two 32-bit values. Check that each,
9847 * digit is a valid BCD number, i.e. less then 9.
10021 /* first argument is all 1's if the BCD string had an invalid digit in it. */
10044 /* Convert the 110-bit densely packed BCD string to a 128-bit BCD string */
10054 /* Convert the 50 bit densely packed BCD string to a 60 bit
10055 * BCD string.
10083 /* Convert the 50 bit densely packed BCD string to a 60 bit
10084 * BCD string.
10100 /* Convert the 10 bit densely packed BCD string to a 12 bit
10101 * BCD string.
11710 case 0x142: // ddedpd DFP Decode DPD to BCD
11718 /* Unsigned BCD string */
11732 /* Signed BCD string, the cases for sp 2 and 3 only differ in how
11788 case 0x342: // denbcd DFP Encode BCD to DPD
11801 /* Unsigned BCD string */
11855 /* Signed BCD string, least significant 4 bits are sign bits
11877 /* Get the sign of the BCD string. */
11889 /* Check for invalid sign and BCD digit. Don't check the bottom
11919 * sign value and the validity of the BCD digits.
11971 case 0x142: // ddedpdq DFP Decode DPD to BCD
11981 /* Note, instruction only stores the lower 32 BCD digits in
11993 /* Unsigned BCD string */
12021 /* Signed BCD string, the cases for sp 2 and 3 only differ in how
12085 case 0x342: // denbcdq DFP Encode BCD to DPD
12110 /* Unsigned BCD string */
12157 /* The entire BCD string fits in lower 110-bits. The LMD = 0,
12159 * BCD digits are stored.
12185 /* The sign of the BCD string is stored in lower 4 bits */
12196 /* Generate the value assuminig the sign and BCD digits are vaild */
12234 /* The entire BCD string fits in lower 110-bits. The LMD value
12239 /* Check for invalid sign and invalid BCD digit. Don't check the
12268 /* Calculate the value of the result assuming sign and BCD digits
12295 * If there was an invalid BCD digit or invalid sign value, replace
12403 /* Get the BCD string for the value stored in a series of I32 values.
12446 /* Get the BCD string for the value stored in a series of I32 values.
18234 AltiVec BCD Arithmetic instructions.
19325 case 0x142: // ddedpd DFP Decode DPD to BCD
19326 case 0x342: // denbcd DFP Encode BCD to DPD
19642 case 0x142: // ddedpdq DFP Decode DPD to BCD
19643 case 0x342: // denbcdq DFP Encode BCD to DPD
20165 /* BCD arithmetic */