Searched defs:fpsr (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dsigcontext.h51 __u32 fpsr; member in struct:fpsimd_context
H A Dptrace.h78 __u32 fpsr; member in struct:user_fpsimd_state
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_arm64.h72 uint32_t fpsr; /* FPU status register */ member in struct:__anon6898
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-arm64.c106 { "fpsr", 6240, 32 },
229 UInt fpsr = (UInt)fpsr64; local
230 VG_(transfer) (&fpsr, buf, dir, size, mod);
232 UInt fpsr; local
234 VG_(transfer) ((UInt*)&fpsr, buf, dir, size, mod);
235 fpsr64 = fpsr;
237 /* resync the cache with the part of fpsr that VEX represents. */
239 fpsr = (UInt)fpsr64;
240 VG_(transfer) (&fpsr, buf, valgrind_to_gdbserver, size, mod);
/external/valgrind/VEX/priv/
H A Dguest_arm64_helpers.c1800 ULong fpsr = 0; local
1803 fpsr |= (1 << 27);
1804 return fpsr;
1808 ULong fpsr )
1811 vex_state->guest_QCFLAG[0] = (UInt)((fpsr >> 27) & 1);
H A Dhost_arm64_isel.c2831 HReg fpsr = newVRegI(env); local
2836 addInstr(env, ARM64Instr_Imm64(fpsr, 0));
2837 addInstr(env, ARM64Instr_FPSR(True/*toFPSR*/, fpsr));
2839 addInstr(env, ARM64Instr_FPSR(False/*!toFPSR*/, fpsr));
2840 addInstr(env, ARM64Instr_Shift(fpsr, fpsr, ARM64RI6_I6(27),
2844 addInstr(env, ARM64Instr_Logic(fpsr,
2845 fpsr, ril_one, ARM64lo_AND));
2847 of |dst|, and the Q bit at the bottom of |fpsr|.
2849 produces a 128 bit value, dst[63:0]:fpsr[6
3484 HReg fpsr = newVRegI(env); local
[all...]
/external/valgrind/include/vki/
H A Dvki-arm64-linux.h508 __vki_u32 fpsr; member in struct:vki_user_fpsimd_state
H A Dvki-arm-linux.h555 unsigned int fpsr:32; member in struct:vki_user_fp

Completed in 741 milliseconds