Searched refs:s9 (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dvpush-vpop.s7 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, s1
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp34 void s9(void (*)() throw(B1)); // s9 takes pointer to function with spec
68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}}
70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}}
/external/v8/test/mjsunit/
H A Duri.js52 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/
H A Dx86_32-arguments.cpp112 // CHECK: define void @_Z2f9v(%struct.s9* noalias sret %agg.result)
115 struct s9 { s9_0 a; s9_1 b; }; struct
116 s9 f9() { return s9(); }
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1];
84 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js101 var s9 = '\u02b7++) {new Array()[Z'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
165 expect = s9.charAt(0);
/external/clang/test/CodeGen/
H A Dregparm-struct.c117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b);
125 struct s9 x = {41, 42, 43};
H A Darm-arguments.c56 struct s9 { int f0; int : 0; }; struct
57 struct s9 f9(void) {}
H A Dx86_64-arguments-nacl.c47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
H A Daarch64-arguments.c44 struct s9 { long f0; int : 0; }; struct
45 struct s9 f9(void) {}
H A Dx86_32-arguments-darwin.c55 // CHECK: define void @f9_2(%struct.s9* byval align 4 %a0)
56 struct s9 { struct
60 struct s9 f9_1(void) { while (1) {} }
61 void f9_2(struct s9 a0) {}
H A Dbitfield-2.c331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) {
H A Dx86_64-arguments.c56 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
/external/chromium/testing/gmock/test/
H A Dgmock-more-actions_test.cc169 const char* s7, const char* s8, const char* s9) {
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
175 const char* s7, const char* s8, const char* s9,
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
218 const char* s7, const char* s8, const char* s9) {
219 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
224 const char* s7, const char* s8, const char* s9,
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
167 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
173 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
216 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
222 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
H A Dgmock-generated-actions_test.cc152 const char* s7, const char* s8, const char* s9) {
153 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9;
158 const char* s7, const char* s8, const char* s9,
160 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
150 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl26 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
260 $REG_S $s9,($FRAMESIZE-5)*$SZREG($sp)
332 $REG_L $s9,($FRAMESIZE-5)*$SZREG($sp)
H A Dsha512-mips.pl28 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
268 $REG_S $s9,$FRAMESIZE-5*$SZREG($sp)
361 $REG_L $s9,$FRAMESIZE-5*$SZREG($sp)
/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
110 $i=$s9;
151 $REG_S $s9,($FRAMESIZE-4)*$SZREG($sp)
403 $REG_L $s9,($FRAMESIZE-4)*$SZREG($sp)
/external/valgrind/main/none/tests/arm/
H A Dvfp.c1669 TESTINSN_un_f32("vcvt.s32.f32 s9, s19", s9, s19, i32, f2u(0.0));
1694 TESTINSN_un_f32("vcvt.f32.s32 s9, s19", s9, s19, i32, f2u(0.0));
1798 TESTINSN_un_cvt_sd("vcvt.f32.f64 s9, d21", s9, d21, f2u0(NAN), f2u1(NAN));
1849 TESTINSN_cmp_f32("vcmp.f32 s9, s2", s9, f2u(INFINITY), s2, f2u(INFINITY));
1857 TESTINSN_cmp_f32("vcmp.f32 s9, s2", s9, f2
[all...]
H A Dvfp.stdout.exp645 vcvt.s32.f32 s9, s19 :: Sd 0x00000000 Sm (i32)0x00000000
669 vcvt.f32.s32 s9, s19 :: Sd 0x00000000 Sm (i32)0x00000000
722 vcvt.f32.f64 s9, d21 :: Sd 0x7fc00000 Dm 0x7ff80000 00000000
771 vcmp.f32 s9, s2 :: FPSCR 0x6 Sd 0x7f800000 Sm 0x7f800000
779 vcmp.f32 s9, s2 :: FPSCR 0x2 Sd 0x42624083 Sm 0x42623d71
788 vcmpe.f32 s9, s2 :: FPSCR 0x6 Sd 0x7f800000 Sm 0x7f800000
796 vcmpe.f32 s9, s2 :: FPSCR 0x2 Sd 0x42624083 Sm 0x42623d71
797 vcmpe.f32 s9, s2 :: FPSCR 0x8 Sd 0x00000000 Sm 0x42623d71
798 vcmpe.f32 s9, s2 :: FPSCR 0x2 Sd 0x41200000 Sm 0x00000000
799 vcmpe.f32 s9, s
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2.asm323 %define s9 [spp + 8 * stride]
364 punpcklbw xmm0, s9 ; 80 90
365 punpckhbw xmm1, s9 ; 88 98
766 movdqa s9, xmm12
H A Dvariance_impl_sse2.asm720 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9
958 movq xmm3, QWORD PTR [rsi+rax] ; xmm3 = s1,s2,s3..s9
1172 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9
H A Dloopfilter_mmx.asm872 pmulhw mm1, [GLOBAL(s9)]
873 pmulhw mm2, [GLOBAL(s9)]
1272 pmulhw mm1, [GLOBAL(s9)]
1273 pmulhw mm2, [GLOBAL(s9)]
1749 s9: label
/external/v8/src/arm/
H A Dsimulator-arm.h139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1757 fcsel s3, s20, s9, pl
1759 // CHECK: fcsel s3, s20, s9, pl // encoding: [0x83,0x5e,0x29,0x1e]
1770 fcvt d8, s9
1783 // CHECK: fcvt d8, s9 // encoding: [0x28,0xc1,0x22,0x1e]
1832 fsub s7, s8, s9
1841 // CHECK: fsub s7, s8, s9 // encoding: [0x07,0x39,0x29,0x1e]
2016 fcvtps wzr, s9
2020 // CHECK: fcvtps wzr, s9 // encoding: [0x3f,0x01,0x28,0x1e]
2028 fcvtmu x8, s9
2032 // CHECK: fcvtmu x8, s9 // encodin
[all...]

Completed in 1306 milliseconds

12