Home
last modified time | relevance | path

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

/arch/m68k/fpsp040/
A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
7 | Input: Normalized packed bcd value in ETEMP(a6).
30 | A2. Convert the bcd mantissa to binary by successive
137 | ( ) d4: first word of bcd
138 | ( ) a0: pointer to working bcd value
139 | ( ) a6: pointer to original bcd value
140 | (*) FP_SCR1: working copy of original bcd value
147 movel ETEMP(%a6),(%a0) |save input bcd value
150 movel (%a0),%d4 |get first word of bcd
433 movel (%a0),%d4 |reload 1st bcd word to d4
[all …]
A Dbinstr.S5 | Description: Converts a 64-bit binary integer to bcd.
8 | d0, and a pointer to start in memory for bcd characters
12 | 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
A Dbindec.S8 | to bcd format.
55 | in the output before conversion to bcd. LAMBDA is the
92 | A14. Convert the mantissa to bcd.
94 | mantissa to bcd in memory. The input to binstr is
97 | The bcd digits are stored in the correct position in
100 | A15. Convert the exponent to bcd.
101 | As in A14 above, the exp is converted to bcd and the
331 | in the output before conversion to bcd. LAMBDA is the sign
626 | a0: pointer into memory for packed bcd string formation
/arch/x86/kvm/
A Di8254.h25 u8 bcd; /* not supported */ member
A Di8254.c193 c->bcd); in pit_latch_status()
484 s->bcd = val & 1; in pit_ioport_write()
/arch/mips/include/asm/sgi/
A Dhpc3.h66 volatile u32 bcd; /* byte count info */ member
/arch/x86/math-emu/
A Dreg_ld_str.c302 u_char bcd; in FPU_load_bcd() local
312 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()
/arch/x86/include/uapi/asm/
A Dkvm.h280 __u8 bcd; member

Completed in 21 milliseconds