Searched refs:FPE_REG (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_div.c | 174 DPRINTF(FPE_REG, ("fpu_div:\n")); in fpu_div() 175 DUMPFPN(FPE_REG, x); in fpu_div() 176 DUMPFPN(FPE_REG, y); in fpu_div() 177 DPRINTF(FPE_REG, ("=>\n")); in fpu_div() 181 DUMPFPN(FPE_REG, y); in fpu_div() 193 DUMPFPN(FPE_REG, x); in fpu_div() 202 DUMPFPN(FPE_REG, x); in fpu_div() 210 DUMPFPN(FPE_REG, x); in fpu_div() 216 DUMPFPN(FPE_REG, x); in fpu_div() 286 DUMPFPN(FPE_REG, x); in fpu_div()
|
H A D | fpu_add.c | 85 DPRINTF(FPE_REG, ("fpu_add:\n")); in fpu_add() 86 DUMPFPN(FPE_REG, x); in fpu_add() 87 DUMPFPN(FPE_REG, y); in fpu_add() 88 DPRINTF(FPE_REG, ("=>\n")); in fpu_add() 92 DUMPFPN(FPE_REG, y); in fpu_add() 100 DUMPFPN(FPE_REG, y); in fpu_add() 109 DUMPFPN(FPE_REG, y); in fpu_add() 113 DUMPFPN(FPE_REG, y); in fpu_add() 220 DUMPFPN(FPE_REG, r); in fpu_add()
|
H A D | fpu_mul.c | 123 DPRINTF(FPE_REG, ("fpu_mul:\n")); in fpu_mul() 124 DUMPFPN(FPE_REG, x); in fpu_mul() 125 DUMPFPN(FPE_REG, y); in fpu_mul() 126 DPRINTF(FPE_REG, ("=>\n")); in fpu_mul() 132 DUMPFPN(FPE_REG, y); in fpu_mul() 141 DUMPFPN(FPE_REG, y); in fpu_mul() 146 DUMPFPN(FPE_REG, x); in fpu_mul() 233 DUMPFPN(FPE_REG, x); in fpu_mul()
|
H A D | fpu_sqrt.c | 208 DPRINTF(FPE_REG, ("fpu_sqer:\n")); in fpu_sqrt() 209 DUMPFPN(FPE_REG, x); in fpu_sqrt() 210 DPRINTF(FPE_REG, ("=>\n")); in fpu_sqrt() 213 DUMPFPN(FPE_REG, x); in fpu_sqrt() 219 DUMPFPN(FPE_REG, x); in fpu_sqrt() 227 DUMPFPN(FPE_REG, x); in fpu_sqrt() 409 DUMPFPN(FPE_REG, x); in fpu_sqrt()
|
H A D | fpu_explode.c | 252 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' : in fpu_explode() 257 DUMPFPN(FPE_REG, fp); in fpu_explode() 258 DPRINTF(FPE_REG, ("\n")); in fpu_explode()
|
H A D | fpu_implode.c | 427 DPRINTF(FPE_REG, ("fpu_implode: long %x %x\n", in fpu_implode() 434 DPRINTF(FPE_REG, ("fpu_implode: int %x\n", in fpu_implode() 440 DPRINTF(FPE_REG, ("fpu_implode: single %x\n", in fpu_implode() 446 DPRINTF(FPE_REG, ("fpu_implode: double %x %x\n", in fpu_implode()
|
H A D | fpu_emu.h | 185 #define FPE_REG 0x8 macro
|
H A D | fpu_subr.c | 214 DUMPFPN(FPE_REG, fp); in fpu_newnan()
|