Searched refs:hi (Results 1 - 25 of 706) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Did-18.c1 long do_hash (const char * lo, const char * hi) argument
4 for (; lo < hi; ++lo)
H A Dpr37883.c6 register char c, *i, *hi; local
8 for (i = base; i < hi; i++)
H A Dpr38413.c8 register char c, *i, *j, *lo, *hi; local
10 for (i = base, hi = base + qsz; i < hi; )
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dvector-1_y.c11 TEST (2, hi, 201)
12 TEST (4, hi, 202)
13 TEST (8, hi, 203)
H A Dvector-1_x.c11 SETUP (2, hi);
12 SETUP (4, hi);
13 SETUP (8, hi);
29 CHECK (2, hi);
30 CHECK (4, hi);
31 CHECK (8, hi);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dvector-1_y.c12 TEST (2, hi, 201)
13 TEST (4, hi, 202)
14 TEST (8, hi, 203)
15 TEST (16, hi, 203)
H A Dvector-1_x.c12 SETUP (2, hi);
13 SETUP (4, hi);
14 SETUP (8, hi);
15 SETUP (16, hi);
34 CHECK (2, hi);
35 CHECK (4, hi);
36 CHECK (8, hi);
37 CHECK (16, hi);
/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofw_pci.h50 * phys.hi cell: npt000ss bbbbbbbb dddddfff rrrrrrrr
83 #define OFW_PCI_PHYS_HI_BUS(hi) \
84 (((hi) & OFW_PCI_PHYS_HI_BUSMASK) >> OFW_PCI_PHYS_HI_BUSSHIFT)
85 #define OFW_PCI_PHYS_HI_DEVICE(hi) \
86 (((hi) & OFW_PCI_PHYS_HI_DEVICEMASK) >> OFW_PCI_PHYS_HI_DEVICESHIFT)
87 #define OFW_PCI_PHYS_HI_FUNCTION(hi) \
88 (((hi) & OFW_PCI_PHYS_HI_FUNCTIONMASK) >> OFW_PCI_PHYS_HI_FUNCTIONSHIFT)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/dlx/
H A Dload.s2 lb %3,%hi(L)
3 lb %3,%hi(L - 7f + ((4f - 5f)<<4))(r2)
4 2: lb %3,%hi(1f)
5 1: lbu %3,%hi((4f - 5f) + 8 - ((5f - 4f)<<4))(r2)
8 lh r3,%hi(5f)[r5]
17 ldstbu %3,%hi((4b - 5b) + 8 - ((5b - 4b)<<4))(r2)
18 ldsthu %3,%hi((4b - 5b) + 8 - ((5b - 4b)<<4))(r2)
19 ldstw %3,%hi((4b - 5b) + 8 - ((5b - 4b)<<4))(r2)
H A Dlhi.s3 lui r3,%hi(2b)
7 mov r4,%hi(. - 2b)
8 mov r4,%hi(.)
H A Dlohi.s5 lhi r1,%hi(.L1 + 200000)
7 lhi r1,%hi(.L1 + 200000000)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Delf-rel27.s3 li $5, %hi(.L0)
8 li $5, %hi(.L0)
H A Delf-rel15.s2 lui $2,%hi(%neg(%gp_rel(foo)))
H A Delf-rel20.s1 lui $4,%hi(foo)
2 lui $5,%hi(foo + 0x80000)
3 lui $7,%hi(bar + 0x80000)
4 lui $6,%hi(bar)
H A Dmips16-hilo.s20 li $4,%hi(0)
23 li $4,%hi(data_label)
26 li $4,%hi(data_label2)
29 li $4,%hi(big_external_data_label)
32 li $4,%hi(small_external_data_label)
35 li $4,%hi(big_external_common)
38 li $4,%hi(small_external_common)
41 li $4,%hi(big_local_common)
44 li $4,%hi(small_local_common)
47 li $4,%hi(
[all...]
H A Delf-rel.s8 lui $at,%hi(l1)
9 lui $at,%hi(l1+4)
10 lui $at,%hi(l1+0x10000)
11 lui $at,%hi(l1+0x10004)
12 lui $at,%hi(l0-4)
13 lui $at,%hi(l1+0x8000)
22 lui $at,%hi(l2)
23 lui $at,%hi(l2+4)
24 lui $at,%hi(l2+0x10000)
25 lui $at,%hi(l
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/v850/
H A Dhilo2.s3 movea hi(blah),r0,r1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dloop2.C28 for (baz hi; hi.b(); hi++)
29 if (tst (hi.d(), x) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dloop2.C28 for (baz hi; hi.b(); hi++)
29 if (tst (hi.d(), x) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D931009-1.c8 g (out, size, lo, hi)
9 int *out, size, lo, hi;
14 out[j] = j * (hi - lo);
H A Dpr31169.c15 HOST_WIDE_INT mask_hi, hi; local
20 hi = (unsigned HOST_WIDE_INT) 1 << (width - HOST_BITS_PER_WIDE_INT - 1);
29 hi = 0;
37 if ((val_hi & mask_hi) == hi
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/ctype/is/char/
H A D9858.cc33 do_is(const char_type*, const char_type* hi, mask*) const argument
34 { return hi; }
37 do_scan_is(mask, const char_type*, const char_type* hi) const
38 { return hi; }
41 do_scan_not(mask, const char_type*, const char_type* hi) const
42 { return hi; }
52 do_is(const char_type*, const char_type* hi, mask*) const argument
53 { called = 5; return hi; }
56 do_scan_is(mask, const char_type*, const char_type* hi) const
57 { called = 10; return hi; }
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D931009-1.c8 g (out, size, lo, hi)
9 int *out, size, lo, hi;
14 out[j] = j * (hi - lo);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/ctype/is/char/
H A D9858.cc42 do_is(const char_type*, const char_type* hi, mask*) const argument
43 { return hi; }
46 do_scan_is(mask, const char_type*, const char_type* hi) const
47 { return hi; }
50 do_scan_not(mask, const char_type*, const char_type* hi) const
51 { return hi; }
61 do_is(const char_type*, const char_type* hi, mask*) const argument
62 { called = 5; return hi; }
65 do_scan_is(mask, const char_type*, const char_type* hi) const
66 { called = 10; return hi; }
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Dcalc1.y14 double lo, hi;
61 (void) printf("(%15.8f, %15.8f)\n", $1.lo, $1.hi);
110 $$.hi = $$.lo = $1;
115 $$.hi = $4;
116 if ( $$.lo > $$.hi )
128 $$.hi = $1.hi + $3.hi;
133 $$.hi = $1 + $3.hi;
[all...]

Completed in 239 milliseconds

1234567891011>>