Searched refs:f31 (Results 1 - 18 of 18) sorted by relevance

/external/openssl/crypto/
H A Dppccpuid.pl47 fmr f0,f31
48 fmr f1,f31
49 fmr f2,f31
51 fmr f3,f31
53 fmr f4,f31
55 fmr f5,f31
57 fmr f6,f31
59 fmr f7,f31
61 fmr f8,f31
63 fmr f9,f31
[all...]
H A Dia64cpuid.S123 mov f31=f0
H A Dsparccpuid.S69 .v8: fmovs %f1,%f31
/external/compiler-rt/lib/ppc/
H A DrestFP.S17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
40 lfd f31,-8(r1)
H A DsaveFP.S15 // If the compiler wants to save f27..f31, it does a "bl saveFP+52"
38 stfd f31,-8(r1)
/external/kernel-headers/original/asm-mips/
H A Dfpregdef.h54 #define fs5f $f31
93 #define fs7 $f31
/external/clang/test/CodeGen/
H A Darm-arguments.c159 void f31(struct s31 s) { } function
160 // AAPCS: @f31([1 x i32] %s.coerce)
164 // APCS-GNU: @f31([1 x i32] %s.coerce)
H A Dx86_32-arguments-darwin.c132 // CHECK: define float @f31()
133 struct s31 { char : 0; float b; char : 0; } f31(void) { while (1) {} } function
H A Dx86_64-arguments.c216 float f31(struct f31foo X) { function
217 // CHECK: define float @f31(<2 x float> %X.coerce0, float %X.coerce1)
/external/llvm/test/MC/ELF/
H A Dcfi.s185 f31: label
/external/oprofile/module/ia64/
H A DIA64entry.h50 .spillsp f30, SW(F30)+16+(off); .spillsp f31, SW(F31)+16+(off); \
H A Doprofile_stubs.S119 ldf.fill f29=[sp]; ldf.fill f30=[sp]; mov f31=f0
/external/v8/src/mips/
H A Dsimulator-mips.h172 f26, f27, f28, f29, f30, f31, enumerator in enum:v8::internal::Simulator::FPURegister
H A Dassembler-mips.h273 // 32-bit registers, f0 through f31. When used as 'double' they are used
317 const FPURegister f31 = { 31 }; member in namespace:v8::internal
/external/elfutils/tests/
H A Drun-allregs.sh230 63: f31 (f31), float 64 bits
1253 63: f31 (f31), float 64 bits
2420 63: %f31 (f31), float 32 bits
2498 63: %f31 (f31), float 32 bits
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl156 $T3a="f30"; $T3b="f31";
189 # | 12 saved fpr, f20-f31 |
241 stfd f31,`-1*8`($i)
1086 lfd f31,`-1*8`($i)
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h142 f31 enumerator in enum:JSC::MIPSRegisters::__anon12958
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix4f.java1505 float f31 = +m00 * fB3 - m01 * fB1 + m02 * fB0;
1528 m31 = f31;

Completed in 138 milliseconds