/external/llvm/test/MC/ARM/ |
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...] |
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/ |
x86_64-arguments-nacl.c | 58 struct s12 { int a __attribute__((aligned(16))); }; struct 59 struct s12 f12_0(void) { while (1) {} } 60 void f12_1(struct s12 a0) {}
|
regparm-struct.c | 150 struct s12 { struct 154 __attribute__((regparm(3))) void f16(struct s12 a, int b); 157 struct s12 x = { 41, 42 }; 161 __attribute__((regparm(3))) struct s12 f17(int a, int b, int c); 162 // CHECK: declare void @f17(%struct.s12* inreg sret, i32 inreg, i32 inreg, i32)
|
x86_64-arguments.c | 67 struct s12 { int a __attribute__((aligned(16))); }; struct 68 struct s12 f12_0(void) { while (1) {} } 69 void f12_1(struct s12 a0) {}
|
/external/clang/test/Sema/ |
pragma-align-mac68k.c | 105 struct s12 { struct 110 extern int a12[sizeof(struct s12) == 6 ? 1 : -1];
|
/external/clang/test/CXX/except/except.spec/ |
p5-pointers.cpp | 38 void s12() noexcept(false);
|
/external/valgrind/main/none/tests/arm/ |
vfp.c | [all...] |
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)0xc732da7 [all...] |
/external/skia/src/effects/ |
SkBicubicImageFilter.cpp | 135 SkPMColor s12 = *src.getAddr32(x1, y2); local 138 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
|
/external/v8/src/arm/ |
simulator-arm.h | 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
|
assembler-arm.h | 287 const SwVfpRegister s12 = { 12 }; member in namespace:v8::internal [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 326 %define s12 [src + 4 * stride3] 383 movdqa xmm3, s12 769 movdqa s12, xmm2
|
/external/opencv/cv/src/ |
cvhistogram.cpp | 459 double s12 = 0; local 467 s12 += a*b; 474 num = s12 - s1*s2*scale; 556 double s12 = 0; local 568 s12 += v1*v2; 582 num = s12 - s1*s2*scale; [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 404 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local 405 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... 406 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 [all...] |
/external/llvm/test/MC/AArch64/ |
basic-a64-instructions.s | [all...] |
/external/v8/benchmarks/ |
regexp.js | 105 var s12 = computeInputVariants('CersreerqPhygher=ra-HF', 156); 154 re8.exec(s12[i]); [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMv7Assembler.h | 72 s12, enumerator in enum:JSC::ARMRegisters::__anon17488 [all...] |