Searched refs:v4 (Results 1 - 25 of 654) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AMDGPU/
H A Dvopc-errs.s7 v_cmp_lt_f32_e32 s[0:1], v2, v4
H A Dvopc.s10 v_cmp_lt_f32 vcc, s2, v4
11 // SICI: v_cmp_lt_f32_e32 vcc, s2, v4 ; encoding: [0x02,0x08,0x02,0x7c]
12 // VI: v_cmp_lt_f32_e32 vcc, s2, v4 ; encoding: [0x02,0x08,0x82,0x7c]
15 v_cmp_lt_f32 vcc, 0, v4
16 // SICI: v_cmp_lt_f32_e32 vcc, 0, v4 ; encoding: [0x80,0x08,0x02,0x7c]
17 // VI: v_cmp_lt_f32_e32 vcc, 0, v4 ; encoding: [0x80,0x08,0x82,0x7c]
20 v_cmp_lt_f32 vcc, 10.0, v4
21 // SICI: v_cmp_lt_f32_e32 vcc, 0x41200000, v4 ; encoding: [0xff,0x08,0x02,0x7c,0x00,0x00,0x20,0x41]
22 // VI: v_cmp_lt_f32_e32 vcc, 0x41200000, v4 ; encoding: [0xff,0x08,0x82,0x7c,0x00,0x00,0x20,0x41]
30 v_cmp_lt_f32_e32 vcc, v2, v4
[all...]
H A Dds-err.s6 ds_add_u32 v2, v4 offset:1000000000
10 ds_write2_b32 v2, v4, v6 offset0:4 offset0:8
14 ds_write2_b32 v2, v4, v6 offset1:4 offset1:8
18 ds_write2_b32 v2, v4, v6 offset0:1000000000
22 ds_write2_b32 v2, v4, v6 offset1:1000000000
H A Dds.s9 ds_add_u32 v2, v4 offset:16
10 // SICI: ds_add_u32 v2, v4 offset:16 ; encoding: [0x10,0x00,0x00,0xd8,0x02,0x04,0x00,0x00]
11 // VI: ds_add_u32 v2, v4 offset:16 ; encoding: [0x10,0x00,0x00,0xd8,0x02,0x04,0x00,0x00]
25 ds_write2_b32 v2, v4, v6 offset0:4
26 // SICI: ds_write2_b32 v2, v4, v6 offset0:4 ; encoding: [0x04,0x00,0x38,0xd8,0x02,0x04,0x06,0x00]
27 // VI: ds_write2_b32 v2, v4, v6 offset0:4 ; encoding: [0x04,0x00,0x1c,0xd8,0x02,0x04,0x06,0x00]
29 ds_write2_b32 v2, v4, v6 offset0:4 offset1:8
30 // SICI: ds_write2_b32 v2, v4, v6 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x38,0xd8,0x02,0x04,0x06,0x00]
31 // VI: ds_write2_b32 v2, v4, v6 offset0:4 offset1:8 ; encoding: [0x04,0x08,0x1c,0xd8,0x02,0x04,0x06,0x00]
33 ds_write2_b32 v2, v4, v
[all...]
H A Dvop3.s13 v_cmp_lt_f32_e64 s[2:3], v4, -v6
14 // SICI: v_cmp_lt_f32_e64 s[2:3], v4, -v6 ; encoding: [0x02,0x00,0x02,0xd0,0x04,0x0d,0x02,0x40]
15 // VI: v_cmp_lt_f32_e64 s[2:3], v4, -v6 ; encoding: [0x02,0x00,0x41,0xd0,0x04,0x0d,0x02,0x40]
19 v_cmp_lt_f32_e64 vcc, v4, v6
20 // SICI: v_cmp_lt_f32_e64 vcc, v4, v6 ; encoding: [0x6a,0x00,0x02,0xd0,0x04,0x0d,0x02,0x00]
21 // VI: v_cmp_lt_f32_e64 vcc, v4, v6 ; encoding: [0x6a,0x00,0x41,0xd0,0x04,0x0d,0x02,0x00]
27 v_cmp_lt_f32 s[2:3] -v4, v6
28 // SICI: v_cmp_lt_f32_e64 s[2:3], -v4, v6 ; encoding: [0x02,0x00,0x02,0xd0,0x04,0x0d,0x02,0x20]
29 // VI: v_cmp_lt_f32_e64 s[2:3], -v4, v6 ; encoding: [0x02,0x00,0x41,0xd0,0x04,0x0d,0x02,0x20]
31 v_cmp_lt_f32 s[2:3] v4,
[all...]
/external/robolectric-shadows/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/
H A Dpackage-info.java4 * To use this in your project, add the artifact {@code org.robolectric:shadows-support-v4}
7 package org.robolectric.shadows.support.v4
H A DShadowCursorLoader.java1 package org.robolectric.shadows.support.v4;
4 import android.support.v4.content.CursorLoader;
/external/clang/test/CodeGen/
H A Dcxx-value-init.cpp9 _Complex int v4 = typeof(_Complex int)(); local
H A Dmmx-inline-asm.c9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
H A Dvld_dup.c11 int64x1x3_t v4; local
43 v4 = vld3_dup_s64(v6);
/external/clang/test/Sema/
H A Daltivec-init.c3 typedef int v4 __attribute((vector_size(16))); typedef
8 v4 b;
10 b = (v4)(5, 6, 7, 8, 9); // expected-warning {{excess elements in vector initializer}}
11 b = (v4)(5, 6, 8, 8.0f);
30 void __attribute__((__overloadable__)) f(v4 a)
40 v4 vGCC;
H A Dvector-assign.c12 v2f v4; local
17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' values)}}
22 v2 = v4; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v2f' (vector of 2 'float' values)}}
27 v3 = v4; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v2f' (vector of 2 'float' values)}}
30 v4 = v1; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2s' (vector of 2 'int' values)}}
31 v4 = v2; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v2u' (vector of 2 'unsigned int' values)}}
32 v4 = v3; // expected-error {{assigning to 'v2f' (vector of 2 'float' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_iptunnel_common.h17 __u32 v4; member in union:vip::__anon13512
27 __u32 v4; member in union:iptnl_info::__anon13513
31 __u32 v4; member in union:iptnl_info::__anon13514
/external/llvm/test/MC/AArch64/
H A Dneon-simd-misc.s10 rev64 v2.8h, v4.8h
14 rev64 v4.2s, v0.2s
17 // CHECK: rev64 v2.8h, v4.8h // encoding: [0x82,0x08,0x60,0x4e]
21 // CHECK: rev64 v4.2s, v0.2s // encoding: [0x04,0x08,0xa0,0x0e]
24 rev32 v4.8h, v7.8h
29 // CHECK: rev32 v4.8h, v7.8h // encoding: [0xe4,0x08,0x60,0x6e]
47 saddlp v12.2d, v4.4s
54 // CHECK: saddlp v12.2d, v4.4s // encoding: [0x8c,0x28,0xa0,0x4e]
65 uaddlp v12.2d, v4.4s
72 // CHECK: uaddlp v12.2d, v4
[all...]
/external/eigen/doc/examples/
H A DTutorial_simple_example_fixed_size.cpp11 Vector4i v4(1, 2, 3, 4);
14 << m4 << "\nv4:\n" << v4 << std::endl;
/external/libmpeg2/common/armv8/
H A Dicv_variance_av8.s77 uaddl v4.8h, v0.8b, v1.8b
79 add v4.8h, v4.8h, v6.8h
81 addp v4.8h, v4.8h, v4.8h
82 addp v4.4h, v4.4h, v4.4h
83 addp v4
[all...]
/external/lisa/tools/scripts/
H A Dpy2ipynb.py20 from IPython.nbformat import v3, v4 namespace
32 nbook = v4.upgrade(nbook) # Upgrade v3 to v4
34 jsonform = v4.writes(nbook) + "\n"
/external/robolectric/v3/
H A Dshadows-support-v4-3.1-SNAPSHOT.jar ... support.v4.ShadowAsyncTaskLoader shadowOf (android.support.v4.content.AsyncTaskLoader) android.support.v4.
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_4x4_ttype1.s130 mov v4.h[0], w8
132 mov v4.h[1], w9
134 mov v4.h[2], w10
136 mov v4.h[3], w11
140 smull v6.4s, v1.4h, v4.h[2] //74 * pi2_src[1]
141 smlal v6.4s, v0.4h, v4.h[0] //74 * pi2_src[1] + 29 * pi2_src[0]
142 smlal v6.4s, v3.4h, v4.h[1] //74 * pi2_src[1] + 29 * pi2_src[0] + 55 * pi2_src[3]
143 smlal v6.4s, v2.4h, v4.h[3] //pi2_out[0] = 29* pi2_src[0] + 74 * pi2_src[1] + 84* pi2_src[2] + 55 * pi2_src[3]
145 smull v5.4s, v1.4h, v4.h[2] //74 * pi2_src[1]
146 smlal v5.4s, v0.4h, v4
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h243 const T4& v4) {
244 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
254 << "\n" << e4 << " evaluates to " << v4;
259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4), \
265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
270 #v4, \
275 v4), on_failure)
278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
234 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
297 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h249 const T4& v4) {
250 if (pred(v1, v2, v3, v4)) return AssertionSuccess();
261 << "\n" << e4 << " evaluates to " << v4; local
267 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\
268 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\
273 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\
278 #v4, \
283 v4), on_failure)
286 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \
240 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
305 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]

Completed in 606 milliseconds

1234567891011>>