Home
last modified time | relevance | path

Searched refs:fsave (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/src/sys/arch/m68k/060sp/
Dfnetbsd.S92 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/
Dx_unimp.sa44 * 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
Dfpsp.h39 * 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
Dnetbsd.sa93 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)
Dskeleton.sa94 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)
Dx_fline.sa74 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
Dget_op.sa64 * 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
Dx_unsupp.sa51 * Input: Long fsave stack frame
69 fsave -(a7)
Dbugfix.sa87 * /* 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)
Dgen_except.sa153 * 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
Dx_bsun.sa57 fsave -(a7)
Dsgetem.sa110 move.w d0,LOCAL_EX(a0) ;move the sign & exp back to fsave stack
Dx_ovfl.sa84 fsave -(a7)
Dl_fpsp.h40 * to the fsave frame and its bits are removed with the
Dx_unfl.sa73 fsave -(a7)
Dx_snan.sa70 fsave -(a7)
Dx_operr.sa92 fsave -(a7)
/netbsd/src/sys/arch/m68k/060sp/dist/
Dfskeletn.s89 fsave -(%sp)
107 fsave -(%sp)
126 fsave -(%sp)
145 fsave -(%sp)
164 fsave -(%sp)
183 fsave -(%sp)
202 fsave -(%sp)
Dpfpsp.s1404 # 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 …]
Dfpsp.s1404 # 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/
Di387-tdep.h126 const void *fsave);
134 void *fsave);
Di387-tdep.c433 #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/
Dswitch_subr.s282 fsave (%a0)
298 fsave (%a0) | save state
/netbsd/src/tests/lib/libc/sys/
Dt_ptrace_x86_wait.h2439 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/
Dlocore.s287 fsave %a0@ | save state

123