| /src/tests/lib/libc/stdlib/ |
| t_div.c | 82 lldiv_t lld; local 84 lld = lldiv(NUM, DENOM); 86 ATF_CHECK(lld.quot == QUOT); 87 ATF_CHECK(lld.rem == REM);
|
| /src/external/apache2/llvm/dist/llvm/utils/release/ |
| build_llvm_package.bat | 61 -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;compiler-rt;openmp;lldb"
75 ninja check-lld || ninja check-lld || ninja check-lld || exit /b
89 ninja check-lld || ninja check-lld || ninja check-lld || exit /b
125 ninja check-lld || ninja check-lld || ninja check-lld || exit /b [all...] |
| test-release.sh | 73 echo " -no-lld Disable check-out & build lld" 161 -no-lld ) 257 projects="$projects lld"
|
| /src/external/gpl3/gdb/dist/sim/testsuite/mips/ |
| r6-64.s | 141 writemsg "[19] Test LLD" 144 lld $4, -248($3) 148 lld $4, -248($3)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/ |
| r6-64.s | 141 writemsg "[19] Test LLD" 144 lld $4, -248($3) 148 lld $4, -248($3)
|
| /src/sys/arch/mips/include/ |
| asm.h | 461 #define PTR_LL lld 516 #define INT_LL lld 562 #define LONG_LL lld 593 #define REG_LL lld
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| chkformat.d | 184 case Format.lld: // long long int 416 case Format.lld: // pointer to long long int 776 lld, // long long int 871 lm == 'l' && lm2 ? Format.lld : 1016 assert(parsePrintfFormatSpecifier("%lld", idx, widthStar, precisionStar) == Format.lld); 1206 assert(parseScanfFormatSpecifier("%lld", idx, asterisk) == Format.lld); 1357 foreach (s; ["%[]", "%[s", "%[0-9lld", "%[", "%[a-z]"])
|
| /src/sys/arch/mips/mips/ |
| lock_stubs_llsc.S | 162 1: lld t0, 0(a0)
|
| /src/tests/usr.bin/printf/ |
| printf.sh | 1539 expect 88888 %lld 88888
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-opc.c | 1307 {"lld", "t,+j(b)", 0x7c000037, 0xfc00007f, WR_1|RD_3|LM, 0, I69, 0, 0 }, 1308 {"lld", "t,o(b)", 0xd0000000, 0xfc000000, WR_1|RD_3|LM, 0, I3, 0, EE|I69 }, 1309 {"lld", "t,A(b)", 0, (int) M_LLD_AB, INSN_MACRO, 0, I3, 0, EE },
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-opc.c | 1307 {"lld", "t,+j(b)", 0x7c000037, 0xfc00007f, WR_1|RD_3|LM, 0, I69, 0, 0 }, 1308 {"lld", "t,o(b)", 0xd0000000, 0xfc000000, WR_1|RD_3|LM, 0, I3, 0, EE|I69 }, 1309 {"lld", "t,A(b)", 0, (int) M_LLD_AB, INSN_MACRO, 0, I3, 0, EE },
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-opc.c | 1307 {"lld", "t,+j(b)", 0x7c000037, 0xfc00007f, WR_1|RD_3|LM, 0, I69, 0, 0 }, 1308 {"lld", "t,o(b)", 0xd0000000, 0xfc000000, WR_1|RD_3|LM, 0, I3, 0, EE|I69 }, 1309 {"lld", "t,A(b)", 0, (int) M_LLD_AB, INSN_MACRO, 0, I3, 0, EE },
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-opc.c | 1306 {"lld", "t,+j(b)", 0x7c000037, 0xfc00007f, WR_1|RD_3|LM, 0, I69, 0, 0 }, 1307 {"lld", "t,o(b)", 0xd0000000, 0xfc000000, WR_1|RD_3|LM, 0, I3, 0, EE|I69 }, 1308 {"lld", "t,A(b)", 0, (int) M_LLD_AB, INSN_MACRO, 0, I3, 0, EE },
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| cpplint.py | 1758 - "%lld" instead of %qd" in printf-type functions.
|
| /src/external/bsd/pcc/dist/pcc/ |
| configure | 4268 if (sprintf(buf, "%lld%hhd%jd%zd%td", (long long int)1, (char)2, (intmax_t)3, (size_t)4, (ptrdiff_t)5) != 5)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| configure | 9980 for libs in '' -lld -lmld \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| configure | 10121 for libs in '' -lld -lmld \ [all...] |