| /netbsd/src/sys/arch/m68k/060sp/ |
| D | fnetbsd.S | 92 fsave %sp@- 111 fsave %sp@- 131 fsave %sp@- 151 fsave %sp@- 171 fsave %sp@- 191 fsave %sp@- 211 fsave %sp@-
|
| /netbsd/src/sys/arch/m68k/fpsp/ |
| D | x_unimp.sa | 44 * Note: An fsave for an unimplemented inst. will create a short 45 * fsave stack. 50 * 2. Unimp (short) fsave state frame created here by fsave 70 fsave -(a7) 95 fsave -(a7) ;capture possible exc state
|
| D | fpsp.h | 39 * These equates are used to access the exception frame, the fsave 45 * fsave -(a7) 54 * | FPU fsave area | 71 * offsets refer to the Local Variable area and the fsave area. 72 * The fsave frame is also accessible 'from the top' via A7. 88 * Sometimes the exception handler will transform the fsave area 92 * a second fsave frame can be pushed onto the stack and the 148 * fsave offsets and bit definitions 150 * Offsets are defined from the end of an fsave because the last 10
|
| D | netbsd.sa | 93 fsave -(sp) 126 fsave -(sp) 164 fsave -(sp) 197 fsave -(sp) 218 fsave -(sp) 239 fsave -(sp) 257 fsave -(sp) 277 fsave -(sp) 315 fsave -(sp)
|
| D | skeleton.sa | 94 fsave -(sp) 127 fsave -(sp) 168 fsave -(sp) 202 fsave -(sp) 224 fsave -(sp) 243 fsave -(sp) 261 fsave -(sp) 282 fsave -(sp) 322 fsave -(sp)
|
| D | x_fline.sa | 74 fsave -(a7) 96 sub.l #UNIMP_40_SIZE-4,a7 ;emulate an orig fsave 104 sub.l #UNIMP_41_SIZE-4,a7 ;emulate a rev fsave
|
| D | get_op.sa | 64 * opclasses the number(s) are written back to the fsave stack 266 * ;on the fsave stack 269 * ;to the fsave stack and fall 294 * ;on the fsave stack 434 * the normalized operand is placed back on the fsave stack 564 fmove.x fp0,ETEMP(a6) ;put the unpacked sop in the fsave stack 634 * ;put the unpacked sop in the fsave stack 641 move.w d0,CMDREG1B(a6) ;write command word back to fsave stack 647 *Converted result is now in etemp on fsave stack, now set the source
|
| D | x_unsupp.sa | 51 * Input: Long fsave stack frame 69 fsave -(a7)
|
| D | bugfix.sa | 87 * /* first save some values on the fsave frame */ 134 * /* first save some values on the fsave frame */ 196 * number of the fsave is not $40, this handler is not necessary. 298 fsave -(a7) 424 fsave -(a7)
|
| D | gen_except.sa | 153 * idle fsave vector to the unimp vector. 434 fsave (sp) 447 fsave -(sp) 456 clr.l (sp) ; get rid of old fsave frame 471 clr.l (sp) ; get rid of old fsave frame
|
| D | x_bsun.sa | 57 fsave -(a7)
|
| D | sgetem.sa | 110 move.w d0,LOCAL_EX(a0) ;move the sign & exp back to fsave stack
|
| D | x_ovfl.sa | 84 fsave -(a7)
|
| D | l_fpsp.h | 40 * to the fsave frame and its bits are removed with the
|
| D | x_unfl.sa | 73 fsave -(a7)
|
| D | x_snan.sa | 70 fsave -(a7)
|
| D | x_operr.sa | 92 fsave -(a7)
|
| /netbsd/src/sys/arch/m68k/060sp/dist/ |
| D | fskeletn.s | 89 fsave -(%sp) 107 fsave -(%sp) 126 fsave -(%sp) 145 fsave -(%sp) 164 fsave -(%sp) 183 fsave -(%sp) 202 fsave -(%sp)
|
| D | pfpsp.s | 1404 # here, we insert the correct fsave status value into the fsave frame for the 1405 # corresponding exception. the operand in the fsave frame should be the original 1667 # we don't mess with the existing fsave frame. just re-insert it and 1982 # here, we insert the correct fsave status value into the fsave frame for the 1983 # corresponding exception. the operand in the fsave frame should be the original 1985 # as a reminder for future predicted pain and agony, we are passing in fsave the 2243 mov.w &0xe004,2+FP_SRC(%a6) # set fsave status 3120 fsave FP_SRC(%a6) # grab the "busy" frame 3140 # here, we simply see if the operand in the fsave frame needs to be "unskewed". 3271 # fix_skewed_ops() - adjust src operand in fsave frame # [all …]
|
| D | fpsp.s | 1404 # here, we insert the correct fsave status value into the fsave frame for the 1405 # corresponding exception. the operand in the fsave frame should be the original 1667 # we don't mess with the existing fsave frame. just re-insert it and 1982 # here, we insert the correct fsave status value into the fsave frame for the 1983 # corresponding exception. the operand in the fsave frame should be the original 1985 # as a reminder for future predicted pain and agony, we are passing in fsave the 2243 mov.w &0xe004,2+FP_SRC(%a6) # set fsave status 3120 fsave FP_SRC(%a6) # grab the "busy" frame 3140 # here, we simply see if the operand in the fsave frame needs to be "unskewed". 3271 # fix_skewed_ops() - adjust src operand in fsave frame # [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | i387-tdep.h | 126 const void *fsave); 134 void *fsave);
|
| D | i387-tdep.c | 433 #define FSAVE_ADDR(tdep, fsave, regnum) \ argument 434 (fsave + fsave_offset[regnum - I387_ST0_REGNUM (tdep)]) 442 i387_supply_fsave (struct regcache *regcache, int regnum, const void *fsave) in i387_supply_fsave() argument 447 const gdb_byte *regs = (const gdb_byte *) fsave; in i387_supply_fsave() 455 if (fsave == NULL) in i387_supply_fsave() 497 i387_collect_fsave (const struct regcache *regcache, int regnum, void *fsave) in i387_collect_fsave() argument 501 gdb_byte *regs = (gdb_byte *) fsave; in i387_collect_fsave()
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | switch_subr.s | 282 fsave (%a0) 298 fsave (%a0) | save state
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_ptrace_x86_wait.h | 2439 struct save87 fsave; in get_fpu_regs() local 2463 : "a"(out->st), "m"(fsave), "m"(fxsave) in get_fpu_regs() 2467 FORKEE_ASSERT_EQ(fsave.s87_cw, fxsave.fx_cw); in get_fpu_regs() 2468 FORKEE_ASSERT_EQ(fsave.s87_sw, fxsave.fx_sw); in get_fpu_regs() 2471 out->cw = fsave.s87_cw; in get_fpu_regs() 2472 out->sw = fsave.s87_sw; in get_fpu_regs() 2473 out->tw = fsave.s87_tw; in get_fpu_regs()
|
| /netbsd/src/sys/arch/sun3/sun3x/ |
| D | locore.s | 287 fsave %a0@ | save state
|