Searched refs:s5 (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/external/clang/test/OpenMP/
H A Dfor_simd_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dparallel_for_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dparallel_for_simd_firstprivate_messages.cpp45 S5(const S5 &s5) : a(s5.a) {} // expected-note 4 {{implicitly declared private here}} argument
H A Dparallel_for_simd_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dsections_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dsimd_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dtarget_parallel_for_firstprivate_messages.cpp45 S5(const S5 &s5) : a(s5.a) {} // expected-note 4 {{implicitly declared private here}} argument
H A Dtarget_parallel_for_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dtarget_parallel_for_simd_firstprivate_messages.cpp45 S5(const S5 &s5) : a(s5.a) {} // expected-note 4 {{implicitly declared private here}} argument
H A Dtarget_parallel_for_simd_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Dtarget_parallel_map_messages.cpp42 S5(const S5 &s5):a(s5.a) { } argument
H A Dtaskloop_firstprivate_messages.cpp45 S5(const S5 &s5) : a(s5.a) {} // expected-note 4 {{implicitly declared private here}} argument
H A Dtaskloop_simd_firstprivate_messages.cpp45 S5(const S5 &s5) : a(s5.a) {} // expected-note 4 {{implicitly declared private here}} argument
H A Dtaskloop_simd_lastprivate_messages.cpp50 S5(const S5 &s5) : a(s5.a) {} argument
H A Dteams_reduction_messages.cpp53 S5(const S5 &s5) : a(s5.a) {} argument
H A Ddistribute_parallel_for_copyin_messages.cpp36 S5 &operator=(const S5 &s5) { return *this; } // expected-note 3 {{implicitly declared private here}} argument
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S287 sw s5, (21 * MCONTEXT_REG_SIZE + MCONTEXT_GREGS_OFFSET)(a0)
365 sd s5, (21 * MCONTEXT_REG_SIZE + MCONTEXT_GREGS_OFFSET)(a0)
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_loopfilter_neon.c367 uint16x8_t *s4, uint16x8_t *s5, uint16x8_t *s6,
382 *s5 = vld1q_u16(s);
420 const uint16x8_t s5) {
431 vst1q_u16(s, s5);
463 const uint16x8_t s5) {
471 o1.val[2] = s5;
500 const uint16x8_t s5, const uint16x8_t s6) {
509 o1.val[1] = s5;
365 load_8x16(const uint16_t *s, const int p, uint16x8_t *s0, uint16x8_t *s1, uint16x8_t *s2, uint16x8_t *s3, uint16x8_t *s4, uint16x8_t *s5, uint16x8_t *s6, uint16x8_t *s7, uint16x8_t *s8, uint16x8_t *s9, uint16x8_t *s10, uint16x8_t *s11, uint16x8_t *s12, uint16x8_t *s13, uint16x8_t *s14, uint16x8_t *s15) argument
417 store_8x6(uint16_t *s, const int p, const uint16x8_t s0, const uint16x8_t s1, const uint16x8_t s2, const uint16x8_t s3, const uint16x8_t s4, const uint16x8_t s5) argument
460 store_6x8(uint16_t *s, const int p, const uint16x8_t s0, const uint16x8_t s1, const uint16x8_t s2, const uint16x8_t s3, const uint16x8_t s4, const uint16x8_t s5) argument
497 store_7x8(uint16_t *s, const int p, const uint16x8_t s0, const uint16x8_t s1, const uint16x8_t s2, const uint16x8_t s3, const uint16x8_t s4, const uint16x8_t s5, const uint16x8_t s6) argument
/external/llvm/test/MC/Mips/eva/
H A Dinvalid_R6.s17 swle $8,131($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5.s11 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2.s15 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips2.s31 teqi $s5,-17504 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2.s17 luxc1 $f19,$s6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips2.s34 teqi $s5,-17504 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
H A Dinvalid-mips3.s24 teqi $s5,-17504 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled

Completed in 397 milliseconds

1234567891011>>