HomeSort by: relevance | last modified time | path
    Searched refs:extending (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils.old/dist/bfd/
coffswap.h 339 #error we need to cope with truncating or extending SYMNMLEN
376 #error we need to cope with truncating or extending SYMNMLEN
427 #error we need to cope with truncating or extending FILNMLEN
470 #error we need to cope with truncating or extending DIMNUM
526 #error we need to cope with truncating or extending FILNMLEN
562 #error we need to cope with truncating or extending DIMNUM
coffcode.h 5772 #error we need to cope with truncating or extending SYMNMLEN
5800 #error we need to cope with truncating or extending SYMNMLEN
  /src/external/gpl3/gdb.old/dist/bfd/
coffswap.h 339 #error we need to cope with truncating or extending SYMNMLEN
376 #error we need to cope with truncating or extending SYMNMLEN
427 #error we need to cope with truncating or extending FILNMLEN
470 #error we need to cope with truncating or extending DIMNUM
526 #error we need to cope with truncating or extending FILNMLEN
562 #error we need to cope with truncating or extending DIMNUM
coffcode.h 5785 #error we need to cope with truncating or extending SYMNMLEN
5813 #error we need to cope with truncating or extending SYMNMLEN
  /src/external/gpl3/gdb/dist/bfd/
coffswap.h 339 #error we need to cope with truncating or extending SYMNMLEN
376 #error we need to cope with truncating or extending SYMNMLEN
426 #error we need to cope with truncating or extending x_fname
467 #error we need to cope with truncating or extending DIMNUM
522 #error we need to cope with truncating or extending xfname
556 #error we need to cope with truncating or extending DIMNUM
coffcode.h 5774 #error we need to cope with truncating or extending SYMNMLEN
5802 #error we need to cope with truncating or extending SYMNMLEN
peXXigen.c 304 #error we need to cope with truncating or extending x_fname
381 #error we need to cope with truncating or extending x_fname
  /src/external/gpl3/binutils/dist/bfd/
coffswap.h 339 #error we need to cope with truncating or extending SYMNMLEN
376 #error we need to cope with truncating or extending SYMNMLEN
426 #error we need to cope with truncating or extending x_fname
467 #error we need to cope with truncating or extending DIMNUM
522 #error we need to cope with truncating or extending xfname
556 #error we need to cope with truncating or extending DIMNUM
coffcode.h 5779 #error we need to cope with truncating or extending SYMNMLEN
5807 #error we need to cope with truncating or extending SYMNMLEN
peXXigen.c 304 #error we need to cope with truncating or extending x_fname
381 #error we need to cope with truncating or extending x_fname
  /src/external/gpl3/gcc/dist/libgcc/config/cris/
umulsidi3.S 26 ;; zero-extending; in gcc-speak "umulhisi3". The difference to *this*
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
umulsidi3.S 26 ;; zero-extending; in gcc-speak "umulhisi3". The difference to *this*
  /src/external/lgpl3/gmp/dist/mpn/x86/
divrem_1.asm 1 dnl x86 mpn_divrem_1 -- mpn by limb division extending to fractional quotient.
  /src/usr.bin/make/unit-tests/
var-scope-local.mk 252 # accessing a global variable and extending it with local modifications. The
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 5071 HImode targets without properly sign extending them. */
12070 interesting, the loads will not be expanded as sign extending
12073 as such, we must convert the mem load into a sign extending insn,
12101 "use_as_extended_reg: converting non-extending mem load in "
12102 "insn %d into sign-extending load\n", INSN_UID (insn));
12131 "use_as_extended_reg: dest reg %d of extending insn %d is "
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 5071 HImode targets without properly sign extending them. */
12069 interesting, the loads will not be expanded as sign extending
12072 as such, we must convert the mem load into a sign extending insn,
12100 "use_as_extended_reg: converting non-extending mem load in "
12101 "insn %d into sign-extending load\n", INSN_UID (insn));
12130 "use_as_extended_reg: dest reg %d of extending insn %d is "
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1513 void create_mapping (unsigned ext, bool extending = true);
1884 elf_out::create_mapping (unsigned ext, bool extending)
1900 if (extending && ext < 1024 * 1024)
1910 if (!extending || allocate (fd, offset, ext))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1477 void create_mapping (unsigned ext, bool extending = true);
1848 elf_out::create_mapping (unsigned ext, bool extending)
1854 if (extending && ext < 1024 * 1024)
1864 if (!extending || !posix_fallocate (fd, offset, ext))

Completed in 104 milliseconds