Searched refs:bcd (Results 1 – 8 of 8) sorted by relevance
4 | Description: Converts normalized packed bcd value pointed to by7 | Input: Normalized packed bcd value in ETEMP(a6).30 | A2. Convert the bcd mantissa to binary by successive137 | ( ) d4: first word of bcd138 | ( ) a0: pointer to working bcd value139 | ( ) a6: pointer to original bcd value140 | (*) FP_SCR1: working copy of original bcd value147 movel ETEMP(%a6),(%a0) |save input bcd value150 movel (%a0),%d4 |get first word of bcd433 movel (%a0),%d4 |reload 1st bcd word to d4[all …]
5 | Description: Converts a 64-bit binary integer to bcd.8 | d0, and a pointer to start in memory for bcd characters12 | Output: LEN bcd digits representing the 64-bit integer.36 | into d2:d3. D1 will contain the bcd digit formed.57 | a0: pointer into memory for packed bcd string formation
8 | to bcd format.55 | in the output before conversion to bcd. LAMBDA is the92 | A14. Convert the mantissa to bcd.94 | mantissa to bcd in memory. The input to binstr is97 | The bcd digits are stored in the correct position in100 | A15. Convert the exponent to bcd.101 | As in A14 above, the exp is converted to bcd and the331 | in the output before conversion to bcd. LAMBDA is the sign626 | a0: pointer into memory for packed bcd string formation
25 u8 bcd; /* not supported */ member
193 c->bcd); in pit_latch_status()484 s->bcd = val & 1; in pit_ioport_write()
66 volatile u32 bcd; /* byte count info */ member
302 u_char bcd; in FPU_load_bcd() local312 FPU_get_user(bcd, s + pos); in FPU_load_bcd()314 l += bcd >> 4; in FPU_load_bcd()316 l += bcd & 0x0f; in FPU_load_bcd()
280 __u8 bcd; member
Completed in 21 milliseconds