/external/llvm/test/CodeGen/SystemZ/ |
int-sub-02.ll | 171 %sub3 = sub i64 %sub2, %ext3 172 %sub4 = sub i64 %sub3, %ext4
|
int-sub-03.ll | 171 %sub3 = sub i64 %sub2, %ext3 172 %sub4 = sub i64 %sub3, %ext4
|
int-sub-05.ll | 148 %sub3 = sub i128 %sub2, %val3 149 %sub4 = sub i128 %sub3, %val4
|
/external/llvm/test/Transforms/InstSimplify/ |
reassociate.ll | 83 define i32 @sub3(i32 %x, i32 %y) { 84 ; CHECK-LABEL: @sub3(
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
Identity2Test.java | 309 IdentitySubclass sub3 = new IdentitySubclass("identity name", local 313 assertFalse(sub.equals(sub3));
|
/external/llvm/test/Transforms/LoopVectorize/ |
global_alias.ll | 365 %sub3 = sub nsw i32 %sub2, 1 366 %arrayidx4 = getelementptr inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 417 %sub3 = sub nsw i32 %sub2, 1 418 %arrayidx4 = getelementptr inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 469 %sub3 = sub nsw i32 %sub2, 10 470 %arrayidx4 = getelementptr inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 584 %sub3 = sub nsw i32 100, %5 585 %sub4 = sub nsw i32 %sub3, 1 751 %sub3 = sub nsw i32 %sub2, 1 752 %arrayidx4 = getelementptr inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3 [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 109 // Sub3 112 // select Sub3, a direct line movement of the mouse may cross over
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 116 // Sub3 119 // select Sub3, a direct line movement of the mouse may cross over
|
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.c | 385 static WEBP_INLINE int Sub3(int a, int b, int c) { 393 Sub3((a >> 24) , (b >> 24) , (c >> 24) ) + 394 Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) + 395 Sub3((a >> 8) & 0xff, (b >> 8) & 0xff, (c >> 8) & 0xff) + 396 Sub3((a ) & 0xff, (b ) & 0xff, (c ) & 0xff); [all...] |
/external/webp/src/dsp/ |
lossless.c | 385 static WEBP_INLINE int Sub3(int a, int b, int c) { 393 Sub3((a >> 24) , (b >> 24) , (c >> 24) ) + 394 Sub3((a >> 16) & 0xff, (b >> 16) & 0xff, (c >> 16) & 0xff) + 395 Sub3((a >> 8) & 0xff, (b >> 8) & 0xff, (c >> 8) & 0xff) + 396 Sub3((a ) & 0xff, (b ) & 0xff, (c ) & 0xff); [all...] |
/external/llvm/test/Analysis/DependenceAnalysis/ |
SymbolicSIV.ll | 265 %sub3 = sub i64 %sub2, %n 266 %arrayidx4 = getelementptr inbounds i32* %A, i64 %sub3
|
Coupled.ll | 179 %sub3 = add nsw i64 %mul2, -6 180 %arrayidx4 = getelementptr inbounds [100 x i32]* %A, i64 %sub3, i64 %sub
|
/external/llvm/lib/Target/R600/ |
R600MachineScheduler.cpp | 297 case AMDGPU::sub3:
|
SIISelLowering.cpp | 932 case AMDGPU::sub3: return 3; [all...] |
R600Instructions.td | [all...] |
AMDGPUISelDAGToDAG.cpp | 279 SDValue(), CurDAG->getTargetConstant(AMDGPU::sub3, MVT::i32)
|
SIInstructions.td | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/ |
Toc.pod | 718 |- SubDir3 index.htm, <title>Sub3</title> 784 <li><a href=./SubDir3/index.htm#>Sub3</a> [all...] |
/external/chromium_org/third_party/gpsd/release-3.1/ |
gps.h | 715 } sub3; member in union:subframe_t::__anon13089 [all...] |