Searched refs:xfpu (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 512 static void fill_xfpu(const ThreadState *tst, vki_elf_fpxregset_t *xfpu) in fill_xfpu() argument 525 xfpu->reserved = 0; in fill_xfpu() 528 # define DO(n) VG_(memcpy)(xfpu->xmm_space + n * 4, &arch->vex.guest_XMM##n, sizeof(arch->vex.gue… in fill_xfpu() 532 VG_(memset)(xfpu->padding, 0, sizeof(xfpu->padding)); in fill_xfpu() 543 vki_elf_fpxregset_t xfpu; in dump_one_thread() local 544 fill_xfpu(&VG_(threads)[tid], &xfpu); in dump_one_thread() 545 add_note(notelist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu)); in dump_one_thread()
|