Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 195) sorted by relevance

12345678

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
Dsigned-relocs.s2 ; check: shigh, high, low
6 add3 r0, r0, #low(0x87654321)
10 add3 r0, r0, #low(0x1234ffff)
15 or3 r0, r0, #low(0x87654321)
19 or3 r0, r0, #low(0x1234ffff)
24 ld r0, @(#low(0x87654320),r0)
26 ldh r0, @(#low(0x87654320),r0)
28 lduh r0, @(#low(0x87654320),r0)
30 ldb r0, @(#low(0x87654320),r0)
32 ldub r0, @(#low(0x87654320),r0)
[all …]
Dpic2.s14 add3 r12,r12,#low(_GLOBAL_OFFSET_TABLE_+4)
20 or3 r12,r12,#low(_GLOBAL_OFFSET_TABLE_+4)
34 add3 r12,r12,#low(sym2@GOT)
36 or3 r12,r12,#low(sym2@GOT)
51 add3 r0,r0,#low(gotoff@GOTOFF)
53 or3 r0,r0,#low(gotoff@GOTOFF)
Dhigh-1.s5 or3 r4,r4,#low(foo+0x10000)
8 or3 r4,r4,#low(0x12348765)
11 or3 r4,r4,#low(0x12348765)
14 or3 r4,r4,#low(0x87654321)
Dpic.s14 add3 r12,r12,#low(_GLOBAL_OFFSET_TABLE_+4)
20 or3 r12,r12,#low(_GLOBAL_OFFSET_TABLE_+4)
34 add3 r12,r12,#low(sym2+4)
36 or3 r12,r12,#low(sym2+4)
/toolchain/binutils/binutils-2.25/gas/
Dflonum-copy.c30 in_length = in->leader - in->low; in flonum_copy()
32 if (in->leader < in->low) in flonum_copy()
34 out->leader = out->low - 1; /* 0.0 case */ in flonum_copy()
38 out_length = out->high - out->low; in flonum_copy()
49 memset ((char *) (out->low + in_length + 1), '\0', in flonum_copy()
53 memcpy ((void *) (out->low), (void *) (in->low), in flonum_copy()
56 out->leader = in->leader - in->low + out->low; in flonum_copy()
64 memcpy ((void *) (out->low), (void *) (in->low + shorten), in flonum_copy()
Dflonum-mult.c100 size_of_a = a->leader - a->low; in flonum_multip()
101 size_of_b = b->leader - b->low; in flonum_multip()
103 size_of_product = product->high - product->low; in flonum_multip()
128 A, a->low[A], B, b->low[B], work); in flonum_multip()
134 work += (unsigned long) a->low[A] * (unsigned long) b->low[B]; in flonum_multip()
147 product->low[P] = work; in flonum_multip()
168 product->low[P] = carry; in flonum_multip()
175 for (q = product->low + P; q >= product->low; q--) in flonum_multip()
185 product->leader = product->low + P; in flonum_multip()
Datof-generic.c130 address_of_generic_floating_point_number->low; in atof_generic()
144 address_of_generic_floating_point_number->low; in atof_generic()
299 = -1 + address_of_generic_floating_point_number->low; in atof_generic()
320 - address_of_generic_floating_point_number->low in atof_generic()
433 digits_flonum.low = digits_binary_low; in atof_generic()
487 power_of_10_flonum.low = power_binary_low; in atof_generic()
491 temporary_flonum.low = temporary_binary_low; in atof_generic()
602 if (f->low < f->high)
603 for (lp = f->high; lp >= f->low; lp--)
606 for (lp = f->low; lp <= f->high; lp++)
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
Dvle-reloc-2.s10 e_or2i 1, low@l
17 e_and2i. 1, low@l
24 e_or2is 1, low@l
31 e_lis 1, low@l
38 e_and2is. 1, low@l
45 e_cmp16i 1, low@l
52 e_cmpl16i 1, low@l
59 e_cmph16i 1, low@l
66 e_cmphl16i 1, low@l
73 e_add2i. 1, low@l
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
Dvle-reloc.s12 e_or2i 1, low@l
19 e_and2i. 1, low@l
27 e_or2is 1, low@l
34 e_lis 1, low@l
41 e_and2is. 1, low@l
48 e_cmp16i 1, low@l
55 e_cmpl16i 1, low@l
62 e_cmph16i 1, low@l
69 e_cmphl16i 1, low@l
76 e_add2i. 1, low@l
[all …]
Dvle-reloc.d28 18: R_PPC_VLE_LO16D low
40 30: R_PPC_VLE_LO16D low
54 4c: R_PPC_VLE_LO16D low
66 64: R_PPC_VLE_LO16D low
78 7c: R_PPC_VLE_LO16D low
90 94: R_PPC_VLE_LO16A low
102 ac: R_PPC_VLE_LO16A low
114 c4: R_PPC_VLE_LO16A low
126 dc: R_PPC_VLE_LO16A low
138 f4: R_PPC_VLE_LO16A low
[all …]
/toolchain/binutils/binutils-2.25/gprof/
Dsymtab.c180 unsigned long low, mid, high; in dbg_sym_lookup() local
187 for (low = 0, high = sym_tab->len - 1; low != high;) in dbg_sym_lookup()
189 mid = (high + low) >> 1; in dbg_sym_lookup()
192 low, mid, high); in dbg_sym_lookup()
203 low = mid + 1; in dbg_sym_lookup()
219 long low, high; in sym_lookup() local
230 for (low = 0, high = sym_tab->len - 1; low != high;) in sym_lookup()
233 mid = (high + low) / 2; in sym_lookup()
255 low = mid + 1; in sym_lookup()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dase-errors-2.s7 .set mips64 # ERROR: too low
21 .set mips64 # ERROR: too low
33 .set mips64 # ERROR: too low
41 .set mips4 # ERROR: too low
49 .set mips4 # ERROR: too low
57 .set mips64 # ERROR: too low
65 .set mips4 # ERROR: too low
74 .set mips64 # ERROR: too low
84 .set mips64 # ERROR: too low
Dase-errors-1.s9 .set mips32 # ERROR: too low
25 .set mips32 # ERROR: too low
39 .set mips32 # ERROR: too low
58 .set mips32 # ERROR: too low
68 .set mips32 # ERROR: too low
77 .set mips2 # ERROR: too low
88 .set mips32 # ERROR: too low
100 .set mips32 # ERROR: too low
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dcompressed-plt-1-n32-umips.od380 # ^ low 16 bits of f_lo@plt
382 # ^ low 16 bits of f_lo_dc@plt
384 # ^ low 16 bits of f_lo_ic@plt
386 # ^ low 16 bits of f_lo_ic_dc@plt
388 # ^ low 16 bits of f_lo_du@plt
390 # ^ low 16 bits of f_lo_du_dc@plt
392 # ^ low 16 bits of f_lo_du_ic@plt
394 # ^ low 16 bits of f_lo_du_ic_dc@plt
396 # ^ low 16 bits of f_lo_iu@plt
398 # ^ low 16 bits of f_lo_iu_dc@plt
[all …]
Dcompressed-plt-1-n32-mips16.od380 # ^ low 16 bits of f_lo@plt
382 # ^ low 16 bits of f_lo_dc@plt
384 # ^ low 16 bits of f_lo_ic@plt
386 # ^ low 16 bits of f_lo_ic_dc@plt
388 # ^ low 16 bits of f_lo_du@plt
390 # ^ low 16 bits of f_lo_du_dc@plt
392 # ^ low 16 bits of f_lo_du_ic@plt
394 # ^ low 16 bits of f_lo_du_ic_dc@plt
396 # ^ low 16 bits of f_lo_iu@plt
398 # ^ low 16 bits of f_lo_iu_dc@plt
[all …]
Dcompressed-plt-1-o32-mips16-word.od458 # ^ low 16 bits of f_lo@plt
460 # ^ low 16 bits of f_lo_dc@mips16plt
462 # ^ low 16 bits of f_lo_ic@plt
464 # ^ low 16 bits of f_lo_ic_dc@mips16plt
466 # ^ low 16 bits of f_lo_du@plt
468 # ^ low 16 bits of f_lo_du_dc@plt
470 # ^ low 16 bits of f_lo_du_ic@plt
472 # ^ low 16 bits of f_lo_du_ic_dc@plt
474 # ^ low 16 bits of f_lo_iu@plt
476 # ^ low 16 bits of f_lo_iu_dc@mips16plt
[all …]
Dcompressed-plt-1-o32-mips16.od478 # ^ low 16 bits of f_lo@plt
480 # ^ low 16 bits of f_lo_dc@mips16plt
482 # ^ low 16 bits of f_lo_ic@plt
484 # ^ low 16 bits of f_lo_ic_dc@mips16plt
486 # ^ low 16 bits of f_lo_du@plt
488 # ^ low 16 bits of f_lo_du_dc@plt
490 # ^ low 16 bits of f_lo_du_ic@plt
492 # ^ low 16 bits of f_lo_du_ic_dc@plt
494 # ^ low 16 bits of f_lo_iu@plt
496 # ^ low 16 bits of f_lo_iu_dc@mips16plt
[all …]
Dcompressed-plt-1-o32-umips-word.od461 # ^ low 16 bits of f_lo@micromipsplt
463 # ^ low 16 bits of f_lo_dc@micromipsplt
465 # ^ low 16 bits of f_lo_ic@micromipsplt
467 # ^ low 16 bits of f_lo_ic_dc@micromipsplt
469 # ^ low 16 bits of f_lo_du@plt
471 # ^ low 16 bits of f_lo_du_dc@plt
473 # ^ low 16 bits of f_lo_du_ic@plt
475 # ^ low 16 bits of f_lo_du_ic_dc@plt
477 # ^ low 16 bits of f_lo_iu@micromipsplt
479 # ^ low 16 bits of f_lo_iu_dc@micromipsplt
[all …]
Dcompressed-plt-1-o32-umips.od481 # ^ low 16 bits of f_lo@micromipsplt
483 # ^ low 16 bits of f_lo_dc@micromipsplt
485 # ^ low 16 bits of f_lo_ic@micromipsplt
487 # ^ low 16 bits of f_lo_ic_dc@micromipsplt
489 # ^ low 16 bits of f_lo_du@plt
491 # ^ low 16 bits of f_lo_du_dc@plt
493 # ^ low 16 bits of f_lo_du_ic@plt
495 # ^ low 16 bits of f_lo_du_ic_dc@plt
497 # ^ low 16 bits of f_lo_iu@micromipsplt
499 # ^ low 16 bits of f_lo_iu_dc@micromipsplt
[all …]
Dcompressed-plt-1-o32-mips16-got.od458 # ^ low 16 bits of f_lo@plt
460 # ^ low 16 bits of f_lo_dc@mips16plt
462 # ^ low 16 bits of f_lo_ic@plt
464 # ^ low 16 bits of f_lo_ic_dc@mips16plt
466 # ^ low 16 bits of f_lo_du@plt
468 # ^ low 16 bits of f_lo_du_dc@plt
470 # ^ low 16 bits of f_lo_du_ic@plt
472 # ^ low 16 bits of f_lo_du_ic_dc@plt
474 # ^ low 16 bits of f_lo_iu@plt
476 # ^ low 16 bits of f_lo_iu_dc@mips16plt
[all …]
Dcompressed-plt-1-o32-umips-got.od461 # ^ low 16 bits of f_lo@micromipsplt
463 # ^ low 16 bits of f_lo_dc@micromipsplt
465 # ^ low 16 bits of f_lo_ic@micromipsplt
467 # ^ low 16 bits of f_lo_ic_dc@micromipsplt
469 # ^ low 16 bits of f_lo_du@plt
471 # ^ low 16 bits of f_lo_du_dc@plt
473 # ^ low 16 bits of f_lo_du_ic@plt
475 # ^ low 16 bits of f_lo_du_ic_dc@plt
477 # ^ low 16 bits of f_lo_iu@micromipsplt
479 # ^ low 16 bits of f_lo_iu_dc@micromipsplt
[all …]
Dcompressed-plt-1-o32-se.od96 # ^ low 16 bits of f_lo@plt
98 # ^ low 16 bits of f_lo_du@plt
100 # ^ low 16 bits of f_lo_iu@plt
102 # ^ low 16 bits of f_lo_iu_du@plt
Dcompressed-plt-1-o32-umips-only.od104 # ^ low 16 bits of f_lo@micromipsplt
106 # ^ low 16 bits of f_lo_dc@micromipsplt
108 # ^ low 16 bits of f_lo_ic@micromipsplt
110 # ^ low 16 bits of f_lo_ic_dc@micromipsplt
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Dobjcopy.exp298 set low ""
310 if {$low == "" || $vma < $low} {
311 set low $vma
318 if {$low == "" || $origstart == ""} then {
331 if {$vma != $low + 0x123} then {
332 send_log "$vma != $low + 0x123\n"
349 if {$vma == $low} then {
365 if {$vma != $low + 4} then {
366 send_log "$vma != $low + 4\n"
374 regsub -all "\\+4" $arg "=[expr $low + 4]" argeq
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Datof-vax.c204 f.low = bits + MAX_PRECISION; in atof_vax()
223 f.high = f.low + precision - 1 + GUARD; in atof_vax()
257 if (f->low > f->leader) in flonum_gen2vax()
293 littlenum_end = f->low; in flonum_gen2vax()
299 exponent_1 = f->exponent + f->leader + 1 - f->low; in flonum_gen2vax()

12345678