/external/chromium_org/extensions/common/ |
extension_set_unittest.cc | 127 scoped_refptr<Extension> ext5( 131 ASSERT_TRUE(ext5.get() && ext6.get()); 136 EXPECT_TRUE(to_add->Insert(ext5));
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-conv-02.ll | 102 %ext5 = fpext float %val5 to double 138 store volatile double %ext5, double *%ptr1
|
fp-conv-03.ll | 120 %ext5 = fpext float %val5 to fp128 156 store volatile fp128 %ext5, fp128 *%ptr1
|
fp-conv-04.ll | 120 %ext5 = fpext double %val5 to fp128 156 store volatile fp128 %ext5, fp128 *%ptr1
|
int-add-03.ll | 162 %ext5 = sext i32 %frob5 to i64 173 %add5 = add i64 %add4, %ext5
|
int-add-04.ll | 162 %ext5 = zext i32 %frob5 to i64 173 %add5 = add i64 %add4, %ext5
|
int-mul-03.ll | 162 %ext5 = sext i32 %frob5 to i64 173 %mul5 = mul i64 %mul4, %ext5
|
int-sub-02.ll | 162 %ext5 = sext i32 %frob5 to i64 173 %sub5 = sub i64 %sub4, %ext5
|
int-sub-03.ll | 162 %ext5 = zext i32 %frob5 to i64 173 %sub5 = sub i64 %sub4, %ext5
|
fp-mul-02.ll | 173 %ext5 = fpext float %frob5 to double 174 %mul5 = fmul double %accext5, %ext5
|
fp-mul-04.ll | 198 %ext5 = fpext double %frob5 to fp128 199 %mul5 = fmul fp128 %accext5, %ext5
|
int-conv-01.ll | 152 %ext5 = sext i8 %trunc5 to i32 186 store volatile i32 %ext5, i32 *%ptr
|
int-conv-02.ll | 162 %ext5 = zext i8 %trunc5 to i32 196 store volatile i32 %ext5, i32 *%ptr
|
int-conv-03.ll | 152 %ext5 = sext i8 %trunc5 to i64 186 store volatile i64 %ext5, i64 *%ptr
|
int-conv-04.ll | 161 %ext5 = zext i8 %trunc5 to i64 195 store volatile i64 %ext5, i64 *%ptr
|
int-conv-05.ll | 187 %ext5 = sext i16 %trunc5 to i32 221 store volatile i32 %ext5, i32 *%ptr
|
int-conv-06.ll | 162 %ext5 = zext i16 %trunc5 to i32 196 store volatile i32 %ext5, i32 *%ptr
|
int-conv-07.ll | 152 %ext5 = sext i16 %trunc5 to i64 186 store volatile i64 %ext5, i64 *%ptr
|
int-conv-08.ll | 161 %ext5 = zext i16 %trunc5 to i64 195 store volatile i64 %ext5, i64 *%ptr
|
int-conv-11.ll | 82 %ext5 = zext i8 %trunc5 to i32 148 store volatile i32 %ext5, i32 *%ptr 255 %ext5 = zext i16 %trunc5 to i32 321 store volatile i32 %ext5, i32 *%ptr
|
int-cmp-05.ll | 263 %ext5 = sext i32 %frob5 to i64 274 %cmp5 = icmp slt i64 %ret, %ext5
|
int-cmp-06.ll | 313 %ext5 = zext i32 %frob5 to i64 324 %cmp5 = icmp ult i64 %ret, %ext5
|
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter_unittest.cc | 617 scoped_refptr<Extension> ext5 = CreateExtension( local 623 service_->AddExtension(ext5.get()); 639 EXPECT_TRUE(service_->extensions()->Contains(ext5->id())); [all...] |