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.h77 __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:__anon6309
/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.c1200 ULong fpsr = 0; local
1203 fpsr |= (1 << 27);
1204 return fpsr;
1208 ULong fpsr )
1211 vex_state->guest_QCFLAG[0] = (UInt)((fpsr >> 27) & 1);
H A Dhost_arm64_isel.c2803 HReg fpsr = newVRegI(env); local
2808 addInstr(env, ARM64Instr_Imm64(fpsr, 0));
2809 addInstr(env, ARM64Instr_FPSR(True/*toFPSR*/, fpsr));
2811 addInstr(env, ARM64Instr_FPSR(False/*!toFPSR*/, fpsr));
2812 addInstr(env, ARM64Instr_Shift(fpsr, fpsr, ARM64RI6_I6(27),
2816 addInstr(env, ARM64Instr_Logic(fpsr,
2817 fpsr, ril_one, ARM64lo_AND));
2819 of |dst|, and the Q bit at the bottom of |fpsr|.
2821 produces a 128 bit value, dst[63:0]:fpsr[6
3456 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 579 milliseconds