Searched refs:vfp_set_fpsr (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 120 vfp_set_fpsr(env, ldl_p(buf)); in aarch64_gdb_set_fpu_reg() 200 vfp_set_fpsr(env, *(uint32_t *)buf); in aarch64_gdb_set_sve_reg()
|
H A D | vfp_helper.c | 188 void vfp_set_fpsr(CPUARMState *env, uint32_t val) in vfp_set_fpsr() function 279 vfp_set_fpsr(env, val & FPSCR_FPSR_MASK); in HELPER()
|
H A D | machine.c | 115 vfp_set_fpsr(env, val); in get_fpsr()
|
H A D | kvm.c | 2338 vfp_set_fpsr(env, fpr); in kvm_arch_get_registers()
|
H A D | cpu.h | 1778 * vfp_set_fpsr: write the AArch64 FPSR 1782 void vfp_set_fpsr(CPUARMState *env, uint32_t value);
|
H A D | helper.c | 4920 vfp_set_fpsr(env, value); in vae1_tlbmask() 7573 vfp_set_fpsr(env, 0x0800009f); in aa64_allint_access()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | signal.c | 283 vfp_set_fpsr(env, fpsr); in target_restore_fpsimd_record()
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 575 vfp_set_fpsr(env, val); in hvf_get_registers()
|