HomeSort by relevance Sort by last modified time
    Searched refs:f31 (Results 1 - 25 of 30) sorted by null

1 2

  /external/openssl/crypto/
ppccpuid.pl 47 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...]
ia64cpuid.S 123 mov f31=f0
  /external/compiler-rt/lib/ppc/
restFP.S 17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
40 lfd f31,-8(r1)
saveFP.S 15 // If the compiler wants to save f27..f31, it does a "bl saveFP+52"
38 stfd f31,-8(r1)
  /frameworks/compile/libbcc/runtime/lib/ppc/
restFP.S 17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
40 lfd f31,-8(r1)
saveFP.S 15 // If the compiler wants to save f27..f31, it does a "bl saveFP+52"
38 stfd f31,-8(r1)
  /bionic/libc/kernel/arch-mips/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /external/kernel-headers/original/asm-mips/
fpregdef.h 54 #define fs5f $f31
93 #define fs7 $f31
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /bionic/libc/arch-mips/bionic/
_setjmp.S 100 FPREG64_S($f31, SC_FPREGS+((F31-F0)*REGSZ_FP), a0)
113 swc1 $f31, SC_FPREGS+((F31-F0)*REGSZ_FP)(a0)
157 FPREG64_L($f31, SC_FPREGS+((F31-F0)*REGSZ_FP), a0)
170 lwc1 $f31, SC_FPREGS+((F31-F0)*REGSZ_FP)(a0)
setjmp.S 113 FPREG64_S($f31, SC_FPREGS+((F31-F0)*REGSZ_FP), a0)
126 swc1 $f31, SC_FPREGS+((F31-F0)*REGSZ_FP)(a0)
188 FPREG64_L($f31, SC_FPREGS+((F31-F0)*REGSZ_FP), a0)
201 lwc1 $f31, SC_FPREGS+((F31-F0)*REGSZ_FP)(a0)
  /external/clang/test/CodeGen/
arm-arguments.c 160 void f31(struct s31 s) { } function
161 // AAPCS: @f31([1 x i32] %s.coerce)
165 // APCS-GNU: @f31([1 x i32] %s.coerce)
x86_32-arguments-darwin.c 132 // CHECK: define float @f31()
133 struct s31 { char : 0; float b; char : 0; } f31(void) { while (1) {} } function
x86_64-arguments.c 216 float f31(struct f31foo X) { function
217 // CHECK: define float @f31(<2 x float> %X.coerce0, float %X.coerce1)
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 87 lw f31, fr31*4(a0) # restore f31
TEMPLATE_SAVE_STATE.S 9 * The handler must save regMap, r0-r31, f0-f31 if FPU, and then return with
99 sw f31, fr31*4(a0) # save f31
TEMPLATE_MEM_OP_DECODE.S 11 /* push f0-f31 onto stack */
43 sw f31, fr31*-4(sp) # push f31
128 /* pop f0-f31 from stack */
161 lw f31, fr31*-4(sp) # pop f31
  /external/llvm/test/MC/ELF/
cfi.s 185 f31: label
  /external/oprofile/module/ia64/
IA64entry.h 50 .spillsp f30, SW(F30)+16+(off); .spillsp f31, SW(F31)+16+(off); \
oprofile_stubs.S 119 ldf.fill f29=[sp]; ldf.fill f30=[sp]; mov f31=f0
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 156 $T3a="f30"; $T3b="f31";
189 # | 12 saved fpr, f20-f31 |
241 stfd f31,`-1*8`($i)
1086 lfd f31,`-1*8`($i)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S     [all...]
  /external/v8/src/mips/
simulator-mips.h 172 f26, f27, f28, f29, f30, f31, enumerator in enum:v8::internal::Simulator::FPURegister

Completed in 676 milliseconds

1 2