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

  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 32 float f12 = 0.0f; local
  /dalvik/vm/alloc/
Float12.h 82 inline unsigned int float12ToInt(unsigned short f12)
84 return (f12 & 0x1ff) << ((f12 >> 9) * 4);
  /external/libffi/testsuite/libffi.call/
many.c 23 float f12,
30 (double) f11, (double) f12, (double) f13);
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
many_win32.c 23 float f12,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /dalvik/tools/
gclog.py 38 def unfloat12(f12):
40 if f12 < 0:
41 raise DataParseError, "bad float12 value %s" % f12
42 return (f12 & 0x1ff) << ((f12 >> 9) * 4)
  /external/libffi/src/ia64/
unix.S 70 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
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 270 * @param f12
272 private static long float12ToInt(int f12) {
273 return (f12 & 0x1FF) << ((f12 >>> 9) * 4);
  /external/libffi/src/mips/
o32.S 94 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
205 -9 - f12 (le high, be low)
206 -10 - f12 (le low, be high)
265 s.d $f12, FA_0_0_OFF2($fp)
n32.S 113 l.s $f12, 0*FFI_SIZEOF_ARG(t9)
116 l.d $f12, 0*FFI_SIZEOF_ARG(t9)
340 4 - Called function f12
398 s.d $f12, F12_OFF2($sp)
  /external/libffi/src/powerpc/
aix.S 71 .set f12,12
171 lfd f12,-16-(2*8)(r28)
aix_closure.S 71 .set f12,12
141 stfd f12, 144(r1)
darwin.S 124 lfd f12,-16-(2*8)(r28)
darwin_closure.S 89 stfd f12,144(r1)
linux64.S 98 lfd %f12, -32-(10*8)(%r28)
linux64_closure.S 76 stfd %f12, 128+(11*8)(%r1)
  /external/libffi/src/sparc/
v9.S 66 ldd [%l0+ARGS+48], %f12
165 std %f12, [FP-80]
  /external/openssl/crypto/
ia64cpuid.S 89 mov f12=f0
sparccpuid.S 106 fmovs %f0,%f12
  /external/v8/src/mips/
simulator-mips.h 135 f12, f13, f14, f15, // f12 and f14 are arguments FPURegisters enumerator in enum:assembler::mips::Simulator::FPURegister
assembler-mips.h 161 extern const FPURegister f12; // arg
assembler-mips.cc 96 const FPURegister f12 = { 12 }; member in namespace:v8::internal
simulator-mips.cc 804 // fp args are (not always) in f12 and f14.
806 double fparg0 = get_fpu_register_double(f12);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 357 milliseconds