Symbol: mdsfu_register
sys/arch/hppa/spmath/divsfm.c
50
divsfm(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/divsfr.c
50
divsfr(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/divsim.c
50
divsim(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/divsir.c
50
divsir(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/divufr.c
50
divufr(unsigned int opnd1, unsigned int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/divuir.c
50
divuir(unsigned int opnd1, unsigned int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/md.h
100
void mpyucv(unsigned int, unsigned int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
102
int impys(int *, int *, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
103
int impyu(int *, int *, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
86
void divsfm(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
87
void divsfr(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
88
void divsim(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
89
void divsir(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
91
void divu(int, int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
92
void divufr(unsigned int, unsigned int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
93
void divuir(unsigned int, unsigned int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
95
void mpyaccs(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
96
void mpyaccu(unsigned int, unsigned int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
97
void mpys(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
98
void mpyscv(int, int, struct mdsfu_register *);
sys/arch/hppa/spmath/md.h
99
void mpyu(unsigned int, unsigned int, struct mdsfu_register *);
sys/arch/hppa/spmath/mpyaccs.c
50
mpyaccs(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/mpyaccs.c
52
struct mdsfu_register temp;
sys/arch/hppa/spmath/mpyaccu.c
51
struct mdsfu_register *result)
sys/arch/hppa/spmath/mpyaccu.c
53
struct mdsfu_register temp;
sys/arch/hppa/spmath/mpys.c
50
mpys(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/mpyscv.c
50
mpyscv(int opnd1, int opnd2, struct mdsfu_register *result)
sys/arch/hppa/spmath/mpyu.c
51
struct mdsfu_register *result)
sys/arch/hppa/spmath/mpyucv.c
51
struct mdsfu_register *result)