Home
last modified time | relevance | path

Searched refs:s15 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dinlineasm3.ll41 tail call void asm sideeffect "flds s15, $0 \0A", "^Uv|m,~{s15}"(float 1.000000e+00) nounwind
50 call void asm sideeffect "flds s15, $0 \0A", "*^Uv,~{s15}"(float* @k.2126) nounwind
58 call void asm sideeffect "flds s15, $0 \0A", "*^Uvm,~{s15}"(float* @k.2126) nounwind
67 ; CHECK: flds s15, s0
68 %0 = tail call float asm "flds s15, $0", "=x"() nounwind
77 ; CHECK: flds s15, d0
78 %0 = tail call double asm "flds s15, $0", "=x"() nounwind
87 ; CHECK: flds s15, s0
88 %0 = tail call float asm "flds s15, $0", "=t"() nounwind
/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()
1162 …TESTINSN_bin_f32("vmla.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76)… in main()
1165 TESTINSN_bin_f32("vmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
1175 TESTINSN_bin_f32("vmla.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); 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()
1212 …TESTINSN_bin_f32("vnmla.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76… in main()
1215 TESTINSN_bin_f32("vnmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
[all …]
Dvfp.stdout.exp145 vmla.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
146 vmla.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
164 vmla.f32 s20, s13, s15 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
165 vmla.f32 s10, s23, s15 :: Sd 0x7fc00000 Sm (i32)0x7f800000 Sn (i32)0x00000000
194 vnmla.f32 s10, s13, s15 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
195 vnmla.f32 s10, s13, s15 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
213 vnmla.f32 s20, s13, s15 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
214 vnmla.f32 s10, s23, s15 :: Sd 0xffc00000 Sm (i32)0x7f800000 Sn (i32)0x00000000
243 vmls.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
244 vmls.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
[all …]
/external/v8/benchmarks/
Dregexp.js108 var s15 = computeInputVariants(str0, 139);
163 /JroXvg\/(\S+)/.exec(s15[i]);
258 /Fnsnev\/(\d+\.\d+)/.exec(s15[i]);
287 …Cnenqvfb|Vprjrnfry).(\d+\.\d+))|(?:Bcren.(\d+\.\d+))|(?:NccyrJroXvg.(\d+(?:\.\d+)?))/.exec(s15[i]);
288 /(Znp BF K)|(Jvaqbjf;)/.exec(s15[i]);
289 /Trpxb\/([0-9]+)/.exec(s15[i]);
352 /puebzr/i.exec(s15[i]);
459 s15[i].match(/zfvr/gi);
460 s15[i].match(/bcren/gi);
543 /sversbk/i.exec(s15[i]);
[all …]
/external/v8/test/cctest/
Dtest-disasm-arm.cc482 COMPARE(vldr(s15, r4, 16), in TEST()
493 COMPARE(vstr(s15, r8, 8), in TEST()
/external/v8/src/arm/
Dsimulator-arm.h137 s8, s9, s10, s11, s12, s13, s14, s15, enumerator
Dassembler-arm.h269 const SwVfpRegister s15 = { 15 }; variable
Dmacro-assembler-arm.cc1840 vmov(s15, r7); in IntegerToDoubleConversionWithVFP3()
1841 vcvt_f64_s32(d7, s15); in IntegerToDoubleConversionWithVFP3()
Dcode-stubs-arm.cc1147 __ SmiToDoubleVFPRegister(lhs, d7, r7, s15); in EmitSmiNonsmiComparison()
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td81 def S14 : ARMFReg<14, "s14">; def S15 : ARMFReg<15, "s15">;
/external/libvpx/vp8/encoder/x86/
Dvariance_impl_sse2.asm1378 movdqu xmm5, XMMWORD PTR [rsi] ; xmm5 = s0,s1,s2..s15
/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h75 s15, enumerator
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en81189 http://www.xahlee.org/p/um/um-s15.html