| /src/usr.bin/make/unit-tests/ |
| opt-env.mk | 17 # Try to override the variable; this does not have any effect. 23 # Try to append to the variable; this also doesn't have any effect.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyCFGStackify.cpp | 12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes, 97 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY) or DELEGATE 98 // (in case of TRY). 100 // For each END_(BLOCK|LOOP|TRY) or DELEGATE, the corresponding 101 // BLOCK|LOOP|TRY. 103 // <TRY marker, EH pad> map 105 // <EH pad, TRY marker> map 151 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false, 251 // try) signatures when we implement the multi-value proposal later [all...] |
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 62 Try to restrict yourself; 70 * Try a bit of Perl code, just for fun, taken from pkgsrc/pkgtools/pkglint4. 159 * Try a piece of old-style JavaScript, just for fun, using '==' instead of the
|
| /src/external/lgpl3/gmp/dist/mpn/arm/ |
| bdiv_dbm1c.asm | 42 C * Try using umlal or umaal. 43 C * Try using ldm/stm.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
| WebAssemblyAsmParser.cpp | 222 Try, 290 case Try: 291 return {"try", "end_try/delegate"}; 555 } else if (Name == "try") { 556 push(Try); 566 if (pop(Name, Try)) 568 push(Try); 570 if (pop(Name, Try)) 577 if (pop(Name, Try, CatchAll)) 580 if (pop(Name, Try)) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| t-mvtc.s | 10 ;;; Try out each bit in the PSW
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/ |
| t-mvtc.s | 10 ;;; Try out each bit in the PSW
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| DynamicLibrary.inc | 131 // Try EXE first, mirroring what dlsym(dlopen(NULL)) does.
|
| Memory.inc | 139 // Try again without the NearBlock hint and without large memory pages
|
| Process.inc | 139 // Try again with larger buffer. 221 // We're not going to try to deal with paths longer than MAX_PATH, so we'll 468 // Try to use CryptGenRandom.
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-arm-common.inc | 282 reached a trampoline. Try to detect jump to restorer 317 reached a trampoline. Try to detect jump to restorer 346 reached a trampoline. Try to detect jump to restorer
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-arm-common.inc | 282 reached a trampoline. Try to detect jump to restorer 317 reached a trampoline. Try to detect jump to restorer 346 reached a trampoline. Try to detect jump to restorer
|
| /src/external/lgpl3/gmp/dist/mpn/arm/v6/ |
| addmul_1.asm | 45 C * Try using ldm/stm.
|
| mul_1.asm | 45 C * Try using ldm/stm.
|
| submul_1.asm | 49 C * Try using ldm/stm.
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/p7/ |
| copyi.asm | 46 C * Try rolling the two loop leading std to the end, allowing the code to
|
| /src/external/gpl3/gcc/dist/libgcc/config/microblaze/ |
| divsi3.S | 66 # First part try to find the first '1' in the r5 76 RSUB r31,r6,r30 # Try to subtract (r30 a r6)
|
| modsi3.S | 67 # First part try to find the first '1' in the r5 75 rSUB r31,r6,r3 # Try to subtract (r30 a r6)
|
| udivsi3.S | 77 # First part try to find the first '1' in the r5 87 RSUB r31,r6,r30 # Try to subtract (r30 a r6)
|
| umodsi3.S | 80 # First part: try to find the first '1' in the r5 90 rSUB r31,r6,r3 # Try to subtract (r3 a r6)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/ |
| divsi3.S | 66 # First part try to find the first '1' in the r5 76 RSUB r31,r6,r30 # Try to subtract (r30 a r6)
|
| modsi3.S | 67 # First part try to find the first '1' in the r5 75 rSUB r31,r6,r3 # Try to subtract (r30 a r6)
|
| udivsi3.S | 77 # First part try to find the first '1' in the r5 87 RSUB r31,r6,r30 # Try to subtract (r30 a r6)
|
| umodsi3.S | 80 # First part: try to find the first '1' in the r5 90 rSUB r31,r6,r3 # Try to subtract (r3 a r6)
|
| /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/ |
| rsh1aors_n.asm | 44 C * Try to make this smaller, its size (384 bytes) is excessive. 45 C * Try to reach 2.25 c/l on A15, to match the addlsh_1 family.
|