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

1 2

  /external/chromium_org/third_party/openssl/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...]
  /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...]
  /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)
  /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
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 62 #define fs5f $f31
106 #define fs7 $f31
  /development/ndk/sources/android/libportable/arch-mips/
_setjmp.S 106 FPREG64_S($f31, JB_F31, a0)
119 swc1 $f31, JB_F31(a0)
163 FPREG64_L($f31, JB_F31, a0)
176 lwc1 $f31, JB_F31(a0)
setjmp.S 120 FPREG64_S($f31, JB_F31, a0)
133 swc1 $f31, JB_F31(a0)
195 FPREG64_L($f31, JB_F31, a0)
208 lwc1 $f31, JB_F31(a0)
  /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)
  /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/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)
aarch64-arguments.c 125 // PCS: define void @f31([4 x double] %a
127 void f31(struct s31 a) {} function
  /external/llvm/test/MC/ELF/
cfi.s 185 f31: label
  /external/llvm/test/MC/PowerPC/
ppc64-regs.s 70 #CHECK: .cfi_offset f31, 556
187 .cfi_offset f31,556
  /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

Completed in 62 milliseconds

1 2