/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 …]
|
D | simple-fp-encoding.s | 342 vcvt.u32.f32 s12, s12, #20 360 @ CHECK: vcvt.u32.f32 s12, s12, #20 @ encoding: [0xc6,0x6a,0xbf,0xee]
|
/external/clang/test/CodeGen/ |
D | x86_64-arguments-nacl.c | 58 struct s12 { int a __attribute__((aligned(16))); }; struct 59 struct s12 f12_0(void) { while (1) {} } in f12_0() 60 void f12_1(struct s12 a0) {} in f12_1()
|
D | regparm-struct.c | 150 struct s12 { struct 154 __attribute__((regparm(3))) void f16(struct s12 a, int b); argument 157 struct s12 x = { 41, 42 }; in g16() 161 __attribute__((regparm(3))) struct s12 f17(int a, int b, int c);
|
D | x86_64-arguments.c | 67 struct s12 { int a __attribute__((aligned(16))); }; struct 68 struct s12 f12_0(void) { while (1) {} } in f12_0() 69 void f12_1(struct s12 a0) {} in f12_1()
|
/external/valgrind/main/none/tests/arm/ |
D | vfp.c | 1153 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN)); in main() 1160 … TESTINSN_bin_f32("vmla.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476)); in main() 1166 …TESTINSN_bin_f32("vmla.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009)); in main() 1172 … TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47)); in main() 1203 TESTINSN_bin_f32("vnmla.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN)); in main() 1210 … TESTINSN_bin_f32("vnmla.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476)); in main() 1216 …TESTINSN_bin_f32("vnmla.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009)… in main() 1222 …TESTINSN_bin_f32("vnmla.f32 s0, s11, s12", s0, s11, i32, f2u(INFINITY), s12, i32, f2u(-5786.47)); in main() 1253 TESTINSN_bin_f32("vmls.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN)); in main() 1260 … TESTINSN_bin_f32("vmls.f32 s20, s31, s12", s20, s31, i32, f2u(48755), s12, i32, f2u(-45786.476)); in main() [all …]
|
D | vfp.stdout.exp | 142 vmla.f32 s0, s11, s12 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000 149 vmla.f32 s20, s31, s12 :: Sd 0xcf050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a 155 vmla.f32 s30, s11, s12 :: Sd 0x4ef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812 161 vmla.f32 s0, s11, s12 :: Sd 0xff800000 Sm (i32)0x7f800000 Sn (i32)0xc5b4d3c3 191 vnmla.f32 s0, s11, s12 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000 198 vnmla.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a 204 vnmla.f32 s30, s11, s12 :: Sd 0xcef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812 210 vnmla.f32 s0, s11, s12 :: Sd 0x7f800000 Sm (i32)0x7f800000 Sn (i32)0xc5b4d3c3 240 vmls.f32 s0, s11, s12 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000 247 vmls.f32 s20, s31, s12 :: Sd 0x4f050e7f Sm (i32)0x473e7300 Sn (i32)0xc732da7a [all …]
|
/external/clang/test/Sema/ |
D | pragma-align-mac68k.c | 105 struct s12 { in f12() struct 110 extern int a12[sizeof(struct s12) == 6 ? 1 : -1]; in f12()
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-pointers.cpp | 38 void s12() noexcept(false);
|
/external/skia/src/effects/ |
D | SkBicubicImageFilter.cpp | 135 SkPMColor s12 = *src.getAddr32(x1, y2); in onFilterImage() local 138 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32); in onFilterImage()
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 459 double s12 = 0; in cvCompareHist() local 467 s12 += a*b; in cvCompareHist() 474 num = s12 - s1*s2*scale; in cvCompareHist() 556 double s12 = 0; in cvCompareHist() local 568 s12 += v1*v2; in cvCompareHist() 582 num = s12 - s1*s2*scale; in cvCompareHist()
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 404 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); in FTransformSSE2() local 405 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... in FTransformSSE2() 406 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 in FTransformSSE2()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 326 %define s12 [src + 4 * stride3] 383 movdqa xmm3, s12 769 movdqa s12, xmm2
|
/external/v8/src/arm/ |
D | simulator-arm.h | 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator
|
D | assembler-arm.h | 287 const SwVfpRegister s12 = { 12 }; variable
|
/external/llvm/test/MC/AArch64/ |
D | basic-a64-instructions.s | 1772 frintn s12, s13 1833 fmax s10, s11, s12 2008 fcvtns xzr, s12 2009 fcvtnu wzr, s12 2148 fmov s12, #-1.0 2205 fmov s12, #-1.0 2541 str s12, [x28, xzr, sxtx #0]
|
/external/v8/benchmarks/ |
D | regexp.js | 105 var s12 = computeInputVariants('CersreerqPhygher=ra-HF', 156); 154 re8.exec(s12[i]);
|
/external/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 87 def S12 : ARMFReg<12, "s12">; def S13 : ARMFReg<13, "s13">;
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 1377 # CHECK: frintn s12, s13 1438 # CHECK: fmax s10, s11, s12 1614 # CHECK: fcvtns xzr, s12 1615 # CHECK: fcvtnu wzr, s12 1752 # CHECK: fmov s12, #-1.00000000 2445 # CHECK: str s12, [x28, xzr, sxtx]
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | ARMv7Assembler.h | 72 s12, enumerator
|