Home
last modified time | relevance | path

Searched refs:ssp (Results 1 – 25 of 3250) sorted by relevance

12345678910>>...130

/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-ret.ll3 define signext i8 @ret2(i8 signext %a) nounwind uwtable ssp {
11 define zeroext i8 @ret3(i8 signext %a) nounwind uwtable ssp {
19 define signext i16 @ret4(i16 signext %a) nounwind uwtable ssp {
27 define zeroext i16 @ret5(i16 signext %a) nounwind uwtable ssp {
35 define i16 @ret6(i16 %a) nounwind uwtable ssp {
43 define signext i32 @ret7(i32 signext %a) nounwind uwtable ssp {
51 define zeroext i32 @ret8(i32 signext %a) nounwind uwtable ssp {
59 define i32 @ret9(i32 %a) nounwind uwtable ssp {
67 define i64 @ret10(i64 %a) nounwind uwtable ssp {
76 define float @ret11(float %a) nounwind uwtable ssp {
[all …]
Dfast-isel-ext.ll5 define i32 @zext_8_32(i8 %a) nounwind ssp {
12 define i32 @zext_16_32(i16 %a) nounwind ssp {
19 define i64 @zext_8_64(i8 %a) nounwind ssp {
26 define i64 @zext_16_64(i16 %a) nounwind ssp {
33 define i64 @zext_32_64(i32 %a) nounwind ssp {
42 define i32 @sext_8_32(i8 %a) nounwind ssp {
49 define i32 @sext_16_32(i16 %a) nounwind ssp {
56 define i64 @sext_8_64(i8 %a) nounwind ssp {
63 define i64 @sext_16_64(i16 %a) nounwind ssp {
70 define i64 @sext_32_64(i32 %a) nounwind ssp {
Dfast-isel-fold.ll7 define void @t1() nounwind uwtable ssp {
17 define void @t2() nounwind uwtable ssp {
27 define void @t2a() nounwind uwtable ssp {
41 define i32 @t3() nounwind uwtable ssp {
50 define i32 @t4() nounwind uwtable ssp {
59 define i32 @t5() nounwind uwtable ssp {
68 define i32 @t6() nounwind uwtable ssp {
77 define i64 @t7() nounwind uwtable ssp {
86 define i64 @t8() nounwind uwtable ssp {
95 define i64 @t9() nounwind uwtable ssp {
[all …]
Dfast-isel-binary.ll5 define void @add_i8(i8 %a, i8 %b) nounwind ssp {
15 define void @add_i8_imm(i8 %a) nounwind ssp {
25 define void @add_i16(i16 %a, i16 %b) nounwind ssp {
35 define void @add_i16_imm(i16 %a, i16 %b) nounwind ssp {
47 define void @or_i8(i8 %a, i8 %b) nounwind ssp {
57 define void @or_i8_imm(i8 %a) nounwind ssp {
67 define void @or_i16(i16 %a, i16 %b) nounwind ssp {
77 define void @or_i16_imm(i16 %a) nounwind ssp {
89 define void @sub_i8(i8 %a, i8 %b) nounwind ssp {
99 define void @sub_i8_imm(i8 %a) nounwind ssp {
[all …]
Dfast-isel-load-store.ll23 define i8 @t1() nounwind uwtable ssp {
32 define i16 @t2() nounwind uwtable ssp {
41 define i32 @t3() nounwind uwtable ssp {
50 define i64 @t4() nounwind uwtable ssp {
59 define float @t5() nounwind uwtable ssp {
68 define double @t6() nounwind uwtable ssp {
79 define void @t7(i8 %v) nounwind uwtable ssp {
90 define void @t8(i16 %v) nounwind uwtable ssp {
101 define void @t9(i32 %v) nounwind uwtable ssp {
112 define void @t10(i64 %v) nounwind uwtable ssp {
[all …]
Dfast-isel-shifter.ll3 define i32 @shl() nounwind ssp {
11 define i32 @shl_reg(i32 %src1, i32 %src2) nounwind ssp {
19 define i32 @lshr() nounwind ssp {
27 define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind ssp {
35 define i32 @ashr() nounwind ssp {
43 define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind ssp {
Dfast-isel-conversion.ll9 define void @sitofp_single_i64(i64 %a, float %b) nounwind ssp {
26 define void @sitofp_single_i32(i32 %a, float %b) nounwind ssp {
43 define void @sitofp_single_i16(i16 %a, float %b) nounwind ssp {
62 define void @sitofp_single_i8(i8 %a) nounwind ssp {
81 define void @sitofp_double_i32(i32 %a, double %b) nounwind ssp {
97 define void @sitofp_double_i64(i64 %a, double %b) nounwind ssp {
113 define void @sitofp_double_i16(i16 %a, double %b) nounwind ssp {
131 define void @sitofp_double_i8(i8 %a, double %b) nounwind ssp {
151 define void @uitofp_single_i64(i64 %a, float %b) nounwind ssp {
165 define void @uitofp_single_i32(i32 %a, float %b) nounwind ssp {
[all …]
Dfast-isel-conversion-p5.ll5 define void @sitofp_double_i32(i32 %a, double %b) nounwind ssp {
17 define void @sitofp_double_i64(i64 %a, double %b) nounwind ssp {
29 define void @sitofp_double_i16(i16 %a, double %b) nounwind ssp {
42 define void @sitofp_double_i8(i8 %a, double %b) nounwind ssp {
57 define void @fptosi_float_i32(float %a) nounwind ssp {
69 define void @fptosi_float_i64(float %a) nounwind ssp {
81 define void @fptosi_double_i32(double %a) nounwind ssp {
93 define void @fptosi_double_i64(double %a) nounwind ssp {
107 define void @fptoui_float_i32(float %a) nounwind ssp {
119 define void @fptoui_double_i32(double %a) nounwind ssp {
Dfast-isel-cmp-imm.ll3 define void @t1a(float %a) uwtable ssp {
22 define void @t1b(float %a) uwtable ssp {
39 define void @t2a(double %a) uwtable ssp {
56 define void @t2b(double %a) uwtable ssp {
73 define void @t4(i8 signext %a) uwtable ssp {
89 define void @t5(i8 zeroext %a) uwtable ssp {
105 define void @t6(i16 signext %a) uwtable ssp {
121 define void @t7(i16 zeroext %a) uwtable ssp {
137 define void @t8(i32 %a) uwtable ssp {
152 define void @t9(i32 %a) uwtable ssp {
[all …]
/external/llvm/test/CodeGen/X86/
Datomic_add.ll5 define void @sub1(i32* nocapture %p, i32 %v) nounwind ssp {
13 define void @inc4(i64* nocapture %p) nounwind ssp {
21 define void @add8(i64* nocapture %p) nounwind ssp {
29 define void @add4(i64* nocapture %p, i32 %v) nounwind ssp {
38 define void @inc3(i8* nocapture %p) nounwind ssp {
46 define void @add7(i8* nocapture %p) nounwind ssp {
54 define void @add3(i8* nocapture %p, i32 %v) nounwind ssp {
63 define void @inc2(i16* nocapture %p) nounwind ssp {
71 define void @add6(i16* nocapture %p) nounwind ssp {
79 define void @add2(i16* nocapture %p, i32 %v) nounwind ssp {
[all …]
Davx-vshufp.ll4 define <8 x float> @A(<8 x float> %a, <8 x float> %b) nounwind uwtable readnone ssp {
11 define <8 x float> @A2(<8 x float>* %a, <8 x float>* %b) nounwind uwtable readnone ssp {
20 define <8 x i32> @A3(<8 x i32> %a, <8 x i32> %b) nounwind uwtable readnone ssp {
27 define <8 x i32> @A4(<8 x i32>* %a, <8 x i32>* %b) nounwind uwtable readnone ssp {
36 define <4 x double> @B(<4 x double> %a, <4 x double> %b) nounwind uwtable readnone ssp {
43 define <4 x double> @B2(<4 x double>* %a, <4 x double>* %b) nounwind uwtable readnone ssp {
52 define <4 x i64> @B3(<4 x i64> %a, <4 x i64> %b) nounwind uwtable readnone ssp {
59 define <4 x i64> @B4(<4 x i64>* %a, <4 x i64>* %b) nounwind uwtable readnone ssp {
68 define <8 x float> @C(<8 x float> %a, <8 x float> %b) nounwind uwtable readnone ssp {
75 define <4 x double> @D(<4 x double> %a, <4 x double> %b) nounwind uwtable readnone ssp {
[all …]
Davx-unpack.ll4 define <8 x float> @unpackhips(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
11 …ne <4 x double> @unpackhipd(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
18 define <8 x float> @unpacklops(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
25 …ne <4 x double> @unpacklopd(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
32 …e <8 x float> @unpacklops-not(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
39 …4 x double> @unpacklopd-not(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
46 …e <8 x float> @unpackhips-not(<8 x float> %src1, <8 x float> %src2) nounwind uwtable readnone ssp {
53 …4 x double> @unpackhipd-not(<4 x double> %src1, <4 x double> %src2) nounwind uwtable readnone ssp {
64 define <8 x i32> @unpackhips1(<8 x i32> %src1, <8 x i32> %src2) nounwind uwtable readnone ssp {
71 define <8 x i32> @unpackhips2(<8 x i32>* %src1, <8 x i32>* %src2) nounwind uwtable readnone ssp {
[all …]
Dsibcall.ll4 define void @t1(i32 %x) nounwind ssp {
17 define void @t2() nounwind ssp {
30 define void @t3() nounwind ssp {
43 define void @t4(void (i32)* nocapture %x) nounwind ssp {
56 define void @t5(void ()* nocapture %x) nounwind ssp {
69 define i32 @t6(i32 %x) nounwind ssp {
83 %2 = tail call i32 @t6(i32 %1) nounwind ssp
93 define i32 @t7(i32 %a, i32 %b, i32 %c) nounwind ssp {
106 define signext i16 @t8() nounwind ssp {
119 define signext i16 @t9(i32 (i32)* nocapture %x) nounwind ssp {
[all …]
/external/llvm/test/Transforms/Inline/
Dcrash.ll14 define void @list_DeleteElement(i32 (i8*, i8*)* nocapture %Test) nounwind ssp {
21 define void @list_DeleteDuplicates(i32 (i8*, i8*)* nocapture %Test) nounwind ssp {
23 call void @list_DeleteElement(i32 (i8*, i8*)* %Test) nounwind ssp
24 call fastcc void @list_Rplacd1284() nounwind ssp
29 …HaveSameSubtermAndAreFromSameClause(i32* nocapture %L1, i32* nocapture %L2) nounwind readonly ssp {
35 define internal fastcc void @inf_GetBackwardPartnerLits(i32* nocapture %Flags) nounwind ssp {
42 define void @inf_BackwardEmptySortPlusPlus() nounwind ssp {
44 call fastcc void @inf_GetBackwardPartnerLits(i32* null) nounwind ssp
48 define void @inf_BackwardWeakening() nounwind ssp {
50 call fastcc void @inf_GetBackwardPartnerLits(i32* null) nounwind ssp
[all …]
Dcrash2.ll5 declare i8* @f1(i8*) ssp align 2
7 define linkonce_odr void @f2(i8* %t) inlinehint ssp {
12 define linkonce_odr void @f3(void (i8*)* %__f) ssp {
19 call i8* @f1(i8* undef) ssp
23 define linkonce_odr void @f4(i8* %this) ssp align 2 {
26 call void @f3(void (i8*)* @f2) ssp
Dalloca-in-scc.ll6 define i32 @main(i32 %argc, i8** %argv) nounwind ssp {
12 define internal fastcc void @a() nounwind ssp {
21 define internal fastcc void @b() nounwind ssp {
23 tail call fastcc void @a() nounwind ssp
27 define internal fastcc void @c() nounwind ssp {
/external/llvm/test/CodeGen/AArch64/
Darm64-arith.ll3 define i32 @t1(i32 %a, i32 %b) nounwind readnone ssp {
12 define i32 @t2(i32 %a, i32 %b) nounwind readnone ssp {
21 define i64 @t3(i64 %a, i64 %b) nounwind readnone ssp {
30 define i32 @t4(i32 %a, i32 %b) nounwind readnone ssp {
39 define i64 @t5(i64 %a, i64 %b) nounwind readnone ssp {
48 define i32 @t6(i32 %a, i32 %b) nounwind readnone ssp {
57 define i64 @t7(i64 %a, i64 %b) nounwind readnone ssp {
66 define i32 @t8(i32 %a, i32 %b) nounwind readnone ssp {
75 define i64 @t9(i64 %a, i64 %b) nounwind readnone ssp {
84 define i32 @t10(i32 %a, i32 %b) nounwind readnone ssp {
[all …]
Darm64-fast-isel-fcmp.ll3 define zeroext i1 @fcmp_float1(float %a) nounwind ssp {
12 define zeroext i1 @fcmp_float2(float %a, float %b) nounwind ssp {
21 define zeroext i1 @fcmp_double1(double %a) nounwind ssp {
30 define zeroext i1 @fcmp_double2(double %a, double %b) nounwind ssp {
40 define float @fcmp_oeq(float %a, float %b) nounwind ssp {
49 define float @fcmp_ogt(float %a, float %b) nounwind ssp {
58 define float @fcmp_oge(float %a, float %b) nounwind ssp {
67 define float @fcmp_olt(float %a, float %b) nounwind ssp {
76 define float @fcmp_ole(float %a, float %b) nounwind ssp {
85 define float @fcmp_ord(float %a, float %b) nounwind ssp {
[all …]
Darm64-shifted-sext.ll5 define signext i16 @extendedLeftShiftcharToshortBy4(i8 signext %a) nounwind readnone ssp {
17 define signext i16 @extendedRightShiftcharToshortBy4(i8 signext %a) nounwind readnone ssp {
29 define signext i16 @extendedLeftShiftcharToshortBy8(i8 signext %a) nounwind readnone ssp {
41 define signext i16 @extendedRightShiftcharToshortBy8(i8 signext %a) nounwind readnone ssp {
54 define i32 @extendedLeftShiftcharTointBy4(i8 signext %a) nounwind readnone ssp {
65 define i32 @extendedRightShiftcharTointBy4(i8 signext %a) nounwind readnone ssp {
76 define i32 @extendedLeftShiftcharTointBy8(i8 signext %a) nounwind readnone ssp {
87 define i32 @extendedRightShiftcharTointBy8(i8 signext %a) nounwind readnone ssp {
99 define i64 @extendedLeftShiftcharToint64By4(i8 signext %a) nounwind readnone ssp {
110 define i64 @extendedRightShiftcharToint64By4(i8 signext %a) nounwind readnone ssp {
[all …]
Darm64-fast-isel-conversion.ll4 define zeroext i32 @trunc_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {
45 define i64 @zext_(i8 zeroext %a, i16 zeroext %b, i32 %c, i64 %d) nounwind ssp {
86 define i32 @zext_i1_i32(i1 zeroext %a) nounwind ssp {
94 define i64 @zext_i1_i64(i1 zeroext %a) nounwind ssp {
102 define i64 @sext_(i8 signext %a, i16 signext %b, i32 %c, i64 %d) nounwind ssp {
162 define i32 @sext_i1_i32(i1 signext %a) nounwind ssp {
171 define signext i16 @sext_i1_i16(i1 %a) nounwind ssp {
180 define signext i8 @sext_i1_i8(i1 %a) nounwind ssp {
189 define double @fpext_(float %a) nounwind ssp {
198 define float @fptrunc_(double %a) nounwind ssp {
[all …]
Darm64-fcmp-opt.ll4 define i1 @fcmp_float1(float %a) nounwind ssp {
13 define i1 @fcmp_float2(float %a, float %b) nounwind ssp {
22 define i1 @fcmp_double1(double %a) nounwind ssp {
31 define i1 @fcmp_double2(double %a, double %b) nounwind ssp {
41 define float @fcmp_oeq(float %a, float %b) nounwind ssp {
53 define float @fcmp_ogt(float %a, float %b) nounwind ssp {
65 define float @fcmp_oge(float %a, float %b) nounwind ssp {
77 define float @fcmp_olt(float %a, float %b) nounwind ssp {
89 define float @fcmp_ole(float %a, float %b) nounwind ssp {
101 define float @fcmp_ord(float %a, float %b) nounwind ssp {
[all …]
Darm64-vector-imm.ll50 define <4 x i32> @movi_4s_imm_t1() nounwind readnone ssp {
57 define <4 x i32> @movi_4s_imm_t2() nounwind readnone ssp {
64 define <4 x i32> @movi_4s_imm_t3() nounwind readnone ssp {
71 define <4 x i32> @movi_4s_imm_t4() nounwind readnone ssp {
78 define <8 x i16> @movi_8h_imm_t5() nounwind readnone ssp {
86 define <8 x i16> @movi_8h_imm_t6() nounwind readnone ssp {
93 define <4 x i32> @movi_4s_imm_t7() nounwind readnone ssp {
100 define <4 x i32> @movi_4s_imm_t8() nounwind readnone ssp {
107 define <16 x i8> @movi_16b_imm_t9() nounwind readnone ssp {
115 define <2 x i64> @movi_2d_imm_t10() nounwind readnone ssp {
[all …]
/external/qemu/target-i386/
Dseg_helper.c466 #define SEG_ADDL(ssp, sp, sp_mask) ((uint32_t)((ssp) + (sp & (sp_mask)))) argument
469 #define PUSHW(ssp, sp, sp_mask, val)\ argument
472 cpu_stw_kernel(env, (ssp) + (sp & (sp_mask)), (val));\
475 #define PUSHL(ssp, sp, sp_mask, val)\ argument
478 cpu_stl_kernel(env, SEG_ADDL(ssp, sp, sp_mask), (uint32_t)(val));\
481 #define POPW(ssp, sp, sp_mask, val)\ argument
483 val = cpu_lduw_kernel(env, (ssp) + (sp & (sp_mask)));\
487 #define POPL(ssp, sp, sp_mask, val)\ argument
489 val = (uint32_t)cpu_ldl_kernel(env, SEG_ADDL(ssp, sp, sp_mask));\
499 target_ulong ptr, ssp; in do_interrupt_protected() local
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-ldrh-strh-arm.ll5 define zeroext i16 @t1(i16* nocapture %a) nounwind uwtable readonly ssp {
14 define zeroext i16 @t2(i16* nocapture %a) nounwind uwtable readonly ssp {
23 define zeroext i16 @t3(i16* nocapture %a) nounwind uwtable readonly ssp {
32 define zeroext i16 @t4(i16* nocapture %a) nounwind uwtable readonly ssp {
43 define zeroext i16 @t5(i16* nocapture %a) nounwind uwtable readonly ssp {
52 define zeroext i16 @t6(i16* nocapture %a) nounwind uwtable readonly ssp {
61 define zeroext i16 @t7(i16* nocapture %a) nounwind uwtable readonly ssp {
70 define zeroext i16 @t8(i16* nocapture %a) nounwind uwtable readonly ssp {
80 define void @t9(i16* nocapture %a) nounwind uwtable ssp {
91 define void @t10(i16* nocapture %a) nounwind uwtable ssp {
[all …]
Dfast-isel-ret.ll6 ;define signext i1 @ret0(i1 signext %a) nounwind uwtable ssp {
11 define zeroext i1 @ret1(i1 signext %a) nounwind uwtable ssp {
19 define signext i8 @ret2(i8 signext %a) nounwind uwtable ssp {
27 define zeroext i8 @ret3(i8 signext %a) nounwind uwtable ssp {
35 define signext i16 @ret4(i16 signext %a) nounwind uwtable ssp {
43 define zeroext i16 @ret5(i16 signext %a) nounwind uwtable ssp {
51 define i16 @ret6(i16 %a) nounwind uwtable ssp {

12345678910>>...130