Home
last modified time | relevance | path

Searched refs:s10 (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/MC/ARM/
Dvpush-vpop.s7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
14 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
17 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
19 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
/external/clang/test/Sema/
Dpragma-align-mac68k.c85 struct s10 { struct
88 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1]; argument
89 extern int a10_1[__alignof(struct s10) == 2 ? 1 : -1];
/external/v8/test/mjsunit/
Duri.js54 var s10 = String.fromCharCode(cc10); variable
65 assertEquals('%EE%80%80', encodeURI(s10));
78 assertEquals(cc10, decodeURI(encodeURI(s10)).charCodeAt(0));
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
Duc-005.js102 var s10 = '\u02b6] = 1;} };} }'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
170 expect = s10.charAt(0);
/external/valgrind/main/none/tests/arm/
Dvfp.c1156 TESTINSN_bin_f32("vmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
1157 TESTINSN_bin_f32("vmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
1164 TESTINSN_bin_f32("vmla.f32 s10, s11, s2", s10, s11, i32, f2u(48755), s2, i32, f2u(1089)); in main()
1170 TESTINSN_bin_f32("vmla.f32 s10, s11, s2", s10, s11, i32, f2u(487.587), s2, i32, f2u(109)); in main()
1176 TESTINSN_bin_f32("vmla.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
1206 TESTINSN_bin_f32("vnmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main()
1207 TESTINSN_bin_f32("vnmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main()
1214 TESTINSN_bin_f32("vnmla.f32 s10, s11, s2", s10, s11, i32, f2u(48755), s2, i32, f2u(1089)); in main()
1220 TESTINSN_bin_f32("vnmla.f32 s10, s11, s2", s10, s11, i32, f2u(487.587), s2, i32, f2u(109)); in main()
1226 TESTINSN_bin_f32("vnmla.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main()
[all …]
Dvfp.stdout.exp1005 vstmia r8!, s7; vstmia r8!, s10 :: Result 0xbff80000 0x3fa80000
1050 s10 0x0000ffff vmov r9, s10 :: r9 0x0000ffff
1061 r12 0x008a7b6e vmov s10, r12 :: s10 0x008a7b6e
1190 s1 0x000134f4 s2 0x0870ccb3 s3 0x00aba0f1 s9 0x00aba0f1 s10 0x000134f4 s11 0x0870ccb3
1197 s9 0x003cc66a s10 0x00002f43 s11 0x7f800000 s9 0x003cc66a s10 0x00002f43 s11 0x7f800000
1198 s10 0x7f800000 s11 0x00134cc5 s12 0x7fc00000 s2 0x7fc00000 s3 0x7f800000 s4 0x00134cc5
/external/clang/test/CodeGen/
Darm-arguments.c60 struct s10 { int f0; int : 0; int : 0; }; struct
61 struct s10 f10(void) {} in f10()
Dx86_64-arguments.c58 struct s10 { int a; int b; int : 0; }; argument
59 void f10(struct s10 a0) {} in f10()
Dx86_32-arguments-darwin.c66 struct s10 { struct
/external/clang/test/CXX/except/except.spec/
Dp5-pointers.cpp36 void s10() noexcept;
/external/chromium/testing/gmock/test/
Dgmock-more-actions_test.cc176 const char* s10) { in Concat10() argument
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10()
225 const char* s10) { in Concat10() argument
226 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10()
Dgmock-generated-actions_test.cc159 const char* s10) { in Concat10() argument
160 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10()
/external/v8/src/arm/
Dsimulator-arm.h137 s8, s9, s10, s11, s12, s13, s14, s15, enumerator
Dassembler-arm.h264 const SwVfpRegister s10 = { 10 }; variable
/external/llvm/test/MC/Disassembler/ARM/
Darm-tests.txt203 # CHECK: vldmdb r2!, {s7, s8, s9, s10, s11}
/external/v8/benchmarks/
Dregexp.js103 var s10 = computeInputVariants('528', 170);
150 re7.exec(s10[i]);
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td79 def S10 : ARMFReg<10, "s10">; def S11 : ARMFReg<11, "s11">;
/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h70 s10, enumerator
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en36149 http://www.deccanherald.com/deccanherald/nov26/s10.asp