/src/tests/sys/x86/ |
t_convert_xmm_s87.c | 63 "converting between FSAVE/FXSAVE comparing to actual results"); 68 struct save87 fsave, fsave_conv; local in function:ATF_TC_BODY 88 "fsave %4\n\t" 90 : "b"(ST_INPUTS), "c"(i), "m"(fsave), "m"(fxsave) 94 /* Self-assertion for working FSAVE/FXSAVE */ 95 ATF_REQUIRE_EQ(fsave.s87_cw, fxsave.fx_cw); 96 ATF_REQUIRE_EQ(fsave.s87_sw, fxsave.fx_sw); 100 ATF_CHECK_EQ(fsave_conv.s87_cw, fsave.s87_cw); 101 ATF_CHECK_EQ(fsave_conv.s87_sw, fsave.s87_sw); 102 ATF_CHECK_EQ(fsave_conv.s87_tw, fsave.s87_tw) 150 struct save87 fsave; local in function:ATF_TC_BODY 182 struct save87 fsave; local in function:ATF_TC_BODY [all...] |
/src/sys/arch/m68k/060sp/ |
fnetbsd.S | 92 fsave %sp@- 111 fsave %sp@- 131 fsave %sp@- 151 fsave %sp@- 171 fsave %sp@- 191 fsave %sp@- 211 fsave %sp@-
|
/src/sys/arch/m68k/fpsp/ |
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 348 * fsave sizes and format [all...] |
l_fpsp.h | 40 * to the fsave frame and its bits are removed with the
|
/src/sys/arch/m68k/060sp/dist/ |
fskeletn.s | 89 fsave -(%sp) 107 fsave -(%sp) 126 fsave -(%sp) 145 fsave -(%sp) 164 fsave -(%sp) 183 fsave -(%sp) 202 fsave -(%sp)
|
pfpsp.s | 596 # fix_skewed_ops() - adjust src operand in fsave frame # 610 # - The fsave frame contains the source operand # 615 # - The fsave frame contains the adjusted src op for opclass 0,2 # 618 # - The "exception present" flag in the fsave frame is cleared # 630 # exceptional operand and plave it in the fsave state frame, and store # 652 fsave FP_SRC(%a6) # grab the "busy" frame 836 # fix_skewed_ops() - adjust src operand in fsave frame # 850 # - The fsave frame contains the source operand # 855 # - The fsave frame contains the adjusted src op for opclass 0,2 # 858 # - The "exception present" flag in the fsave frame is cleared [all...] |
fpsp.s | 596 # fix_skewed_ops() - adjust src operand in fsave frame # 610 # - The fsave frame contains the source operand # 615 # - The fsave frame contains the adjusted src op for opclass 0,2 # 618 # - The "exception present" flag in the fsave frame is cleared # 630 # exceptional operand and plave it in the fsave state frame, and store # 652 fsave FP_SRC(%a6) # grab the "busy" frame 836 # fix_skewed_ops() - adjust src operand in fsave frame # 850 # - The fsave frame contains the source operand # 855 # - The fsave frame contains the adjusted src op for opclass 0,2 # 858 # - The "exception present" flag in the fsave frame is cleared [all...] |
/src/sys/arch/m68k/m68k/ |
switch_subr.s | 108 fsave (%a2) | save FP state 231 fsave (%a0) | save FP state 282 fsave (%a0) 298 fsave (%a0) | save state
|
/src/tests/lib/libc/sys/ |
t_ptrace_x86_wait.h | 2439 struct save87 fsave; local in function:get_fpu_regs 2463 : "a"(out->st), "m"(fsave), "m"(fxsave) 2467 FORKEE_ASSERT_EQ(fsave.s87_cw, fxsave.fx_cw); 2468 FORKEE_ASSERT_EQ(fsave.s87_sw, fxsave.fx_sw); 2470 /* fsave contains full tw */ 2471 out->cw = fsave.s87_cw; 2472 out->sw = fsave.s87_sw; 2473 out->tw = fsave.s87_tw;
|
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 425 .word 0xf310 | fsave %a0@
|
/src/sys/arch/sun3/sun3/ |
locore.s | 302 fsave %a0@ | save state
|
/src/sys/arch/sun3/sun3x/ |
locore.s | 287 fsave %a0@ | save state
|
/src/sys/arch/virt68k/virt68k/ |
locore.s | 326 fsave %a0@ | save state
|
/src/sys/arch/cesfic/cesfic/ |
locore.s | 452 fsave %a0@ | save state
|
/src/sys/arch/next68k/next68k/ |
locore.s | 462 fsave %a0@ | save state
|
/src/sys/arch/mvme68k/mvme68k/ |
locore.s | 747 fsave %a0@ | save state
|
/src/sys/arch/x68k/x68k/ |
locore.s | 456 fsave %a0@ | save state
|
/src/sys/arch/luna68k/luna68k/ |
locore.s | 387 fsave %a0@ | save state
|
/src/sys/arch/news68k/news68k/ |
locore.s | 485 fsave %a0@ | save state
|
/src/sys/arch/atari/atari/ |
locore.s | 315 fsave %a0@ | save state
|
/src/sys/arch/hp300/hp300/ |
locore.s | 622 fsave %a0@ | save state
|
/src/sys/arch/mac68k/mac68k/ |
locore.s | 535 fsave %a0@ | save state
|
/src/sys/arch/amiga/amiga/ |
locore.s | 320 fsave %a0@ | save state
|