Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 106) sorted by relevance

12345

/toolchain/binutils/binutils-2.25/
Ddepcomp98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
115 lower=abcdefghijklmnopqrstuvwxyz
117 alpha=${upper}${lower}
429 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
Dbadsignedimmlow.s1 ; Immediate lower than #-32769 should cause an error.
Dmisc.s1 ; Check that register names, both upper and lower case work and that
Dmsys.s32 ; symbols (uppaer and lower case) to be used for some of the operands.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
Derr-case.s3 % misrecognized in lower case.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
Dcreg-2.s2 ! syntax, lower and upper case.
Dcreg-1.s1 ! Test recognition of predefined control register names, lower and upper
Dsyntax-1.s7 ! Both all-upper and all-lower must be supported. PTA/PTB without /L
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
Dfile.d15 0+ l[ ]*df \*ABS\*[ ]+0+ lower
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
Dfile.d16 0+ l[ ]*df \*ABS\*[ ]+0+ lower
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-xstormy16.texi83 Computes the lower 16 bits of the given expression and stores it into
89 'there', takes the lower 16 bits of this difference and adds it to
Dc-vax.texi96 upper and lower case. To implement a standard conforming C compiler,
98 default mapping is to convert all lower case characters to uppercase and
107 implies names should be all lower case, with no case hack. A value of 3
337 pc}. Upper and lower case letters are equivalent.
Dc-m32r.texi189 places the lower 16-bits of the result into the immediate-field of the
214 if the lower 16-bits could be interpreted as a signed number, and if
226 In the second example the lower 16-bits are 0x8000. If these are
252 source code the lower 16-bits of the value are going set, so it cannot
Dc-v850.texi349 bits and then multiplies it by the lower 16 bits in register 5, putting
354 Computes the lower 16 bits of the given expression and stores it into
360 'there', takes the lower 16 bits of this difference and adds it to
366 value of the most significant bit of the lower 16 bits of the expression
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-avr.c866 char *lower; in avr_operand() local
870 for (lower = r_name; *lower; ++lower) in avr_operand()
872 if (*lower >= 'A' && *lower <= 'Z') in avr_operand()
873 *lower += 'a' - 'A'; in avr_operand()
/toolchain/binutils/binutils-2.25/binutils/
Ddebug.c207 bfd_signed_vma lower; member
221 bfd_signed_vma lower; member
1444 debug_make_range_type (void *handle, debug_type type, bfd_signed_vma lower, in debug_make_range_type() argument
1462 r->lower = lower; in debug_make_range_type()
1478 debug_type range_type, bfd_signed_vma lower, in debug_make_array_type() argument
1497 a->lower = lower; in debug_make_array_type()
2583 return (*fns->range_type) (fhandle, type->u.krange->lower, in debug_write_type()
2592 return (*fns->array_type) (fhandle, type->u.karray->lower, in debug_write_type()
3154 ret = (t1->u.krange->lower == t2->u.krange->lower in debug_type_samep()
3161 ret = (t1->u.karray->lower == t2->u.karray->lower in debug_type_samep()
Dprdbg.c801 pr_range_type (void *p, bfd_signed_vma lower, bfd_signed_vma upper) in pr_range_type() argument
811 print_vma (lower, abl, FALSE, FALSE); in pr_range_type()
824 pr_array_type (void *p, bfd_signed_vma lower, bfd_signed_vma upper, in pr_array_type() argument
835 if (lower == 0) in pr_array_type()
847 print_vma (lower, abl, FALSE, FALSE); in pr_array_type()
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Davr.sc95 /* For data that needs to reside in the lower 64k of progmem. */
116 /* For code that needs to reside in the lower 128k progmem. */
Davrtiny.sc98 /* For data that needs to reside in the lower 64k of progmem. */
119 /* For code that needs to reside in the lower 128k progmem. */
Dpe.sc83 ${RELOCATING+ lower than the target page size. */}
/toolchain/binutils/binutils-2.25/cpu/
Dip2k.cpu575 ;; one lower than the address of register xxxL.
621 ;; one lower than the address of register xxxL.
685 ;; one lower than the address of register xxxL.
744 ;; one lower than the address of register xxxL.
838 ;; one lower than the address of register xxxL.
947 ;; one lower than the address of register xxxL.
990 ;; one lower than the address of register xxxL.
1090 ;; one lower than the address of register xxxL.
1191 ;; one lower than the address of register xxxL.
1234 ;; one lower than the address of register xxxL.
Dip2k.opc133 /* Make sure it's not in lower case. */
160 /* Maybe it's in lower case. */
201 /* Maybe it's in lower case. */
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dalphaelf.em124 --taso Load executable in the lower 31-bit addressable\n\
/toolchain/binutils/binutils-2.25/gprof/
DREADME186 union of all symspecs. This option has lower
206 has lower precedence than --flat-profile.
223 is suppressed. This option has lower precedence
241 has lower precedence than --exec-counts.
/toolchain/binutils/binutils-2.25/libiberty/
Daclocal.m4173 STACK_DIRECTION < 0 => grows toward lower addresses

12345