Home
last modified time | relevance | path

Searched refs:f12 (Results 1 – 20 of 20) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dmany.c23 float f12, in many() argument
30 (double) f11, (double) f12, (double) f13); in many()
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in many()
Dmany_win32.c23 float f12, in stdcall_many() argument
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in stdcall_many()
/external/libffi/src/mips/
Do32.S94 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
101 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
109 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
115 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
123 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
131 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
265 s.d $f12, FA_0_0_OFF2($fp)
Dn32.S113 l.s $f12, 0*FFI_SIZEOF_ARG(t9)
116 l.d $f12, 0*FFI_SIZEOF_ARG(t9)
398 s.d $f12, F12_OFF2($sp)
/external/libffi/src/ia64/
Dunix.S70 ldf.fill f12 = [in0], 32
215 (p9) stfs [in1] = f12, 8
239 (p9) stfd [in1] = f12, 16
263 (p9) stfe [in1] = f12, 32
315 stf.spill [r16] = f12, 32
444 (p9) ldfs f12 = [r16], 8
472 (p9) ldfd f12 = [r16], 16
500 (p9) ldfe f12 = [r16], 32
/external/libffi/src/powerpc/
Daix.S71 .set f12,12 define
171 lfd f12,-16-(2*8)(r28)
Daix_closure.S71 .set f12,12 define
141 stfd f12, 144(r1)
Dlinux64.S98 lfd %f12, -32-(10*8)(%r28)
Ddarwin.S124 lfd f12,-16-(2*8)(r28)
Ddarwin_closure.S89 stfd f12,144(r1)
Dlinux64_closure.S76 stfd %f12, 128+(11*8)(%r1)
/external/libffi/src/sparc/
Dv9.S66 ldd [%l0+ARGS+48], %f12
165 std %f12, [FP-80]
/external/v8/src/mips/
Dsimulator-mips.h135 f12, f13, f14, f15, // f12 and f14 are arguments FPURegisters enumerator
Dassembler-mips.h161 extern const FPURegister f12; // arg
Dassembler-mips.cc96 const FPURegister f12 = { 12 }; variable
Dsimulator-mips.cc806 double fparg0 = get_fpu_register_double(f12); in SoftwareInterrupt()
/external/openssl/crypto/
Dia64cpuid.S96 mov f12=f0
Dsparccpuid.S107 fmovs %f0,%f12
/external/openssl/crypto/sha/asm/
Dsha1-sparcv9a.pl80 "%f8", "%f9","%f10","%f11","%f12","%f13","%f14","%f15","%f16");
/external/openssl/crypto/bn/asm/
Dsparcv9a-mont.pl110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";