HomeSort by relevance Sort by last modified time
    Searched refs:ld (Results 1 - 25 of 4251) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
range64.s 2 ld 4,-32768(3)
3 ld 5,-1(3)
4 ld 6,2(3)
5 ld 7,32767(3)
6 ld 8,32768(3)
7 ld 9,-32769(3)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ld-reloc.s 3 ld $4,($4)
4 ld $4,0x7ffb($4)
5 ld $4,0x7ffc($4)
6 ld $4,0x7fff($4)
7 ld $4,0x8000($4)
9 ld $4,($5)
10 ld $4,0x7ffb($5)
11 ld $4,0x7ffc($5)
12 ld $4,0x7fff($5)
13 ld $4,0x8000($5
    [all...]
ld-pic.s 1 # Source file used to test the ld macro with PIC code.
15 ld $4,0
16 ld $4,1
17 ld $4,0x8000
18 ld $4,-0x8000
19 ld $4,0x10000
20 ld $4,0x1a5a5
21 ld $4,0($5)
22 ld $4,1($5)
23 ld $4,0x8000($5
    [all...]
ld.s 2 # (ld and friends).
4 # By default test ld.
9 .macro ld ops:vararg
16 .macro ld ops:vararg
23 .macro ld ops:vararg
30 .macro ld ops:vararg
37 .macro ld ops:vararg
65 ld r4,0
66 ld r4,1
67 ld r4,0x800
    [all...]
mips2@ecoff@ld.d 3 #name: MIPS ld
4 #source: ld.s
5 #dump: ld.d
mips32@ecoff@ld.d 3 #name: MIPS ld
4 #source: ld.s
5 #dump: ld.d
mips32r2@ecoff@ld.d 3 #name: MIPS ld
4 #source: ld.s
5 #dump: ld.d
r3000@ld.d 3 #name: MIPS ld
4 #source: ld.s
5 #dump: mips1@ld.d
r3900@ecoff@ld.d 3 #name: MIPS ld
4 #source: ld.s
5 #dump: ld.d
fix-rm7000-1.s 6 ld $7,0($fp)
7 ld $4,0($fp)
10 ld $4,0($fp)
ecoff@ld-forward.d 3 #name: MIPS ld forward
4 #source: ld.s
5 #dump: ecoff@ld.d
ld-forward-n32.d 3 #name: MIPS ld forward n32
4 #source: ld.s
5 #dump: ld-n32.d
ld-forward-n64.d 3 #name: MIPS ld forward n64
4 #source: ld.s
5 #dump: ld-n64.d
ld-forward.d 3 #name: MIPS ld forward
4 #source: ld.s
5 #dump: ld.d
mips2@ecoff@ld-forward.d 3 #name: MIPS ld forward
4 #source: ld.s
5 #dump: ld.d
  /external/clang/test/Sema/
float128-ld-incompatibility.cpp 10 long double ld{qf()}; // expected-error {{cannot initialize a variable of type 'long double' with an rvalue of type '__float128'}}
13 auto test1(__float128 q, long double ld) -> decltype(q + ld) { // expected-error {{invalid operands to binary expression ('__float128' and 'long double')}}
14 return q + ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')}}
22 long double ld; local
25 ld + q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')}}
26 q + ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')}} local
27 ld - q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')}}
28 q - ld; // expected-error {{invalid operands to binary expression ('__float128' and 'long double')}}
29 ld * q; // expected-error {{invalid operands to binary expression ('long double' and '__float128')}
30 q * ld; \/\/ expected-error {{invalid operands to binary expression ('__float128' and 'long double')}} local
32 q \/ ld; \/\/ expected-error {{invalid operands to binary expression ('__float128' and 'long double')}} local
    [all...]
warn-double-promotion.c 7 float ReturnFloatFromLongDouble(long double ld) {
8 return ld;
11 double ReturnDoubleFromLongDouble(long double ld) {
12 return ld;
27 void Assignment(float f, double d, long double ld) {
29 ld = f; //expected-warning{{implicit conversion increases floating-point precision: 'float' to 'long double'}}
30 ld = d; //expected-warning{{implicit conversion increases floating-point precision: 'double' to 'long double'}}
32 f = ld;
33 d = ld;
45 void BinaryOperator(float f, double d, long double ld) {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
ld-group.s 4 ld a,i
5 ld a,r
6 ld a,a
7 ld a,b
8 ld a,c
9 ld a,d
10 ld a,e
11 ld a,h
12 ld a,l
13 ld a,(hl
    [all...]
ld-group.d 10 [ ]+0:[ ]+ed 57[ ]+ld a,i
11 [ ]+2:[ ]+ed 5f[ ]+ld a,r
12 [ ]+4:[ ]+7f[ ]+ld a,a
13 [ ]+5:[ ]+78[ ]+ld a,b
14 [ ]+6:[ ]+79[ ]+ld a,c
15 [ ]+7:[ ]+7a[ ]+ld a,d
16 [ ]+8:[ ]+7b[ ]+ld a,e
17 [ ]+9:[ ]+7c[ ]+ld a,h
18 [ ]+a:[ ]+7d[ ]+ld a,l
19 [ ]+b:[ ]+7e[ ]+ld a,\(hl\
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
ldst03.s 0 # ld.b (no relocations here)
4 ld.b 0(%r0),%r0
5 ld.b 1(%r1),%r31
6 ld.b 2(%r2),%r30
7 ld.b 513(%r3),%r29
8 ld.b 1028(%r4),%r28
9 ld.b 4090(%r5),%r27
10 ld.b 8190(%r6),%r26
11 ld.b 16385(%r7),%r25
12 ld.b 32007(%r7),%r2
    [all...]
ldst01.s 0 # ld.l (no relocations here)
4 ld.l 0(%r0),%r0
5 ld.l 124(%r1),%r31
6 ld.l 256(%r2),%r30
7 ld.l 512(%r3),%r29
8 ld.l 1024(%r4),%r28
9 ld.l 4096(%r5),%r27
10 ld.l 8192(%r6),%r26
11 ld.l 16384(%r7),%r25
12 ld.l -16384(%r8),%r2
    [all...]
ldst02.s 0 # ld.s (no relocations here)
4 ld.s 0(%r0),%r0
5 ld.s 122(%r1),%r31
6 ld.s 258(%r2),%r30
7 ld.s 512(%r3),%r29
8 ld.s 1028(%r4),%r28
9 ld.s 4090(%r5),%r27
10 ld.s 8190(%r6),%r26
11 ld.s 16384(%r7),%r25
12 ld.s -16384(%r8),%r2
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/include/
plat.ld.S 9 #include <arm_common.ld.S>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
ld.s 0 # ld test
3 ld r0,[r1,r2]
5 ld.a r1,[r3,r4]
8 ld r0,[0]
9 ld r0,[r1,30]
10 ld r1,[r2,-20]
ld2.s 0 # ld/lr test
3 ld r0,[r1]
4 ld r5,[r6,1]
5 ld r19,[foo]
6 ld.a r4,[r2,10]
7 ld r1,[900]

Completed in 739 milliseconds

1 2 3 4 5 6 7 8 91011>>