Searched refs:fct2 (Results 1 – 12 of 12) sorted by relevance
103 define i32 @fct2(i32 %a) nounwind uwtable inlinehint ssp {205 ; The inline keyword gives a sufficient benefits to inline fct2206 ;CHECK-NOT: call i32 @fct2212 %call1 = call i32 @fct2(i32 %tmp1)221 ; With Oz (minsize attribute), the benefit of inlining fct2222 ; is the same as fct1, thus no inlining for fct2223 ;CHECK: call i32 @fct2229 %call1 = call i32 @fct2(i32 %tmp1)
18 ; CHECK: @fct222 define void @fct2(i8* nocapture %ptr) {
57 define i64 @fct2(i64 %cav1.coerce) nounwind {58 ; CHECK-LABEL: fct2:
285 define <4 x i16> @fct2() nounwind readonly ssp {287 ; CHECK-LABEL: fct2:
85 define float @fct2(i16* nocapture %sp0) {86 ; CHECK-LABEL: fct2:
19 ; CHECK-LABEL: fct2:23 define void @fct2(i8* nocapture %ptr) minsize {
288 define <4 x i16> @fct2(i8* %str) nounwind readonly ssp {290 ; CHECK-LABEL: fct2:
962 else if (prec == 2 && instrtab[cnt].fct2 != 0) in i386_disasm()981 int r = op2_fct[instrtab[cnt].fct2] (&output_data); in i386_disasm()
61 unsigned int fct2 : FCT2_BITS; member