Searched refs:LFS (Results 1 - 13 of 13) sorted by relevance
/third_party/elfutils/tests/ |
H A D | run-lfs-symbols.sh | 21 echo "LFS testing is irrelevant on this system" 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/ |
H A D | PPCQPXLoadSplat.cpp | 90 case PPC::LFS: in runOnMachineFunction()
|
H A 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()
|
H A D | PPCInstrInfo.cpp | 2055 LowerOpcode = PPC::LFS; 2422 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, 2427 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, 3243 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; 3351 III.ImmOpcode = PPC::LFS;
|
H A D | PPCRegisterInfo.cpp | 89 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
H A D | PPCISelDAGToDAG.cpp | 6459 case PPC::LFS: in PeepholePPC64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A 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/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1424 LFS = 0, enumerator
|
/third_party/f2fs-tools/fsck/ |
H A 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/mesa3d/src/mesa/x86/ |
H A 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/ |
H A D | constants-ppc.h | 1861 V(lfs, LFS, 0xC0000000) \
|
H A D | assembler-ppc.cc | 1679 emit(LFS | frt.code() * B21 | ra.code() * B16 | imm16); in lfs()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 1621 // Prefixed LFS. in ExecuteGeneric() 1622 case LFS: { in ExecuteGeneric() 3340 case LFS: { in ExecuteGeneric()
|
Completed in 57 milliseconds