Home
last modified time | relevance | path

Searched defs:srcdst (Results 1 – 3 of 3) sorted by relevance

/linux/arch/parisc/math-emu/
H A Dsgl_float.h34 #define Sgl_clear_exponent_set_hidden(srcdst) Deposit_sexponent(srcdst,1) argument
35 #define Sgl_clear_signexponent_set_hidden(srcdst) \ argument
37 #define Sgl_clear_sign(srcdst) Sall(srcdst) &= ~((unsigned int)1<<31) argument
38 #define Sgl_clear_signexponent(srcdst) Sall(srcdst) &= 0x007fffff argument
41 #define Sgl_rightshift(srcdst, varamount) \ argument
43 Sgl_leftshift(srcdst,varamount) global() argument
45 Sgl_rightshift_exponentmantissa(srcdst,varamount) global() argument
55 Sgl_arithrightshiftby1(srcdst) global() argument
206 Sgl_right_align(srcdst,shift,extent) global() argument
415 Sglext_clear_signexponent_set_hidden(srcdst) global() argument
417 Sglext_clear_signexponent(srcdst) global() argument
418 Sglext_clear_sign(srcdst) global() argument
[all...]
H A Ddbl_float.h35 #define Dbl_clear_exponent_set_hidden(srcdst) Deposit_dexponent(srcdst,1) argument
36 #define Dbl_clear_signexponent_set_hidden(srcdst) \ argument
38 #define Dbl_clear_sign(srcdst) Dallp1(srcdst) &= ~((unsigned int)1<<31) argument
39 #define Dbl_clear_signexponent(srcdst) \ argument
723 Dblext_clear_signexponent_set_hidden(srcdst) global() argument
725 Dblext_clear_signexponent(srcdst) global() argument
726 Dblext_clear_sign(srcdst) global() argument
[all...]
/linux/drivers/mmc/host/
H A Dsunplus-mmc.c403 u32 value, srcdst; in spmmc_prepare_data() local
[all...]