Home
last modified time | relevance | path

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

12

/external/elfutils/tests/
Drun-lfs-symbols.sh42 LFS=$(printf "$LFS_FORMAT" "${abs_srcdir}/lfs-symbols")
49 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | awk "$LFS")
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake24 # LFS type1: 8 <= sizeof(off_t), fseeko, ftello
51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64
81 # LFS type3: 8 <= sizeof(__int64), _fseeki64, _ftelli64
/external/llvm/lib/Target/PowerPC/
DPPCQPXLoadSplat.cpp95 case PPC::LFS: in runOnMachineFunction()
DPPCFastISel.cpp510 Opc = PPC::LFS; in PPCEmitLoad()
526 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
579 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
1917 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD; in PPCMaterializeFP()
DPPCInstrInfo.cpp270 case PPC::LFS: in isLoadFromStackSlot()
1111 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFS), DestReg), in LoadRegFromStackSlot()
DPPCRegisterInfo.cpp69 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp194 case PPC::LFS: case PPC::LFSU: in getHazardType()
DPPCInstrInfo.cpp65 case PPC::LFS: in isLoadFromStackSlot()
524 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFS), DestReg), in LoadRegFromStackSlot()
DPPCRegisterInfo.cpp80 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
DPPCInstrInfo.td667 def LFS : DForm_1<48, (outs F4RC:$rD), (ins memri:$src),
1464 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
/external/libmtp/
Dconfigure.ac93 # Enable LFS (Large File Support)
DChangeLog1252 giving rise to ever more bugs. Enable LFS, Large File Support so
1254 * examples/sendtr.c: shape up print-outs, LFS support.
/external/v8/src/ppc/
Dconstants-ppc.h138 LFS = 48 << 26, // Load Floating-Point Single enumerator
Ddisasm-ppc.cc1319 case LFS: { in InstructionDecode()
Dassembler-ppc.cc2015 emit(LFS | frt.code() * B21 | ra.code() * B16 | imm16); in lfs()
Dsimulator-ppc.cc3697 case LFS: { in ExecuteGeneric()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1177 unsigned LFS = MFI->getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local
1186 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized()
1187 MFI->mapLocalFrameObject(i, -LFS); in processFunctionBeforeFrameFinalized()
1190 MFI->setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
/external/f2fs-tools/include/
Df2fs_fs.h749 LFS = 0, enumerator
/external/strace/debian/
Dchangelog.in303 + LFS build fix, closes: #385310.
605 + LFS support for Linux/sparc. Closes: Bug#99215
652 LFS
Dchangelog303 + LFS build fix, closes: #385310.
605 + LFS support for Linux/sparc. Closes: Bug#99215
652 LFS
/external/zlib/src/
Dzconf.h.in439 * though the former does not conform to the LFS document), but considering
Dzconf.h.cmakein441 * though the former does not conform to the LFS document), but considering
DChangeLog245 - Make stronger test in zconf.h to include unistd.h for LFS
247 - Fix zlib.h LFS support when Z_PREFIX used
307 - Really provide prototypes for *64 functions when building without LFS
332 - Avoid errors on non-LFS systems when applications define LFS macros
342 - Provide prototypes for *64 functions when building zlib without LFS
/external/mesa3d/src/mesa/x86/
Dassyntax.h511 #define LFS(a, b) CHOICE(lfsl ARG2(a,b), lfs ARG2(a,b), lfs ARG2(b,a)) macro
1236 #define LFS(a, b) lfs b, P_(a) macro
/external/gptfdisk/
DNEWS760 - Corrected error in GPT fdisk type codes for NetBSD LFS and NetBSD RAID;

12