Searched refs:f13 (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dfunction-attributes.c53 // CHECK: define void @f13() nounwind readnone
54 void f13(void) __attribute__((pure)) __attribute__((const));
55 void f13(void){} function
H A Dswitch.c184 // CHECK: define i32 @f13(
187 int f13(unsigned x) { function
H A Darm-arguments.c75 // APCS-GNU: define void @f13(
79 // AAPCS-FIXME: darm_aapcscc efine float @f13()
81 struct s13 f13(void) {} function
H A Dregparm-struct.c122 __attribute__((regparm(3))) void f13(struct s9 a, int b);
123 // CHECK: declare void @f13(i32 inreg, i32 inreg, i32 inreg, i32)
126 f13(x, 44);
H A Dexprs.c143 double f13(double X) {
144 // CHECK: define double @f13
H A Dstruct.c142 void f13() { function
/external/libffi/testsuite/libffi.call/
H A Dmany.c24 float f13)
30 (double) f11, (double) f12, (double) f13);
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
H A Dmany_win32.c24 float f13)
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 stdcall_many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp42 virtual void f13() noexcept(false);
78 virtual void f13() throw(int);
/external/clang/test/Sema/
H A Dwarn-unused-function.c53 void f13(void) { function
/external/kernel-headers/original/asm-mips/
H A Dfpregdef.h28 #define fa0f $f13
65 #define fa1 $f13
/external/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js34 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
99 function f13(x) { function
/external/clang/test/Analysis/
H A Dmalloc-overflow.c101 void * f13(struct s13 *s) function
H A Darray-struct.c118 void f13(double timeout) { function
H A Dnull-deref-ps.c278 void f13() { function
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S91 std %f13,160+40(SP)
284 ld %f13,160+40(SP)
327 std %f13,160+40(SP)
357 ld %f13,160+40(SP)
/external/libffi/src/ia64/
H A Dunix.S71 ldf.fill f13 = [r16], 32
216 (p10) stfs [r16] = f13, 8
240 (p10) stfd [r16] = f13, 16
264 (p10) stfe [r16] = f13, 32
316 stf.spill [r17] = f13, 32
445 (p10) ldfs f13 = [r17], 8
473 (p10) ldfd f13 = [r17], 16
501 (p10) ldfe f13 = [r17], 32
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c818 HReg op_hi, op_lo, f13, f15; local
824 f13 = make_fpr(13);
827 /* operand --> (f13, f15) */
828 addInstr(env, s390_insn_move(8, f13, op_hi));
832 addInstr(env, s390_insn_bfp128_convert_from(size, bfpop, res, f13, f15,
885 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
891 /* We use non-virtual registers as pairs (f13, f15) and (f12, f14)) */
893 f13 = make_fpr(13);
901 /* 2nd operand --> (f13, f15) */
902 addInstr(env, s390_insn_move(8, f13, op2_h
1433 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local
1476 HReg op_hi, op_lo, f12, f13, f14, f15; local
1522 HReg op_hi, op_lo, op, f12, f13, f14, f15; local
1756 HReg op_hi, op_lo, f12, f13, f14, f15; local
[all...]
/external/openssl/crypto/
H A Dalphacpuid.pl46 fclr $f13
H A Dppccpuid.pl70 fmr f13,f31
/external/libffi/src/powerpc/
H A Daix.S72 .set f13,13
173 lfd f13,-16-(1*8)(r28)
H A Daix_closure.S72 .set f13,13
142 stfd f13, 152(r1)
/external/llvm/test/MC/ELF/
H A Dcfi.s77 f13: label
/external/oprofile/module/ia64/
H A Doprofile_stubs.S113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
/external/libffi/src/mips/
H A Dn32.S126 l.s $f13, 1*FFI_SIZEOF_ARG(t9)
129 l.d $f13, 1*FFI_SIZEOF_ARG(t9)
339 5 - Called function f13
399 s.d $f13, F13_OFF2($sp)

Completed in 667 milliseconds

12