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

123

/external/strace/linux/sh64/
H A Duserent.h153 XLAT_UOFF(fpu),
/external/llvm/test/MC/ARM/
H A Ddirective-fpu-multiple.s1 @ Check multiple .fpu directives.
3 @ The later .fpu directive should overwrite the earlier one.
4 @ We also check here that all the .fpu directives that we expect to work do work
9 .fpu none
10 .fpu vfp
11 .fpu vfpv2
12 .fpu vfpv3
13 .fpu vfpv3-fp16
14 .fpu vfpv3-d16
15 .fpu vfpv
[all...]
H A Ddirective-fpu-diagnostics.s7 .fpu invalid
9 @ CHECK: .fpu invalid
H A Dpr22395.s8 .fpu neon
14 .fpu vfpv3
19 .fpu vfpv3-d16
24 .fpu vfpv4
29 .fpu vfpv4-d16
34 .fpu fpv5-d16
39 .fpu fp-armv8
44 .fpu fp-armv8
49 .fpu neon
54 .fpu neo
[all...]
H A Ddirective-fpu-instrs.s3 .fpu neon
7 @ .thumb should not disable the prior .fpu neon
H A Ddirective-fpu-softvfp.s8 .fpu softvfp
H A Dpr22395-2.s8 .fpu vfpv3
13 .fpu vfpv4
18 .fpu neon
23 .fpu neon-vfpv4
28 .fpu neon-fp-armv8
33 .fpu crypto-neon-fp-armv8
H A D2010-11-30-reloc-movt.s8 .fpu neon
H A Ddirective-fpu.s22 .fpu neon
H A Ddirective-unsupported.s21 .fpu neon
24 // CHECK: .fpu neon
H A Dvfp-aliases.s4 .fpu vfp
/external/llvm/test/CodeGen/ARM/
H A Dbuild-attributes-encoding.s22 .fpu vfpv3
/external/syslinux/com32/lib/sys/i386/
H A Dx86_init_fpu.c8 #include <sys/fpu.h>
/external/syslinux/com32/lib/sys/x86_64/
H A Dx86_init_fpu.c8 #include <sys/fpu.h>
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-directives.s15 .fpu neon
/external/syslinux/com32/lib/sys/
H A Dx86_init_fpu.c16 #include <sys/fpu.h>
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A DMakefile1 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \
/external/python/cpython2/Modules/
H A Dfpectlmodule.c181 #include <machine/fpu.h>
189 #include <asm/fpu.h>
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi_processor.h39 bool fpu; member in struct:__anon20849
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c426 static void fill_fpu(const ThreadState *tst, vki_elf_fpregset_t *fpu) argument
432 //:: static void fill_fpu(vki_elf_fpregset_t *fpu, const HChar *from)
439 //:: VG_(memcpy)(fpu, from, 7*sizeof(long));
441 //:: to = (UShort *)&fpu->st_space[0];
447 //:: VG_(memcpy)(fpu, from, sizeof(*fpu));
450 //:: fill_fpu(fpu, (const HChar *)&arch->m_sse);
453 //:: fpu->cwd = ?;
454 //:: fpu->swd = ?;
455 //:: fpu
544 vki_elf_fpregset_t fpu; local
[all...]
H A Dcoredump-solaris.c324 static void fill_fpregset(vki_fpregset_t *fpu, const ThreadState *tst) argument
329 VG_(memset)(fpu, 0, sizeof(*fpu));
331 struct vki_fpchip_state *fs = &fpu->fp_reg_set.fpchip_state;
360 VG_(memset)(fpu, 0, sizeof(*fpu));
361 struct vki_fpchip_state *fs = &fpu->fp_reg_set.fpchip_state;
747 vki_fpregset_t fpu; local
748 fill_fpregset(&fpu, tst);
749 add_note(notes, VKI_NT_PRFPREG, &fpu, sizeo
[all...]
/external/boringssl/src/crypto/perlasm/
H A Darm-xlate.pl27 my $fpu = sub {
28 if ($flavour =~ /linux/) { ".fpu\t".join(',',@_); }
/external/syslinux/com32/lib/sys/vesa/
H A Dinitvesa.c39 #include <sys/fpu.h>
/external/syslinux/com32/modules/
H A Dcpuidtest.c55 if (cpu.flags.fpu)
56 printf("fpu ");
/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-arm-linux.S35 .fpu vfp

Completed in 503 milliseconds

123