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

1234

/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/CodeGen/
H A Dfunction-attributes.c59 // CHECK: define void @f13() [[NUW]]
60 void f13(void) __attribute__((pure)) __attribute__((const));
61 void f13(void){} function
H A Dswitch.c184 // CHECK-LABEL: define i32 @f13(
187 int f13(unsigned x) { function
H A Dx86_64-arguments-nacl.c64 // CHECK: define void @f13(%struct.s13_0* noalias sret %agg.result, i32 %a, i32 %b, i32 %c, i32 %d, {{.*}}* byval align 8 %e, i32 %f)
68 struct s13_0 f13(int a, int b, int c, int d, 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 Darm-arguments.c75 // APCS-GNU-LABEL: define void @f13(
79 // AAPCS-FIXME: darm_aapcscc efine float @f13()
81 struct s13 f13(void) {} function
H A Dexprs.c143 double f13(double X) {
144 // CHECK-LABEL: define double @f13
H A Dstruct.c142 void f13() { function
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
382 "lwc1 %[f13], 8(%[first]) \n\t"
399 "mul.s %[f2], %[f13], %[f3] \n\t"
406 "madd.s %[f3], %[f3], %[f13], %[f1] \n\t"
415 "mul.s %[f12], %[f13], %[f3] \n\t"
416 "mul.s %[f13], %[f13], %[f1] \n\t"
424 "add.s %[f3], %[f13], %[f3] \n\t"
450 "lwc1 %[f13], 8(%[second]) \n\t"
467 "mul.s %[f2], %[f13],
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
[all...]
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js77 function f13() { function
128 testToStringAndLength("f13", 2);
/external/clang/test/Sema/
H A Dattr-ownership.c18 void f13(int *i, int *j) __attribute__((ownership_holds(foo, 1))) __attribute__((ownership_takes(foo, 2)));
H A Dwarn-unused-function.c51 void f13(void) { function
/external/llvm/test/MC/SystemZ/
H A Dregs-good.s63 #CHECK: ler %f12, %f13 # encoding: [0x38,0xcd]
72 ler %f12,%f13
81 #CHECK: ldr %f12, %f13 # encoding: [0x28,0xcd]
90 ldr %f12,%f13
96 #CHECK: lxr %f12, %f13 # encoding: [0xb3,0x65,0x00,0xcd]
101 lxr %f12,%f13
132 #CHECK: .cfi_offset %f13, 232
166 .cfi_offset %f13,232
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s21 std %f13, 200(%r15)
29 .cfi_offset %f13, -184
/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
/external/llvm/test/MC/ARM/
H A Dsymbol-variants.s47 .word f13(tlsgd)
49 @CHECK: 34 R_ARM_TLS_GD32 f13
/external/valgrind/main/VEX/priv/
H A Dhost_s390_isel.c1246 HReg op_hi, op_lo, f13, f15; local
1252 f13 = make_fpr(13);
1255 /* operand --> (f13, f15) */
1256 addInstr(env, s390_insn_move(8, f13, op_hi));
1261 INVALID_HREG, f13, f15,
1280 HReg op_hi, op_lo, f13, f15; local
1286 f13 = make_fpr(13);
1289 /* operand --> (f13, f15) */
1290 addInstr(env, s390_insn_move(8, f13, op_hi));
1295 INVALID_HREG, f13,
1348 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1395 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local
1601 HReg op_hi, op_lo, f13, f15; local
1998 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local
2042 HReg op_hi, op_lo, f12, f13, f14, f15; local
2153 HReg op_hi, op_lo, op, f12, f13, f14, f15; local
2460 HReg op_hi, op_lo, f12, f13, f14, f15; local
2650 HReg op1_hi, op1_lo, op2_hi, op2_lo, f9, f11, f12, f13, f14, f15; local
2737 HReg op1_hi, op1_lo, op2, f9, f11, f13, f15; local
3056 HReg op_hi, op_lo, f12, f13, f14, f15; local
[all...]
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S101 std %f13,160+40(SP)
160 ld %f13,160+40(SP)
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp64 void f13(poly8x16_t v) {} function
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dnorm.S138 ld [%o3], %f13 ! LSU
143 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */
145 fmuls %f3, %f13, %f3
147 fmuls %f5, %f13, %f5
149 fmuls %f7, %f13, %f7
247 ld [%o3], %f13 ! LSU
252 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */
254 fmuls %f3, %f13, %f3
256 fmuls %f5, %f13, %f5
258 fmuls %f7, %f13,
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dnorm.S138 ld [%o3], %f13 ! LSU
143 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */
145 fmuls %f3, %f13, %f3
147 fmuls %f5, %f13, %f5
149 fmuls %f7, %f13, %f7
247 ld [%o3], %f13 ! LSU
252 /* f3=tx, f5=ty, f7=tz, f13=lengths[i] */
254 fmuls %f3, %f13, %f3
256 fmuls %f5, %f13, %f5
258 fmuls %f7, %f13,
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5-wrong-error.s10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
39 neg.ps $f19,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips5-wrong-error.s10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
39 neg.ps $f19,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5-wrong-error.s10 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
39 neg.ps $f19,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction

Completed in 400 milliseconds

1234