/external/compiler-rt/lib/ppc/ |
restFP.S | 32 lfd f23,-72(r1)
|
saveFP.S | 30 stfd f23,-72(r1)
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 52 #define fs1f $f23 94 #define ft11 $f23
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 52 #define fs1f $f23 94 #define ft11 $f23
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 46 #define fs1f $f23 83 #define ft11 $f23
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 52 #define fs1f $f23 94 #define ft11 $f23
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 52 #define fs1f $f23 94 #define ft11 $f23
|
/development/ndk/sources/android/libportable/arch-mips/ |
_setjmp.S | 98 FPREG64_S($f23, JB_F23, a0) 111 swc1 $f23, JB_F23(a0) 155 FPREG64_L($f23, JB_F23, a0) 168 lwc1 $f23, JB_F23(a0)
|
setjmp.S | 112 FPREG64_S($f23, JB_F23, a0) 125 swc1 $f23, JB_F23(a0) 187 FPREG64_L($f23, JB_F23, a0) 200 lwc1 $f23, JB_F23(a0)
|
/bionic/libc/arch-mips/bionic/ |
_setjmp.S | 92 FPREG64_S($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0) 105 swc1 $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0) 149 FPREG64_L($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0) 162 lwc1 $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
|
setjmp.S | 105 FPREG64_S($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0) 118 swc1 $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0) 180 FPREG64_L($f23, SC_FPREGS+((F23-F0)*REGSZ_FP), a0) 193 lwc1 $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RESTORE_STATE.S | 79 lw f23, fr23*4(a0) # restore f23
|
TEMPLATE_SAVE_STATE.S | 91 sw f23, fr23*4(a0) # save f23
|
TEMPLATE_MEM_OP_DECODE.S | 35 sw f23, fr23*-4(sp) # push f23 153 lw f23, fr23*-4(sp) # pop f23
|
/external/clang/test/CodeGen/ |
arm-arguments.c | 125 // APCS-GNU: define i32 @f23() 131 // AAPCS: define arm_aapcscc i32 @f23() 137 _Complex short f23(void) {} function
|
aarch64-arguments.c | 94 // PCS: define { double, double } @f23( 96 _Complex double f23(void) {} function
|
x86_32-arguments-darwin.c | 110 // CHECK: float @f23() 113 struct { float a; } f23(void) { while (1) {} } function
|
x86_64-arguments.c | 142 void f23(int A, struct f23S B) { function 143 // CHECK: define void @f23(i32 %A, i64 %B.coerce0, i32 %B.coerce1)
|
/external/openssl/crypto/ |
alphacpuid.pl | 56 fclr $f23
|
/external/llvm/test/MC/ELF/ |
cfi.s | 137 f23: label
|
/external/oprofile/module/ia64/ |
IA64entry.h | 46 .spillsp f22, SW(F22)+16+(off); .spillsp f23, SW(F23)+16+(off); \
|
oprofile_stubs.S | 117 ldf.fill f23=[sp]; ldf.fill f24=[sp]; mov f25=f0
|
/external/v8/test/mjsunit/harmony/ |
block-let-crankshaft.js | 35 f15, f16, f17, f18, f19, f20, f21, f22, f23 ]; 153 function f23() { function
|
/external/clang/test/Analysis/ |
dead-stores.c | 394 void f23(int argc, char **argv) { function
|
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 152 $N0="f20"; $N1="f21"; $N2="f22"; $N3="f23"; 233 stfd f23,`-9*8`($i) 1078 lfd f23,`-9*8`($i)
|