Searched refs:d0 (Results 1 - 25 of 970) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040419-1.c3 int f(double d0, double d1) { return d0 > 0 == d1 > 0; } argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040419-1.c3 int f(double d0, double d1) { return d0 > 0 == d1 > 0; } argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dneon-suffix-bad.s4 faddd.f32 d0, d0, d0
5 faddd.f64 d0, d0, d0
9 faddd.f32 d0, d0, d0
10 faddd.f64 d0, d
[all...]
H A Dvfpv3xd.s4 fldd d0, [r0]
5 fstd d0, [r0]
7 fldmiad r0, {d0}
8 fldmfdd r0, {d0}
9 fldmiad r0!, {d0}
10 fldmfdd r0!, {d0}
11 fldmdbd r0!, {d0}
12 fldmead r0!, {d0}
14 fstmiad r0, {d0}
15 fstmead r0, {d0}
[all...]
H A Dneon-ldst-align-bad.s1 vld1.8 {d0}, [r0 :128]
H A Dvfma1.d14 00000004 <[^>]*> ee000b00 vmla.f64 d0, d0, d0
15 00000008 <[^>]*> f2000d10 vmla.f32 d0, d0, d0
18 00000014 <[^>]*> eea00b00 vfma.f64 d0, d0, d0
19 00000018 <[^>]*> f2000c10 vfma.f32 d0, d
[all...]
H A Dvfma1.s7 .inst 0xee000b00 @ VFP vmla.f64 d0,d0,d0
8 .inst 0xf2000d10 @ NEON vmla.f32 d0,d0,d0
13 .inst 0xeea00b00 @ VFP vfma.f64 d0,d0,d0
14 .inst 0xf2000c10 @ NEON vfma.f32 d0,d
[all...]
H A Dvldr.s4 vldr d0, float
5 vldr d0, float
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k/
H A Dctrl-1.s1 movec %d0,%rambar
2 movec %d0,%rambar0
H A Dctrl-2.s1 movec %d0,%rambar
2 movec %d0,%rambar1
H A Doperands.s6 tstl %d0
29 tstl %a0@(8,%d0)
30 tstl %a0@(8,%d0:w)
31 tstl %a0@(8,%d0:w:1)
32 tstl %a0@(8,%d0:w:2)
33 tstl %a0@(8,%d0:w:4)
34 tstl %a0@(8,%d0:w:8)
35 tstl %a0@(8,%d0:l)
36 tstl %a0@(8,%d0:l:1)
37 tstl %a0@(8,%d0
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dexpr2.C2 X(double *data, double d0, double d1);
5 int foo(double d0) { argument
7 X(data,d0,d0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Dexpr2.C2 X(double *data, double d0, double d1);
5 int foo(double d0) { argument
7 X(data,d0,d0);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/m68k/
H A Dmovem.s1 movem.l %d0-%d3,-(%sp)
2 movem.l %d0-%d3,(%sp)
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A Dflt_rounds.S22 fmovel %fpcr,%d0
23 bfextu %d0{#26:#2},%d0
24 eorib #1,%d0
H A Dalloca.S50 movl %sp,%d0 /* get current SP value */
51 subl %sp@(4),%d0 /* allocate requested space */
52 andb #~3,%d0 /* longword align for efficiency */
53 addql #8,%d0 /* reuse space of call frame */
54 movl %d0,%sp /* set new SP value */
57 moveal %d0,%a0
H A Dfpgetmask.S16 fmovel %fpcr,%d0
17 bfextu %d0{#18:#5},%d0
H A Dfpgetround.S16 fmovel %fpcr,%d0
17 bfextu %d0{#26:#2},%d0
H A Dfpgetsticky.S16 fmovel %fpsr,%d0
17 bfextu %d0{#24:#5},%d0
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/gen/
H A Dbswap32.S36 movl %sp@(4),%d0
37 rolw #8,%d0
38 swap %d0
39 rolw #8,%d0
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dffs.S53 movl %sp@(4),%d0
54 movl %d0,%d1
55 negl %d0
56 andl %d0,%d1
57 movql #32,%d0
59 subl %d1,%d0
65 movl %sp@(4),%d0
69 lsrl #1,%d0
71 movql #32,%d0
72 subl %d1,%d0
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/m68k/
H A Ds_finite.S46 movw %sp@(4),%d0
48 andw %d1,%d0
49 cmpw %d1,%d0
50 sne %d0
51 extbl %d0
52 negl %d0
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/duration/comparisons/
H A D1.cc33 duration<int> d0(12);
37 VERIFY(d1 < d0);
38 VERIFY(d0 > d1);
40 VERIFY(d0 != d1);
46 VERIFY(d1 <= d0);
47 VERIFY(d0 >= d1);
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/net/
H A Dhtons.S49 clrl %d0
50 movw %sp@(6),%d0
H A Dntohs.S49 clrl %d0
50 movw %sp@(6),%d0

Completed in 144 milliseconds

1234567891011>>