Searched refs:fpsr (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/arch/arm64/kvm/
H A Dguest.c68 off < KVM_REG_ARM_CORE_REG(fp_regs.fpsr);
98 case KVM_REG_ARM_CORE_REG(fp_regs.fpsr):
175 case KVM_REG_ARM_CORE_REG(fp_regs.fpsr):
176 return &vcpu->arch.ctxt.fp_regs.fpsr;
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S646 fmovm.l %fpcr,%fpsr,%fpiar,USER_FPCR(%a6) # save ctrl regs
706 fmov.l &0x0,%fpsr
732 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
747 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
766 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
792 fmov.l &0x0,%fpsr
805 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
886 fmovm.l %fpcr,%fpsr,%fpiar,USER_FPCR(%a6) # save ctrl regs
949 fmov.l &0x0,%fpsr
982 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S196 fmove.l %fpsr,-(%sp)
198 fmove.l (%sp)+,%fpsr
/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c495 &fpsimd_state.fpsr, &errors);
596 check_u32(vl, "FPSR", &write_fpsimd.fpsr,
/linux-master/arch/arm64/kernel/
H A Dsignal32.c125 /* Create an AArch32 fpscr from the fpsr and the fpcr. */
126 fpscr = (fpsimd->fpsr & VFP_FPSCR_STAT_MASK) |
167 /* Extract the fpsr and the fpcr from the fpscr */
169 fpsimd.fpsr = fpscr & VFP_FPSCR_STAT_MASK;
H A Dfpsimd.c419 &current->thread.uw.fpsimd_state.fpsr,
499 &last->st->fpsr, save_ffr);
2033 &this_cpu_ptr(&efi_fpsimd_state)->fpsr,
2085 &this_cpu_ptr(&efi_fpsimd_state)->fpsr,
H A Dptrace.c846 * Copy fpsr, and fpcr which must follow contiguously in
851 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr,
996 * Copy fpsr, and fpcr which must follow contiguously in
1002 &target->thread.uw.fpsimd_state.fpsr,
1487 * We pretend we have 32-bit registers because the fpsr and
1752 fpscr = (uregs->fpsr & VFP_FPSCR_STAT_MASK) |
1779 uregs->fpsr = fpscr & VFP_FPSCR_STAT_MASK;
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c139 case KVM_REG_ARM_CORE_REG(fp_regs.fpsr):
140 return "KVM_REG_ARM_CORE_REG(fp_regs.fpsr)";
314 KVM_REG_ARM64 | KVM_REG_SIZE_U32 | KVM_REG_ARM_CORE | KVM_REG_ARM_CORE_REG(fp_regs.fpsr),
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h319 &vcpu->arch.ctxt.fp_regs.fpsr,
331 &sve_state->fpsr,
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h22 | fmove.l fpsr/fpcr/fpiar,USER_FPSR(a6)
52 | fmove.l USER_FPSR(a6),fpsr/fpcr/fpiar
137 .set FPSR_SHADOW,LV-64 | fpsr shadow reg
H A Dgen_except.S154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte
233 fmoveml USER_FPCR(%a6),%fpcr/%fpsr/%fpiar
368 fmoveml USER_FPCR(%a6),%fpcr/%fpsr/%fpiar
H A Dsrem_mod.S371 fmovel %fpsr,%d6
374 fmovel %d6,%fpsr | ...put Q in fpsr
H A Ddecbin.S63 | in an inex2 exception. If so, set inex1 in the fpsr and
H A Dget_op.S539 fmovel #0,%FPSR |clr fpsr from decbin
H A Dssin.S162 | 9D25B Fix: Sometimes the previous fmove.s sets fpsr bits
164 fmovel #0,%fpsr
H A Dres_func.S338 | Write the result to memory, setting the fpsr cc bits. NaN and Inf
854 fmovel %fpsr,%d1
881 fmovel %fpsr,%d1
1028 fmovel %fpsr,%d1
1056 fmovel %fpsr,%d1
1509 fmovel %fpsr,%d1
1555 fmovel %fpsr,%d1
1600 fmovel %fpsr,%d1
H A Dbindec.S266 fmovel #0,%FPSR |zero all of fpsr - nothing needed
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h532 __u32 fpsr; member in struct:cpu_sve_state

Completed in 393 milliseconds

12