Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 38) sorted by relevance

12

/third_party/elfutils/tests/
Drun-lfs-symbols.sh42 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/
DPPCQPXLoadSplat.cpp90 case PPC::LFS: in runOnMachineFunction()
DPPCFastISel.cpp501 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()
DPPCInstrInfo.cpp2055 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()
DPPCRegisterInfo.cpp89 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
DP9InstrResources.td856 LFS
/third_party/icu/
D.gitattributes77 # The following file types are stored in Git-LFS.
/third_party/ntfs-3g/
DTODO.ntfsprogs36 - manual: document LFS issues (smbfs' lfs option, nfs)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1367 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/
Ddisasm-ppc.cc521 case LFS: { in DecodeExtP()
1807 case LFS: { in InstructionDecode()
/third_party/elfutils/
Dconfigure.ac227 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/
Dzconf.h.in472 * though the former does not conform to the LFS document), but considering
Dzconf.h.cmakein474 * though the former does not conform to the LFS document), but considering
/third_party/zlib/
Dzconf.h.in468 * though the former does not conform to the LFS document), but considering
Dzconf.h.cmakein470 * though the former does not conform to the LFS document), but considering
DChangeLog363 - 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/
Df2fs_fs.h1424 LFS = 0, enumerator
/third_party/icu/docs/processes/release/tasks/publish/
Dindex.md118 We no longer need to add the note about Git LFS files, as GitHub now includes
/third_party/f2fs-tools/fsck/
Dmount.c2776 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/
Dconfigure.ac249 dnl We want the version that can handler LFS, but include workaround if we
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h511 #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/
Dconstants-ppc.h1861 V(lfs, LFS, 0xC0000000) \
Dassembler-ppc.cc1679 emit(LFS | frt.code() * B21 | ra.code() * B16 | imm16); in lfs()
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt2280 LFS
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc1622 case LFS: { in ExecuteGeneric()
3340 case LFS: { in ExecuteGeneric()

12