/external/compiler-rt/lib/ppc/ |
restFP.S | 37 lfd f28,-32(r1)
|
saveFP.S | 35 stfd f28,-32(r1)
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 59 #define fs4 $f28 102 #define fs4 $f28
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 59 #define fs4 $f28 102 #define fs4 $f28
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 51 #define fs4 $f28 90 #define fs4 $f28
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 59 #define fs4 $f28 102 #define fs4 $f28
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 59 #define fs4 $f28 102 #define fs4 $f28
|
/development/ndk/sources/android/libportable/arch-mips/ |
_setjmp.S | 103 FPREG64_S($f28, JB_F28, a0) 116 swc1 $f28, JB_F28(a0) 160 FPREG64_L($f28, JB_F28, a0) 173 lwc1 $f28, JB_F28(a0)
|
setjmp.S | 117 FPREG64_S($f28, JB_F28, a0) 130 swc1 $f28, JB_F28(a0) 192 FPREG64_L($f28, JB_F28, a0) 205 lwc1 $f28, JB_F28(a0)
|
/bionic/libc/arch-mips/bionic/ |
_setjmp.S | 97 FPREG64_S($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0) 110 swc1 $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0) 154 FPREG64_L($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0) 167 lwc1 $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
|
setjmp.S | 110 FPREG64_S($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0) 123 swc1 $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0) 185 FPREG64_L($f28, SC_FPREGS+((F28-F0)*REGSZ_FP), a0) 198 lwc1 $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RESTORE_STATE.S | 84 lw f28, fr28*4(a0) # restore f28
|
TEMPLATE_SAVE_STATE.S | 96 sw f28, fr28*4(a0) # save f28
|
TEMPLATE_MEM_OP_DECODE.S | 40 sw f28, fr28*-4(sp) # push f28 158 lw f28, fr28*-4(sp) # pop f28
|
/external/clang/test/CodeGen/ |
arm-arguments.c | 143 // APCS-GNU: define i16 @f28() 144 // AAPCS: define arm_aapcscc i16 @f28() 146 struct s28 f28() {} function
|
aarch64-arguments.c | 114 // PCS: define void @f28(i8 %a, i16 %b, i32 %c, i64 %d, float %e, double %f) 115 void f28(char a, short b, int c, long d, float e, double f) {} function
|
x86_32-arguments-darwin.c | 123 // CHECK: void @f28(%struct.s28* noalias sret %agg.result) 124 struct s28 { int a; int b[]; } f28(void) { while (1) {} } function
|
x86_64-arguments.c | 192 void f28(struct f28c C) { function 193 // CHECK: define void @f28(double %C.coerce0, i32 %C.coerce1)
|
/external/openssl/crypto/ |
alphacpuid.pl | 61 fclr $f28
|
ia64cpuid.S | 119 { .mfi; mov f28=f0 }
|
/external/llvm/test/MC/ELF/ |
cfi.s | 167 f28: label
|
/external/oprofile/module/ia64/ |
IA64entry.h | 49 .spillsp f28, SW(F28)+16+(off); .spillsp f29, SW(F29)+16+(off); \
|
oprofile_stubs.S | 118 ldf.fill f26=[sp]; ldf.fill f27=[sp]; mov f28=f0
|
/external/libffi/src/sparc/ |
v9.S | 74 ldd [%l0+ARGS+112], %f28 173 std %f28, [FP-16]
|
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 155 $T2a="f28"; $T2b="f29"; 238 stfd f28,`-4*8`($i) 1083 lfd f28,`-4*8`($i)
|