Searched refs:FPE_REG (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/powerpc/fpu/ |
| HD | fpu_div.c | 177 DPRINTF(FPE_REG, ("fpu_div:\n")); in fpu_div() 178 DUMPFPN(FPE_REG, x); in fpu_div() 179 DUMPFPN(FPE_REG, y); in fpu_div() 180 DPRINTF(FPE_REG, ("=>\n")); in fpu_div() 184 DUMPFPN(FPE_REG, y); in fpu_div() 196 DUMPFPN(FPE_REG, x); in fpu_div() 205 DUMPFPN(FPE_REG, x); in fpu_div() 213 DUMPFPN(FPE_REG, x); in fpu_div() 219 DUMPFPN(FPE_REG, x); in fpu_div() 289 DUMPFPN(FPE_REG, x); in fpu_div()
|
| HD | fpu_add.c | 88 DPRINTF(FPE_REG, ("fpu_add:\n")); in fpu_add() 89 DUMPFPN(FPE_REG, x); in fpu_add() 90 DUMPFPN(FPE_REG, y); in fpu_add() 91 DPRINTF(FPE_REG, ("=>\n")); in fpu_add() 95 DUMPFPN(FPE_REG, y); in fpu_add() 103 DUMPFPN(FPE_REG, y); in fpu_add() 112 DUMPFPN(FPE_REG, y); in fpu_add() 116 DUMPFPN(FPE_REG, y); in fpu_add() 223 DUMPFPN(FPE_REG, r); in fpu_add()
|
| HD | fpu_mul.c | 126 DPRINTF(FPE_REG, ("fpu_mul:\n")); in fpu_mul() 127 DUMPFPN(FPE_REG, x); in fpu_mul() 128 DUMPFPN(FPE_REG, y); in fpu_mul() 129 DPRINTF(FPE_REG, ("=>\n")); in fpu_mul() 135 DUMPFPN(FPE_REG, y); in fpu_mul() 144 DUMPFPN(FPE_REG, y); in fpu_mul() 149 DUMPFPN(FPE_REG, x); in fpu_mul() 236 DUMPFPN(FPE_REG, x); in fpu_mul()
|
| HD | fpu_sqrt.c | 211 DPRINTF(FPE_REG, ("fpu_sqer:\n")); in fpu_sqrt() 212 DUMPFPN(FPE_REG, x); in fpu_sqrt() 213 DPRINTF(FPE_REG, ("=>\n")); in fpu_sqrt() 216 DUMPFPN(FPE_REG, x); in fpu_sqrt() 222 DUMPFPN(FPE_REG, x); in fpu_sqrt() 230 DUMPFPN(FPE_REG, x); in fpu_sqrt() 412 DUMPFPN(FPE_REG, x); in fpu_sqrt()
|
| HD | fpu_explode.c | 255 DPRINTF(FPE_REG, ("fpu_explode: %%%c%d => ", (type == FTYPE_LNG) ? 'x' : in fpu_explode() 260 DUMPFPN(FPE_REG, fp); in fpu_explode() 261 DPRINTF(FPE_REG, ("\n")); in fpu_explode()
|
| HD | fpu_implode.c | 430 DPRINTF(FPE_REG, ("fpu_implode: long %x %x\n", in fpu_implode() 437 DPRINTF(FPE_REG, ("fpu_implode: int %x\n", in fpu_implode() 443 DPRINTF(FPE_REG, ("fpu_implode: single %x\n", in fpu_implode() 449 DPRINTF(FPE_REG, ("fpu_implode: double %x %x\n", in fpu_implode()
|
| HD | fpu_emu.h | 187 #define FPE_REG 0x8 macro
|
| HD | fpu_subr.c | 217 DUMPFPN(FPE_REG, fp); in fpu_newnan()
|