/external/llvm/test/MC/ARM/ |
D | vpush-vpop.s | 7 vpush {s8, s9, s10, s11, s12} 9 vpop {s8, s9, s10, s11, s12} 12 vpush.16 {s8, s9, s10, s11, s12} 14 vpop.64 {s8, s9, s10, s11, s12} 17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a] 19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a] 22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed] 24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec] 27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a] 29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a] [all …]
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-pointers.cpp | 34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec 68 void (*t10)(void (*)() throw(B1)) = &s9; // valid in fnptrs() 69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}} in fnptrs() 70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}} in fnptrs()
|
/external/chromium_org/third_party/smhasher/src/ |
D | Spooky.h | 136 uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11) in Mix() argument 145 s7 += data[7]; s9 ^= s5; s6 ^= s7; s7 = Rot64(s7,57); s6 += s8; in Mix() 146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9; in Mix() 147 s9 += data[9]; s11 ^= s7; s8 ^= s9; s9 = Rot64(s9,54); s8 += s10; in Mix() 148 s10 += data[10]; s0 ^= s8; s9 ^= s10; s10 = Rot64(s10,22); s9 += s11; in Mix() 149 s11 += data[11]; s1 ^= s9; s10 ^= s11; s11 = Rot64(s11,46); s10 += s0; in Mix()
|
/external/chromium_org/v8/test/mjsunit/ |
D | uri.js | 52 var s9 = String.fromCharCode(cc9_1)+String.fromCharCode(cc9_2); variable 64 assertEquals('%F4%8F%BF%BF', encodeURI(s9)); 76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0)); 77 assertEquals(cc9_2, decodeURI(encodeURI(s9)).charCodeAt(1));
|
/external/clang/test/CodeGenCXX/ |
D | x86_32-arguments.cpp | 115 struct s9 { s9_0 a; s9_1 b; }; argument 116 s9 f9() { return s9(); } in f9()
|
/external/clang/test/Sema/ |
D | pragma-align-mac68k.c | 78 struct s9 { struct 83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1]; argument 84 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | stringutil.cc | 325 const StringHolder& s9) { in StrCat() argument 329 s9.Length() + 1); in StrCat() 338 result += s9; in StrCat() 347 const StringHolder& s9, const StringHolder& s10, in StrCat() argument 352 s9.Length() + s10.Length() + s11.Length()); in StrCat() 361 result += s9; in StrCat() 372 const StringHolder& s9, const StringHolder& s10, in StrCat() argument 377 s9.Length() + s10.Length() + s11.Length() + s12.Length()); in StrCat() 386 result += s9; in StrCat()
|
D | stringutil.h | 143 const StringHolder& s9); 149 const StringHolder& s9, const StringHolder& s10, 156 const StringHolder& s9, const StringHolder& s10,
|
/external/clang/test/CodeGen/ |
D | regparm-struct.c | 117 struct s9 { struct 122 __attribute__((regparm(3))) void f13(struct s9 a, int b); argument 125 struct s9 x = {41, 42, 43}; in g13()
|
D | arm-arguments.c | 56 struct s9 { int f0; int : 0; }; struct 57 struct s9 f9(void) {} in f9()
|
/external/llvm/test/CodeGen/X86/ |
D | regpressure.ll | 39 %s9 = mul i32 %s8, %J ; <i32> [#uses=1] 40 ret i32 %s9 71 %s9 = mul i32 %s8, %J ; <i32> [#uses=1] 72 ret i32 %s9 113 %s9 = add i32 %J.upgrd.10, %s8 ; <i32> [#uses=1] 114 ret i32 %s9
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local 953 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16() 962 x1 = dct_const_round_shift(s1 + s9); in iadst16() 970 x9 = dct_const_round_shift(s1 - s9); in iadst16() 988 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in iadst16() 1005 x9 = dct_const_round_shift(s9 + s13); in iadst16() 1009 x13 = dct_const_round_shift(s9 - s13); in iadst16() 1023 s9 = x9; in iadst16() 1040 x9 = s9 + s11; in iadst16() 1042 x11 = s9 - s11; in iadst16()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local 953 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16() 962 x1 = dct_const_round_shift(s1 + s9); in iadst16() 970 x9 = dct_const_round_shift(s1 - s9); in iadst16() 988 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in iadst16() 1005 x9 = dct_const_round_shift(s9 + s13); in iadst16() 1009 x13 = dct_const_round_shift(s9 - s13); in iadst16() 1023 s9 = x9; in iadst16() 1040 x9 = s9 + s11; in iadst16() 1042 x11 = s9 - s11; in iadst16()
|
/external/mesa3d/include/CL/ |
D | cl_platform.h | 479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 554 … __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 629 … __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 704 …__extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 1002 … __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 1078 … __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 1153 …__extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl_platform.h | 479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 554 … __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 629 … __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 704 …__extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 853 __extension__ struct{ cl_uint s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 1002 … __extension__ struct{ cl_ulong s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 1078 … __extension__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member 1153 …__extension__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
|
/external/lldb/test/arm_emulation/new-test-files/ |
D | test-movs-1-arm.dat | 33 s9=0x00000009 86 s9=0x00000009
|
D | test-str-3-arm.dat | 33 s9=0x00000009 86 s9=0x00000009
|
D | test-vpush-1-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-mov-9-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-vpush-3-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-mov-5-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-strd-1-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-mov-22-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-mov-15-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|
D | test-mvn-4-thumb.dat | 33 s9=0x00000000 86 s9=0x00000000
|