Searched refs:s9 (Results 1 - 25 of 26) sorted by last modified time

12

/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h69 s9, enumerator in enum:JSC::ARMRegisters::__anon14309
/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/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/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/v8/benchmarks/
H A Dregexp.js102 var s9 = computeInputVariants('528.9', 170);
149 s9[i].replace(re6, '');
/external/v8/src/arm/
H A Dassembler-arm.h284 const SwVfpRegister s9 = { 9 }; member in namespace:v8::internal
H A Dsimulator-arm.h139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
/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/aes/asm/
H A Daes-mips.pl31 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
373 $REG_S $s9,$FRAMESIZE-5*$SZREG($sp)
420 $REG_L $s9,$FRAMESIZE-5*$SZREG($sp)
710 $REG_S $s9,$FRAMESIZE-5*$SZREG($sp)
757 $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/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/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm879 pmulhw mm1, [GLOBAL(s9)]
880 pmulhw mm2, [GLOBAL(s9)]
1282 pmulhw mm1, [GLOBAL(s9)]
1283 pmulhw mm2, [GLOBAL(s9)]
1773 s9: label
H A Dloopfilter_sse2.asm436 pmulhw xmm1, [GLOBAL(s9)] ; Filter 2 (lo) * 9
438 pmulhw xmm0, [GLOBAL(s9)] ; Filter 2 (hi) * 9
1776 s9: label
/external/libvpx/vp8/encoder/x86/
H A Dvariance_impl_sse2.asm829 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9
1065 movq xmm3, QWORD PTR [rsi+rax] ; xmm3 = s1,s2,s3..s9
1277 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c77 struct s9 { struct
82 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1];
83 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
/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/clang/test/CodeGen/
H A Darm-arguments.c56 struct s9 { int f0; int : 0; }; struct
57 struct s9 f9(void) {}
H A Dbitfield-2.c355 struct __attribute__((packed)) s9 { struct
366 int f9_load(struct s9 *a0) {
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 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 Dx86_64-arguments.c56 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
/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/chromium/testing/gmock/test/
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

Completed in 422 milliseconds

12