/third_party/elfutils/tests/ |
D | run-lfs-symbols.sh | 42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols") 51 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS") 62 echo First sanity-check that LFS detection works.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCQPXLoadSplat.cpp | 90 case PPC::LFS: in runOnMachineFunction()
|
D | PPCFastISel.cpp | 501 Opc = PPCSubTarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad() 517 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad() 570 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad() 2021 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
|
D | PPCInstrInfo.cpp | 2055 LowerOpcode = PPC::LFS; in expandVSXMemPseudo() 2422 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, in getLoadOpcodesForSpillArray() 2427 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, in getLoadOpcodesForSpillArray() 3243 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm() 3351 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
|
D | PPCRegisterInfo.cpp | 89 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
D | P9InstrResources.td | 856 LFS
|
/third_party/icu/ |
D | .gitattributes | 77 # The following file types are stored in Git-LFS.
|
/third_party/ntfs-3g/ |
D | TODO.ntfsprogs | 36 - manual: document LFS issues (smbfs' lfs option, nfs)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local 1376 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized() 1377 MFI.mapLocalFrameObject(i, -static_cast<int64_t>(LFS)); in processFunctionBeforeFrameFinalized() 1381 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
D | disasm-ppc.cc | 521 case LFS: { in DecodeExtP() 1807 case LFS: { in InstructionDecode()
|
/third_party/elfutils/ |
D | configure.ac | 227 dnl We want the version that can handler LFS, but include workaround if we 230 AC_CACHE_CHECK([whether fts.h is bad when included (with LFS)], ac_cv_bad_fts,
|
/third_party/node/deps/zlib/ |
D | zconf.h.in | 472 * though the former does not conform to the LFS document), but considering
|
D | zconf.h.cmakein | 474 * though the former does not conform to the LFS document), but considering
|
/third_party/zlib/ |
D | zconf.h.in | 468 * though the former does not conform to the LFS document), but considering
|
D | zconf.h.cmakein | 470 * though the former does not conform to the LFS document), but considering
|
D | ChangeLog | 363 - Make stronger test in zconf.h to include unistd.h for LFS 365 - Fix zlib.h LFS support when Z_PREFIX used 425 - Really provide prototypes for *64 functions when building without LFS 450 - Avoid errors on non-LFS systems when applications define LFS macros 460 - Provide prototypes for *64 functions when building zlib without LFS
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1424 LFS = 0, enumerator
|
/third_party/icu/docs/processes/release/tasks/publish/ |
D | index.md | 118 We no longer need to add the note about Git LFS files, as GitHub now includes
|
/third_party/f2fs-tools/fsck/ |
D | mount.c | 2776 curseg->alloc_type == LFS ? "LFS" : "SSR"); in relocate_curseg_offset() 2949 curseg->alloc_type = c.zoned_model == F2FS_ZONED_HM ? LFS : SSR; in move_one_curseg_info()
|
/third_party/libabigail/ |
D | configure.ac | 249 dnl We want the version that can handler LFS, but include workaround if we
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 511 #define LFS(a, b) CHOICE(lfsl ARG2(a,b), lfs ARG2(a,b), lfs ARG2(b,a)) macro 1228 #define LFS(a, b) lfs b, P_(a) macro
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | constants-ppc.h | 1861 V(lfs, LFS, 0xC0000000) \
|
D | assembler-ppc.cc | 1679 emit(LFS | frt.code() * B21 | ra.code() * B16 | imm16); in lfs()
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 2280 LFS
|
/third_party/node/deps/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 1622 case LFS: { in ExecuteGeneric() 3340 case LFS: { in ExecuteGeneric()
|