Searched refs:li (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dli.s1 # Source file used to test the li macro.
4 li $4,0
5 li $4,1
6 li $4,0x8000
7 li $4,-0x8000
8 li $4,0x10000
9 li $4,0x1a5a5
H A Dmicromips-ill.s6 li.s $4,foo
7 li.s $4,2.0e1000
8 li.s $4,$4
9 li.s 1.0
H A Dli.d2 #name: MIPS li
5 # Test the li macro.
10 0+0000 <[^>]*> li a0,0
11 0+0004 <[^>]*> li a0,1
12 0+0008 <[^>]*> li a0,0x8000
13 0+000c <[^>]*> li a0,-32768
H A Dlifloat.s1 # Source file used to test the li.d and li.s macros.
4 li.d $4,1.12345
5 li.d $f4,1.12345
7 li.s $4,1.12345
8 li.s $f4,1.12345
H A Deret-1.s2 li $t4, 0
5 1: li $t2, 3
7 2: li $a0, 0
16 li $t4, 4
18 li $t4, 3
21 li $t4, 3
25 li $t4, 3
26 1: li $t4, 3
H A Dli-d.s1 # Source file used to test the li macro.
6 li.d $2, 0
7 li.d $f0, 0
9 li.d $f0, 0
11 li.d $f0, 0
14 li.d $f0, 0
16 li.d $f0, 0
18 li.d $f0, 0
20 li.d $f0, 0
H A Dmicromips@li.d2 #name: MIPS li
3 #source: li.s
6 # Test the li macro (microMIPS).
11 [0-9a-f]+ <[^>]*> ee00 li a0,0
12 [0-9a-f]+ <[^>]*> ee01 li a0,1
13 [0-9a-f]+ <[^>]*> 5080 8000 li a0,0x8000
14 [0-9a-f]+ <[^>]*> 3080 8000 li a0,-32768
H A Delf-rel27.s3 li $5, %hi(.L0)
8 li $5, %hi(.L0)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dli.s1 # Source file used to test the li macro.
4 li $4,0
5 li $4,1
6 li $4,0x8000
7 li $4,-0x8000
8 li $4,0x10000
9 li $4,0x1a5a5
H A Dlifloat.s1 # Source file used to test the li.d and li.s macros.
4 li.d $4,1.12345
5 li.d $f4,1.12345
7 li.s $4,1.12345
8 li.s $f4,1.12345
H A Dli.d2 #name: MIPS li
5 # Test the li macro.
10 0+0000 <[^>]*> li a0,0
11 0+0004 <[^>]*> li a0,1
12 0+0008 <[^>]*> li a0,0x8000
13 0+000c <[^>]*> li a0,-32768
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline7.C7 std::list<int*> li; variable
11 li.size ();
16 li.push_back (0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr52876.c6 long long li; variable
12 li = (long long)(int)addr;
13 li &= 0xffffffff;
14 return li;
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Ddarwin-vecsave.S40 li r11,-192
42 li r11,-176
44 li r11,-160
46 li r11,-144
48 li r11,-128
50 li r11,-112
52 li r11,-96
54 li r11,-80
56 li r11,-64
58 li r1
[all...]
H A Dcrtrestvr.S37 li r11,-192
40 li r11,-176
43 li r11,-160
46 li r11,-144
49 li r11,-128
52 li r11,-112
55 li r11,-96
58 li r11,-80
61 li r11,-64
64 li r1
[all...]
H A Dcrtsavevr.S37 li r11,-192
40 li r11,-176
43 li r11,-160
46 li r11,-144
49 li r11,-128
52 li r11,-112
55 li r11,-96
58 li r11,-80
61 li r11,-64
64 li r1
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dinf-1.c10 long double li = __builtin_infl(); local
22 if (li + li != li)
31 if (li != lh)
40 if (li <= 0)
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Doverflow-negate-1.c17 volatile long int li = LONG_MIN; local
18 volatile long int li2 = li & (((((((-li) + 1) - 1) + 1) - 1) + 1) - 1);
19 li2 = -(li + e + f);
20 li = -li;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/
H A D2.cc28 std::list<int> li; local
29 iterator_type it = std::back_inserter(li);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/
H A D2.cc28 std::list<int> li; local
29 iterator_type it = std::front_inserter(li);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/insert_iterator/
H A D2.cc29 std::list<int> li; local
30 std::list<int>::iterator liit = li.begin();
31 iterator_type it01(li, liit);
32 iterator_type it02 = std::inserter(li, liit);
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dtest1elf32.s29 li 3,dsym1-dsym0
30 li 3,dsym0-dsym1
31 li 3,usym1-usym0
32 li 3,usym0-usym1
33 li 3,dsym0-usym0
34 li 3,usym0-dsym0
36 li 3,dsym0@l
37 li 3,dsym0@h
38 li 3,dsym0@ha
41 li
[all...]
H A Dtest1elf64.s53 li 3,dsym1-dsym0
54 li 3,dsym0-dsym1
55 li 3,usym1-usym0
56 li 3,usym0-usym1
57 li 3,dsym0-usym0
58 li 3,usym0-dsym0
60 li 3,dsym0@l
61 li 3,dsym0@h
62 li 3,dsym0@ha
64 li
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ppc/
H A Dtest1elf32.s29 li 3,dsym1-dsym0
30 li 3,dsym0-dsym1
31 li 3,usym1-usym0
32 li 3,usym0-usym1
33 li 3,dsym0-usym0
34 li 3,usym0-dsym0
36 li 3,dsym0@l
37 li 3,dsym0@h
38 li 3,dsym0@ha
41 li
[all...]
H A Dtest1elf64.s53 li 3,dsym1-dsym0
54 li 3,dsym0-dsym1
55 li 3,usym1-usym0
56 li 3,usym0-usym1
57 li 3,dsym0-usym0
58 li 3,usym0-dsym0
60 li 3,dsym0@l
61 li 3,dsym0@h
62 li 3,dsym0@ha
64 li
[all...]

Completed in 72 milliseconds

1234567891011>>