Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 184) sorted by relevance

12345678

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dx86-64-stack.s1 .macro try bytes:vararg macro
11 try 0x50
12 try 0x58
14 try 0x8f, 0xc0
15 try 0x8f, 0x00
17 try 0xff, 0xd0
18 try 0xff, 0x10
20 try 0xff, 0xe0
21 try 0xff, 0x20
23 try 0xff, 0xf0
[all …]
Dprefetch.s1 .macro try opcode:vararg macro
15 try 0x0f, 0x0d
18 try 0x0f, 0x18
/toolchain/binutils/binutils-2.25/bfd/
Dcpu-sh.c474 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; in sh_get_bfd_mach_from_arch_set() local
481 if (((try & ~arch_set) < (best & ~arch_set) in sh_get_bfd_mach_from_arch_set()
482 || ((try & ~arch_set) == (best & ~arch_set) in sh_get_bfd_mach_from_arch_set()
483 && (~try & arch_set) < (~best & arch_set))) in sh_get_bfd_mach_from_arch_set()
484 && SH_MERGE_ARCH_SET_VALID (try, arch_set)) in sh_get_bfd_mach_from_arch_set()
487 best = try; in sh_get_bfd_mach_from_arch_set()
Daclocal.m4167 # We try a few techniques and use that to set a single cache variable.
634 # First try GNU make style include.
644 # Now try BSD make style include.
795 # arguments. Must try -L first in case configure is actually a
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
Dreloc_symbol.s17 # now lets try some unaligned words and halfwords
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
Dinst.s25 # try changing sections
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-rx.c242 FILE * try; in rx_include() local
325 try = fopen (path = f, FOPEN_RT); in rx_include()
330 try = NULL; in rx_include()
350 try = fopen (path, FOPEN_RT); in rx_include()
354 if (try == NULL) in rx_include()
361 if ((try = fopen (path, FOPEN_RT)) != NULL) in rx_include()
366 if (try == NULL && env != NULL) in rx_include()
369 try = fopen (path, FOPEN_RT); in rx_include()
375 if (try == NULL) in rx_include()
382 fclose (try); in rx_include()
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dscript_test_5.t23 /* We won't try to run this program, just ensure that it links
Dscript_test_7.t23 /* We won't try to run this program, just ensure that it links
Dscript_test_6.t23 /* We won't try to run this program, just ensure that it links
Dscript_test_4.t23 /* We won't try to run this program, just ensure that it links
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/
DREADME10 such code, try to be reasonably complete. Add test code for each
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
Dopcodes.s115 ld #_opcodes_end,dp ; FIXME try to print label on disasm
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-dis.in394 /* If we've switched cpu's, try to find a handle we've used before */
446 /* We try to have as much common code as possible.
449 but if not possible try to move this hook elsewhere rather than
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
Dm32rx.s166 # happen. Things still won't be parallelized, but we want this test to try.
/toolchain/binutils/binutils-2.25/ld/
DREADME55 which try to dlopen an executable, such as PERL or Tcl. You can make
Daclocal.m4167 # We try a few techniques and use that to set a single cache variable.
655 # First try GNU make style include.
665 # Now try BSD make style include.
816 # arguments. Must try -L first in case configure is actually a
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
Dops.s282 try
/toolchain/binutils/binutils-2.25/libiberty/
DREADME15 try to run configure in this directory. Follow the configuration
/toolchain/binutils/binutils-2.25/config/
Dacx.m4292 # First try --with-build-time-tools, if specified.
312 # If we do not find a suitable binary, then try the user's path.
461 dnl See if hard links work and if not, try to substitute $1 or simple copy.
Dtls.m48 [dnl If the test case passed with dynamic linking, try again with
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsolaris2.em89 off as local, others as global, so try both. */
/toolchain/binutils/binutils-2.25/cpu/
Dip2k.opc106 /* Check here to see if you're about to try parsing a w as the first arg
115 cgen will try the next parsing option. */
/toolchain/binutils/binutils-2.25/binutils/
DREADME211 request. Better still, try to reduce the testcase, for example, try to
Daclocal.m4167 # We try a few techniques and use that to set a single cache variable.
655 # First try GNU make style include.
665 # Now try BSD make style include.
816 # arguments. Must try -L first in case configure is actually a

12345678