Searched refs:fsave (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/arch/m68k/fpsp040/ |
D | x_unimp.S | 18 | 2. Unimp (short) fsave state frame created here by fsave 44 fsave -(%a7) 69 fsave -(%a7) |capture possible exc state
|
D | fpsp.h | 13 | These equates are used to access the exception frame, the fsave 19 | fsave -(a7) 28 | | FPU fsave area | 45 | offsets refer to the Local Variable area and the fsave area. 46 | The fsave frame is also accessible from the top via A7. 62 | Sometimes the exception handler will transform the fsave area 66 | a second fsave frame can be pushed onto the stack and the 122 | fsave offsets and bit definitions 124 | Offsets are defined from the end of an fsave because the last 10 322 | fsave sizes and formats
|
D | skeleton.S | 67 fsave -(%sp) 104 fsave -(%sp) 143 fsave -(%sp) 181 fsave -(%sp) 207 fsave -(%sp) 232 fsave -(%sp) 254 fsave -(%sp) 279 fsave -(%sp)
|
D | x_fline.S | 48 fsave -(%a7) 70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave 78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
|
D | get_op.S | 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack 614 movew %d0,CMDREG1B(%a6) |write command word back to fsave stack 620 |Converted result is now in etemp on fsave stack, now set the source
|
D | x_ovfl.S | 59 fsave -(%a7)
|
D | bugfix.S | 171 | number of the fsave is not $40, this handler is not necessary. 273 fsave -(%a7) 399 fsave -(%a7)
|
D | sgetem.S | 84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
|
D | x_unfl.S | 47 fsave -(%a7)
|
D | x_snan.S | 44 fsave -(%a7)
|
D | do_func.S | 13 | CMDREG1B and STAG are extracted from the fsave frame
|
D | gen_except.S | 127 | idle fsave vector to the unimp vector.
|
D | round.S | 499 | is no LOCAL_GRS scratch word following it on the fsave frame.
|
/Linux-v4.19/arch/x86/kernel/fpu/ |
D | core.c | 187 fpstate_init_fstate(&state->fsave); in fpstate_init() 373 copy_kernel_to_fregs(&init_fpstate.fsave); in copy_init_fpstate_to_fpregs() 427 cwd = (unsigned short)fpu->state.fsave.cwd; in fpu__exception_code() 428 swd = (unsigned short)fpu->state.fsave.swd; in fpu__exception_code()
|
D | regset.c | 314 &fpu->state.fsave, 0, in fpregs_get() 345 &fpu->state.fsave, 0, in fpregs_set()
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | fskeleton.S | 80 fsave -(%sp) 99 fsave -(%sp) 118 fsave -(%sp) 137 fsave -(%sp) 156 fsave -(%sp) 175 fsave -(%sp) 194 | fsave -(%sp)
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1394 # here, we insert the correct fsave status value into the fsave frame for the 1395 # corresponding exception. the operand in the fsave frame should be the original 1657 # we don't mess with the existing fsave frame. just re-insert it and 1972 # here, we insert the correct fsave status value into the fsave frame for the 1973 # corresponding exception. the operand in the fsave frame should be the original 1975 # as a reminder for future predicted pain and agony, we are passing in fsave the 2296 # if we're stuffing a source operand back into an fsave frame then we 2372 # fix_skewed_ops() - adjust src operand in fsave frame # 2413 # signalled as a result of emulation, then an fsave state frame # 3072 # fix_skewed_ops() - adjust src operand in fsave frame # [all …]
|
D | fpsp.S | 1395 # here, we insert the correct fsave status value into the fsave frame for the 1396 # corresponding exception. the operand in the fsave frame should be the original 1658 # we don't mess with the existing fsave frame. just re-insert it and 1973 # here, we insert the correct fsave status value into the fsave frame for the 1974 # corresponding exception. the operand in the fsave frame should be the original 1976 # as a reminder for future predicted pain and agony, we are passing in fsave the 2297 # if we're stuffing a source operand back into an fsave frame then we 2373 # fix_skewed_ops() - adjust src operand in fsave frame # 2414 # signalled as a result of emulation, then an fsave state frame # 3073 # fix_skewed_ops() - adjust src operand in fsave frame # [all …]
|
/Linux-v4.19/arch/x86/include/asm/fpu/ |
D | internal.h | 426 asm volatile("fnsave %[fp]; fwait" : [fp] "=m" (fpu->state.fsave)); in copy_fpregs_to_fpstate() 439 copy_kernel_to_fregs(&fpstate->fsave); in __copy_kernel_to_fpregs()
|
D | types.h | 269 struct fregs_state fsave; member
|
/Linux-v4.19/arch/x86/math-emu/ |
D | fpu_proto.h | 149 extern void fsave(fpu_addr_modes addr_modes, u_char __user *data_address);
|
D | load_store.c | 283 fsave(addr_modes, (u_char __user *) data_address); in FPU_load_store()
|
D | reg_ld_str.c | 1199 void fsave(fpu_addr_modes addr_modes, u_char __user *data_address) in fsave() function
|
/Linux-v4.19/arch/m68k/kernel/ |
D | entry.S | 353 fsave %a0@(TASK_THREAD+THREAD_FPSTATE)
|
/Linux-v4.19/arch/m68k/math-emu/ |
D | fp_scan.S | 64 | normal fpu instruction? (this excludes fsave/frestore)
|