/external/llvm/test/CodeGen/X86/ |
2007-05-15-maskmovq.ll | 6 define void @test(<1 x i64> %c64, <1 x i64> %mask1, i8* %P) { 9 %tmp6 = bitcast <1 x i64> %c64 to x86_mmx ; <x86_mmx> [#uses=1]
|
/external/clang/test/CodeGenOpenCL/ |
shifts.cl | 21 //CHECK-NEXT: [[C64:%.+]] = ashr i64 %a, [[M64]] 24 //CHECK-NEXT: [[E64:%.+]] = add nsw i64 [[C64]], 4
|
/external/chromium_org/net/base/ |
int128.h | 296 // terms c96 and c64 are safe to ignore carry bit 298 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; local 299 this->hi_ = (c96 << 32) + c64;
|
/external/clang/test/Sema/ |
attr-mode.c | 28 typedef _Complex float c64 __attribute((mode(DC))); typedef
|
/external/chromium_org/third_party/sqlite/src/test/ |
triggerB.test | 107 c60, c61, c62, c63, c64, c65
|
/ndk/build/tools/toolchain-patches/gcc/ |
0002-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 28 index ecb06e2..8372c64 100644
|
/external/llvm/unittests/IR/ |
InstructionsTest.cpp | 150 const Constant* c64 = Constant::getNullValue(V8x64Ty); local 157 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
|
/external/tcpdump/tests/ |
print-x.new | 76 0x0250: 3c54 4954 4c45 3e50 6c61 6365 686f 6c64 199 0x0a00: 7368 6f75 6c64 2062 6520 756e 6465 7220 272 0x0e90: 2f22 3e57 6f72 6c64 0a57 6964 6520 5765 301 0x1060: 6420 6974 2077 6f75 6c64 2067 6976 6520
|
print-x.out | 76 0x0250: 3c54 4954 4c45 3e50 6c61 6365 686f 6c64 199 0x0a00: 7368 6f75 6c64 2062 6520 756e 6465 7220 272 0x0e90: 2f22 3e57 6f72 6c64 0a57 6964 6520 5765 301 0x1060: 6420 6974 2077 6f75 6c64 2067 6976 6520
|
print-xx.new | 82 0x0260: 4954 4c45 3e50 6c61 6365 686f 6c64 6572 205 0x0a10: 6f75 6c64 2062 6520 756e 6465 7220 3c54 278 0x0ea0: 3e57 6f72 6c64 0a57 6964 6520 5765 6220 307 0x1070: 6974 2077 6f75 6c64 2067 6976 6520 4465
|
print-xx.out | 82 0x0260: 4954 4c45 3e50 6c61 6365 686f 6c64 6572 205 0x0a10: 6f75 6c64 2062 6520 756e 6465 7220 3c54 278 0x0ea0: 3e57 6f72 6c64 0a57 6964 6520 5765 6220 307 0x1070: 6974 2077 6f75 6c64 2067 6976 6520 4465
|
print-X.new | 76 0x0250: 3c54 4954 4c45 3e50 6c61 6365 686f 6c64 <TITLE>Placehold 199 0x0a00: 7368 6f75 6c64 2062 6520 756e 6465 7220 should.be.under. 272 0x0e90: 2f22 3e57 6f72 6c64 0a57 6964 6520 5765 /">World.Wide.We 301 0x1060: 6420 6974 2077 6f75 6c64 2067 6976 6520 d.it.would.give.
|
print-XX.new | 82 0x0260: 4954 4c45 3e50 6c61 6365 686f 6c64 6572 ITLE>Placeholder 205 0x0a10: 6f75 6c64 2062 6520 756e 6465 7220 3c54 ould.be.under.<T 278 0x0ea0: 3e57 6f72 6c64 0a57 6964 6520 5765 6220 >World.Wide.Web. 307 0x1070: 6974 2077 6f75 6c64 2067 6976 6520 4465 it.would.give.De
|
print-capX.out | 76 0x0250: 3c54 4954 4c45 3e50 6c61 6365 686f 6c64 <TITLE>Placehold 199 0x0a00: 7368 6f75 6c64 2062 6520 756e 6465 7220 should.be.under. 272 0x0e90: 2f22 3e57 6f72 6c64 0a57 6964 6520 5765 /">World.Wide.We 301 0x1060: 6420 6974 2077 6f75 6c64 2067 6976 6520 d.it.would.give.
|
print-capXX.out | 82 0x0260: 4954 4c45 3e50 6c61 6365 686f 6c64 6572 ITLE>Placeholder 205 0x0a10: 6f75 6c64 2062 6520 756e 6465 7220 3c54 ould.be.under.<T 278 0x0ea0: 3e57 6f72 6c64 0a57 6964 6520 5765 6220 >World.Wide.Web. 307 0x1070: 6974 2077 6f75 6c64 2067 6976 6520 4465 it.would.give.De
|
/external/chromium_org/v8/test/webkit/ |
dfg-inline-arguments-use-from-uninlined-code-expected.txt | 91 PASS "" + baz("a" + __i, "b" + (__i + 1), "c" + (__i + 2)) is "a62,b63,c64,a62,b63,c64"
|
dfg-inline-arguments-use-from-all-the-places-expected.txt | [all...] |
dfg-inline-arguments-become-double-expected.txt | 93 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a64, 42.5, c64"
|
dfg-inline-arguments-become-int32-expected.txt | 93 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a64, 42, c64"
|
dfg-inline-arguments-reset-changetype-expected.txt | 93 PASS argsToStr(baz("a" + __i, __i + 2, "c" + __i)) is "[object Arguments]: a64, a64, c64"
|
dfg-inline-arguments-reset-expected.txt | 93 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a64, a64, c64"
|
dfg-inline-arguments-simple-expected.txt | 93 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a64, b64, c64"
|
dfg-inline-arguments-use-directly-from-inlined-code-expected.txt | 93 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a64, b64, c64"
|
dfg-inline-arguments-use-from-getter-expected.txt | 93 PASS argsToStr(bar(o, "b" + __i, "c" + __i)) is "[object Arguments]: [object Object], b64, c64"
|
/packages/apps/DeskClock/res/values/ |
array.xml | 686 <item>C64</item>
|