Searched refs:stfs (Results 1 – 12 of 12) sorted by relevance
/third_party/toybox/toys/other/ |
D | switch_root.c | 48 struct statfs stfs; in switch_root_main() local 54 if (statfs("/", &stfs) || in switch_root_main() 55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 212 struct statfs stfs; in run() local 224 SAFE_STATFS(MNTPOINT, &stfs); in run() 226 if (stfs.f_flags & (MS_NOATIME | MS_RELATIME)) in run() 234 if (stfs.f_flags & tc->flag2) in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 128 stfs f1, -16(r1) 131 stfs f0, -32(r1)
|
D | PPCInstrInfo.td | 2136 "stfs $rS, $dst", IIC_LdStSTFD,
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-darwin.S | 269 stfs f1,0(r30)
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 169 struct statfs stfs; member 855 if (err == EIO && opt.stfs.f_type == 0x517b) 2311 if (fstatfs(fd_out, &opt.stfs) == -1) 2315 fs_type = opt.stfs.f_type;
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 1051 void stfs(const DoubleRegister frs, const MemOperand& src);
|
D | macro-assembler-ppc.cc | 2695 stfs(src, MemOperand(sp, 0)); in CallRecordWriteStub() 3241 V(StoreF32, DoubleRegister, stfs, stfsx) \ in CallRecordWriteStub()
|
D | constants-ppc.h | 1869 V(stfs, STFS, 0xD0000000) \
|
D | assembler-ppc.cc | 1712 void Assembler::stfs(const DoubleRegister frs, const MemOperand& src) { in stfs() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 2021 ASSEMBLE_STORE_FLOAT(stfs, stfsx); in AssembleArchInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4336 "stfdx\006stfiwx\004stfs\005stfsu\006stfsux\005stfsx\003sth\006sthbrx\006" 6335 …{ 9513 /* stfs */, PPC::STFS, Convert__RegF4RC1_0__DispRI1_1__RegGxRCNoR01_2, AMFBS_None, { MCK_Re…
|