Searched refs:fpu (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-10-stable/sys/amd64/include/
H A Dnpx.h6 #include <x86/fpu.h>
H A Dfpu.h44 #include <x86/fpu.h>
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_i386.cpp41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
H A DRegisterContextMach_x86_64.cpp41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
H A DRegisterContextMach_arm.h35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextMach_i386.h34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextMach_x86_64.h34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
H A DRegisterContextMach_arm.cpp43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) argument
46 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) argument
72 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
H A DRegisterContextDarwin_x86_64.cpp222 fpu(),
446 { "Floating Point Registers", "fpu", k_num_fpu_registers, g_fpu_regnums },
516 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu));
555 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu));
641 value = fpu.fcw;
645 value = fpu.fsw;
649 value = fpu.ftw;
653 value = fpu.fop;
657 value = fpu.ip;
661 value = fpu
[all...]
H A DRegisterContextDarwin_i386.cpp198 fpu(),
399 { "Floating Point Registers", "fpu", k_num_fpu_registers, g_fpu_regnums },
471 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu));
510 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu));
594 value = fpu.fcw;
598 value = fpu.fsw;
602 value = fpu.ftw;
606 value = fpu.fop;
610 value = fpu.ip;
614 value = fpu
[all...]
H A DRegisterContextDarwin_i386.h147 FPU fpu; member in class:RegisterContextDarwin_i386
236 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
H A DRegisterContextDarwin_x86_64.h151 FPU fpu; member in class:RegisterContextDarwin_x86_64
240 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0;
249 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_fpu.c125 ATF_TC(fpu); variable
126 ATF_TC_HEAD(fpu, tc)
132 ATF_TC_BODY(fpu, tc)
149 ATF_TP_ADD_TC(tp, fpu);
/freebsd-10-stable/sys/ia64/include/
H A Dieeefp.h34 #include <machine/fpu.h>
/freebsd-10-stable/tools/test/testfloat/sparc64/
H A DMakefile29 EMUFLOAT_DIR= ${LIBC_DIR}/sparc64/fpu
40 SRCS3= fpu.c fpu_add.c fpu_compare.c fpu_div.c fpu_emul.S fpu_explode.c \
57 CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/.. -I${LIBC_DIR}/sparc64/fpu \
61 CLEANFILES+= fpu.c fpu_add.c fpu_compare.c fpu_div.c fpu_emu.h \
82 fpu.c: ${EMUFLOAT_DIR}/fpu.c
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_compare.c56 #include <machine/fpu.h>
59 #include <powerpc/fpu/fpu_arith.h>
60 #include <powerpc/fpu/fpu_emu.h>
H A Dfpu_explode.c54 #include <machine/fpu.h>
58 #include <powerpc/fpu/fpu_arith.h>
59 #include <powerpc/fpu/fpu_emu.h>
60 #include <powerpc/fpu/fpu_extern.h>
61 #include <powerpc/fpu/fpu_instr.h>
H A Dfpu_mul.c53 #include <machine/fpu.h>
56 #include <powerpc/fpu/fpu_arith.h>
57 #include <powerpc/fpu/fpu_emu.h>
H A Dfpu_add.c55 #include <machine/fpu.h>
59 #include <powerpc/fpu/fpu_arith.h>
60 #include <powerpc/fpu/fpu_emu.h>
H A Dfpu_div.c53 #include <machine/fpu.h>
56 #include <powerpc/fpu/fpu_arith.h>
57 #include <powerpc/fpu/fpu_emu.h>
H A Dfpu_subr.c53 #include <machine/fpu.h>
56 #include <powerpc/fpu/fpu_arith.h>
57 #include <powerpc/fpu/fpu_emu.h>
/freebsd-10-stable/sys/powerpc/include/
H A Dpcb.h53 struct fpu { struct in struct:pcb
/freebsd-10-stable/lib/libc/sparc64/sys/
H A DMakefile.inc13 CFLAGS+= -I${.CURDIR}/sparc64/fpu
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsun3-nat.c128 #define fpustruct ((struct fpu *) core_reg_sect)
130 if (core_reg_size >= sizeof (struct fpu))
/freebsd-10-stable/lib/libc/amd64/gen/
H A Dgetcontextx.c36 #include <machine/fpu.h>

Completed in 121 milliseconds

1234