Searched refs:fpsr (Results 1 - 21 of 21) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_arm64.h72 uint32_t fpsr; /* FPU status register */ member in struct:__anon6309
/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/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc91 if (fpregs.fpsr)
92 printf("%x\n", fpregs.fpsr);
/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/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.cc201 out->float_save.fpscr = fpregs.fpsr |
224 out->float_save.fpsr = fpregs.fpsr;
H A Ducontext_reader.cc205 out->float_save.fpsr = fpregs->fpsr;
/external/valgrind/VEX/pub/
H A Dlibvex_guest_arm64.h195 ULong fpsr );
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc37 #define PRINT_REG_FP(__fpregs) printf ("%x\n", (unsigned) (__fpregs.fpsr))
/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/libunwind/src/ia64/
H A Dgetcontext.S65 mov.m rFPSR = ar.fpsr // M2, 12 cyc.
H A DGinstall_cursor.S272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
/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
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S150 mrs x4, fpsr
/external/google-breakpad/src/processor/
H A Ddump_context.cc548 printf(" float_save.fpsr = 0x%x\n", context_arm64->float_save.fpsr);
H A Dminidump.cc705 Swap(&context_arm64->float_save.fpsr);
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.c248 "mov x30, #0 ; msr fpsr, x30 ; " \
253 "mrs x30, fpsr ; str x30, [%0, #32] " \
257 UInt fpsr = 0xFFFFFF60 & block[2].u32[0]; \
259 showV128(&block[1]); printf(" fpsr=%08x\n", fpsr); \
277 "mov x30, #0 ; msr fpsr, x30 ; " \
283 "mrs x30, fpsr ; str x30, [%0, #48] " \
288 UInt fpsr = 0xFFFFFF60 & block[3].u32[0]; \
291 showV128(&block[2]); printf(" fpsr=%08x\n", fpsr); \
[all...]
/external/elfutils/tests/
H A Drun-readelf-mixed-corenote.sh356 fpsr: 0x00000000, fpcr: 0x00000000
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml391 "{cx},{ax},{di},~{dirflag},~{fpsr},~{flags},~{edi},~{ecx}"

Completed in 656 milliseconds