/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
lftr-reuse.ll | 48 %sub1 = sub nsw i32 %arg, 1 49 %cmp1 = icmp slt i32 0, %sub1 76 %cmp4 = icmp slt i32 %i.inc, %sub1
|
/art/compiler/optimizing/ |
scheduler_test.cc | 229 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, i, c1); local 242 new (GetAllocator()) HArraySet(arr, sub1, c0, DataType::Type::kInt32, 0); 262 sub1, 330 loc2 = heap_location_collector.GetArrayHeapLocation(arr, sub1);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
DecParserUnitTest.py | 170 # sub1 head comment
171 (test item has both head and tail comment) # sub1 tail comment
198 self.assertEqual(dataitem._HeadComment[0][0], '# sub1 head comment')
199 self.assertEqual(dataitem._TailComment[0][0], '# sub1 tail comment')
|
/external/clang/test/SemaObjC/ |
arc-repeated-weak.mm | 332 @interface Sub1 : Base1 334 @interface Sub1(cat) 338 void test1(Sub1 *s) { 347 void test2(Sub1 *s) {
|
/external/icu/icu4c/source/i18n/ |
nfrule.h | 111 NFSubstitution* sub1; member in class:NFRule
|
ulocdata.cpp | 334 static const UChar sub1[4] = { 0x007b, 0x0031, 0x007d , 0x0000 }; /* {1} */ local 372 p1=u_strstr(separator, sub1);
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPURegisterInfo.cpp | 41 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, AMDGPU::sub4,
|
R600RegisterInfo.td | 23 let SubRegIndices = [sub0, sub1, sub2, sub3]; 32 let SubRegIndices = [sub0, sub1];
|
/external/llvm/test/Analysis/BasicAA/ |
q.bad.ll | 38 %sub1 = sub i32 %loaded, 1 ; unsigned wraps iff %loaded == 0 39 %sub1.64 = zext i32 %sub1 to i64 ; is zext(%loaded) always != zext(%loaded - 1)? Yes -> NoAlias 42 %c = getelementptr inbounds i8, i8* %mem, i64 %sub1.64
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
vle-reloc-2.s | 2 sub1: label
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-narrow-ldst-merge.ll | 429 %sub1 = add nsw i32 %n, -3 430 %idxprom2 = sext i32 %sub1 to i64 444 %sub1 = add nsw i32 %n, -4 445 %idxprom2 = sext i32 %sub1 to i64 467 %sub1 = add nsw i32 %n, -4 468 %idxprom2 = sext i32 %sub1 to i64 482 %sub1 = add nsw i32 %n, -4 483 %idxprom2 = sext i32 %sub1 to i64
|
/external/llvm/test/CodeGen/AMDGPU/ |
ds-sub-offset.ll | 15 %sub1 = sub i32 0, %x.i 16 %tmp0 = getelementptr [256 x i32], [256 x i32] addrspace(3)* @lds.obj, i32 0, i32 %sub1
|
/external/llvm/test/CodeGen/SystemZ/ |
int-sub-01.ll | 164 %sub1 = sub i32 %sub0, %val1 165 %sub2 = sub i32 %sub1, %val2
|
int-sub-02.ll | 169 %sub1 = sub i64 %sub0, %ext1 170 %sub2 = sub i64 %sub1, %ext2
|
int-sub-03.ll | 169 %sub1 = sub i64 %sub0, %ext1 170 %sub2 = sub i64 %sub1, %ext2
|
int-sub-05.ll | 146 %sub1 = sub i128 %sub0, %val1 147 %sub2 = sub i128 %sub1, %val2
|
/external/llvm/test/CodeGen/X86/ |
atomic_add.ll | 6 define void @sub1(i32* nocapture %p, i32 %v) nounwind ssp { 8 ; CHECK-LABEL: sub1:
|
/external/llvm/test/Transforms/InstSimplify/ |
reassociate.ll | 78 define i32 @sub1(i32 %x, i32 %y) { 79 ; CHECK-LABEL: @sub1(
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
reassociate.ll | 66 define i32 @sub1(i32 %x, i32 %y) { 67 ; CHECK: @sub1
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
WifiCallingSettingUiTest.java | 67 private static final String SUBSCRIPTION1_NAME = "SUB1"; 236 // Switch to SUB1.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/ |
vle-reloc.d | 11 0: R_PPC_VLE_REL8 sub1 13 2: R_PPC_VLE_REL8 sub1
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
deblock_msa.c | 549 v4i32 sub0, sub1, sub2, sub3; local 577 UNPCK_SH_SW(sub_r, sub0, sub1); 581 MUL4(sum0_w, sub0, sum1_w, sub1, sum2_w, sub2, sum3_w, sub3, mul0, mul1, 644 v4i32 sub0, sub1, sub2, sub3, total0, total1, total2, total3; local [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509CertSelectorTest.java | 624 X500Principal sub1 = new X500Principal("O=First Org."); local 629 selector.setSubject(sub1); 630 assertEquals("The returned subject should be equal to specified", sub1, 676 X500Principal sub1 = new X500Principal(name1); local 682 selector.setSubject(sub1); 698 X500Principal sub1 = new X500Principal(name1); local 703 selector.setSubject(sub1); 1299 X500Principal sub1 = new X500Principal(name1); local 1326 X500Principal sub1 = new X500Principal(name1); local 1351 X500Principal sub1 = new X500Principal("O=First Org."); local [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_neon.c | 173 static INLINE void filter_update_8(const uint8x8_t sub0, const uint8x8_t sub1, 177 *sum = vsubw_u8(*sum, sub1); 183 const uint8x16_t sub1, 189 *sum0 = vsubw_u8(*sum0, vget_low_u8(sub1)); 190 *sum1 = vsubw_u8(*sum1, vget_high_u8(sub1)); 198 const uint8x8_t sub1, 202 filter_update_8(sub0, sub1, add0, add1, sum); 207 const uint8x16_t sub0, const uint8x16_t sub1, const uint8x16_t add0, 209 filter_update_16(sub0, sub1, add0, add1, sum0, sum1); 214 const uint8x8_t flat, const uint8x8_t sub0, const uint8x8_t sub1, [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TreeRangeMapTest.java | 372 RangeMap<Integer, Integer> sub1 = rangeMap.subRangeMap(Range.closed(5, 11)); local 374 sub1.asMapOfRanges()); 375 RangeMap<Integer, Integer> sub2 = sub1.subRangeMap(Range.open(6, 15));
|