Searched refs:stfs (Results 1 – 16 of 16) sorted by relevance
/third_party/libffi/src/powerpc/ |
D | linux64.S | 214 stfs %f1, 0(%r30) 232 stfs %f1, 0(%r30) 233 stfs %f2, 4(%r30) 234 stfs %f3, 8(%r30) 235 stfs %f4, 12(%r30) 236 stfs %f5, 16(%r30) 237 stfs %f6, 20(%r30) 238 stfs %f7, 24(%r30) 239 stfs %f8, 28(%r30)
|
D | sysv.S | 155 stfs %f1,0(%r30)
|
D | aix.S | 209 stfs f1, 0(r30) 317 stfs f1, 0(r30)
|
D | darwin.S | 273 stfs f1,0(r30)
|
/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/libffi/src/ia64/ |
D | unix.S | 165 stfs [in1] = f8 210 stfs [in1] = f8, 8 211 (p6) stfs [r16] = f9, 8 215 (p7) stfs [in1] = f10, 8 216 (p8) stfs [r16] = f11, 8 220 (p9) stfs [in1] = f12, 8 221 (p10) stfs [r16] = f13, 8 225 (p6) stfs [in1] = f14 226 (p7) stfs [r16] = f15
|
/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…
|