HomeSort by relevance Sort by last modified time
    Searched refs:stfs (Results 1 - 24 of 24) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/lib/
reg.S 99 stfs 0, 0*4(3)
100 stfs 1, 1*4(3)
101 stfs 2, 2*4(3)
102 stfs 3, 3*4(3)
103 stfs 4, 4*4(3)
104 stfs 5, 5*4(3)
105 stfs 6, 6*4(3)
106 stfs 7, 7*4(3)
107 stfs 8, 8*4(3)
108 stfs 9, 9*4(3
    [all...]
  /external/toybox/toys/other/
switch_root.c 48 struct statfs stfs; local
54 if (statfs("/", &stfs) ||
55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994))
  /external/libffi/src/powerpc/
linux64.S 170 stfs %f1, 0(%r30)
187 stfs %f1, 0(%r30)
188 stfs %f2, 4(%r30)
189 stfs %f3, 8(%r30)
190 stfs %f4, 12(%r30)
191 stfs %f5, 16(%r30)
192 stfs %f6, 20(%r30)
193 stfs %f7, 24(%r30)
194 stfs %f8, 28(%r30)
aix.S 203 stfs f1, 0(r30)
305 stfs f1, 0(r30)
sysv.S 140 stfs %f1,0(%r30)
darwin.S 273 stfs f1,0(r30)
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64.S 170 stfs %f1, 0(%r30)
187 stfs %f1, 0(%r30)
188 stfs %f2, 4(%r30)
189 stfs %f3, 8(%r30)
190 stfs %f4, 12(%r30)
191 stfs %f5, 16(%r30)
192 stfs %f6, 20(%r30)
193 stfs %f7, 24(%r30)
194 stfs %f8, 28(%r30)
aix.S 203 stfs f1, 0(r30)
305 stfs f1, 0(r30)
sysv.S 140 stfs %f1,0(%r30)
darwin.S 273 stfs f1,0(r30)
  /external/libffi/src/ia64/
unix.S 165 stfs [in1] = f8
205 stfs [in1] = f8, 8
206 (p6) stfs [r16] = f9, 8
210 (p7) stfs [in1] = f10, 8
211 (p8) stfs [r16] = f11, 8
215 (p9) stfs [in1] = f12, 8
216 (p10) stfs [r16] = f13, 8
220 (p6) stfs [in1] = f14
221 (p7) stfs [r16] = f15
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
unix.S 165 stfs [in1] = f8
205 stfs [in1] = f8, 8
206 (p6) stfs [r16] = f9, 8
210 (p7) stfs [in1] = f10, 8
211 (p8) stfs [r16] = f11, 8
215 (p9) stfs [in1] = f12, 8
216 (p10) stfs [r16] = f13, 8
220 (p6) stfs [in1] = f14
221 (p7) stfs [r16] = f15
  /external/v8/src/ppc/
deoptimizer-ppc.cc 47 __ stfs(freg, MemOperand(sp, offset));
128 __ stfs(d0, MemOperand(r4, dst_offset));
disasm-ppc.cc     [all...]
assembler-ppc.h     [all...]
macro-assembler-ppc.cc     [all...]
assembler-ppc.cc 1733 void Assembler::stfs(const DoubleRegister frs, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 42 # CHECK-BE: stfs 2, 128(4) # encoding: [0xd0,0x44,0x00,0x80]
43 # CHECK-LE: stfs 2, 128(4) # encoding: [0x80,0x00,0x44,0xd0]
44 stfs 2, 128(4)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 42 # CHECK-BE: stfs 2, 128(4) # encoding: [0xd0,0x44,0x00,0x80]
43 # CHECK-LE: stfs 2, 128(4) # encoding: [0x80,0x00,0x44,0xd0]
44 stfs 2, 128(4)
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
alignment_handler.c 473 STORE_FLOAT_DFORM_TEST(stfs);
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.S 269 stfs f1,0(r30)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.S 269 stfs f1,0(r30)
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 580 __ stfs(value, operand); \
    [all...]

Completed in 1035 milliseconds