/external/compiler-rt/lib/ppc/ |
restFP.S | 17 // If the compiler wants to restore f27..f31, it does a "b restFP+52" 36 lfd f27,-40(r1)
|
saveFP.S | 15 // If the compiler wants to save f27..f31, it does a "bl saveFP+52" 34 stfd f27,-40(r1)
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 50 #define fs3f $f27 89 #define fs3 $f27
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 57 #define fs3f $f27 101 #define fs3 $f27
|
/development/ndk/sources/android/libportable/arch-mips/ |
_setjmp.S | 102 FPREG64_S($f27, JB_F27, a0) 115 swc1 $f27, JB_F27(a0) 159 FPREG64_L($f27, JB_F27, a0) 172 lwc1 $f27, JB_F27(a0)
|
setjmp.S | 116 FPREG64_S($f27, JB_F27, a0) 129 swc1 $f27, JB_F27(a0) 191 FPREG64_L($f27, JB_F27, a0) 204 lwc1 $f27, JB_F27(a0)
|
/bionic/libc/arch-mips/bionic/ |
_setjmp.S | 96 FPREG64_S($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0) 109 swc1 $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0) 153 FPREG64_L($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0) 166 lwc1 $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0)
|
setjmp.S | 109 FPREG64_S($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0) 122 swc1 $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0) 184 FPREG64_L($f27, SC_FPREGS+((F27-F0)*REGSZ_FP), a0) 197 lwc1 $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0)
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RESTORE_STATE.S | 83 lw f27, fr27*4(a0) # restore f27
|
TEMPLATE_SAVE_STATE.S | 95 sw f27, fr27*4(a0) # save f27
|
TEMPLATE_MEM_OP_DECODE.S | 39 sw f27, fr27*-4(sp) # push f27 157 lw f27, fr27*-4(sp) # pop f27
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
alphacpuid.pl | 60 fclr $f27
|
/external/clang/test/CodeGen/ |
arm-arguments.c | 129 // APCS-GNU: define i128 @f27() 135 // AAPCS: define arm_aapcscc void @f27({{.*}} noalias sret 141 _Complex double f27(void) {} function
|
aarch64-arguments.c | 110 // PCS: define [2 x i64] @f27() 112 struct s27 f27() {} function
|
/external/openssl/crypto/ |
alphacpuid.pl | 60 fclr $f27
|
/external/llvm/test/MC/ELF/ |
cfi.s | 161 f27: label
|
/external/llvm/test/MC/PowerPC/ |
ppc64-regs.s | 66 #CHECK: .cfi_offset f27, 524 183 .cfi_offset f27,524
|
/external/oprofile/module/ia64/ |
IA64entry.h | 48 .spillsp f26, SW(F26)+16+(off); .spillsp f27, SW(F27)+16+(off); \
|
oprofile_stubs.S | 118 ldf.fill f26=[sp]; ldf.fill f27=[sp]; mov f28=f0
|