Home
last modified time | relevance | path

Searched refs:vs1 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dvsx_insert_extract_le.ll19 ; CHECK-NEXT: xxspltd vs1, vs1, 0
20 ; CHECK-NEXT: xxpermdi v2, vs0, vs1, 1
27 ; CHECK-P9-VECTOR-NEXT: xxspltd vs1, vs1, 0
29 ; CHECK-P9-VECTOR-NEXT: xxpermdi v2, vs0, vs1, 1
35 ; CHECK-P9-NEXT: lxv vs1, 0(r3)
37 ; CHECK-P9-NEXT: xxpermdi v2, vs1, vs0, 1
53 ; CHECK-NEXT: xxspltd vs1, vs1, 0
54 ; CHECK-NEXT: xxmrgld v2, vs1, vs0
61 ; CHECK-P9-VECTOR-NEXT: xxspltd vs1, vs1, 0
63 ; CHECK-P9-VECTOR-NEXT: xxmrgld v2, vs1, vs0
[all …]
Dscalar_vector_test_2.ll16 ; P9LE-NEXT: xxpermdi vs1, f1, f1, 2
17 ; P9LE-NEXT: xvaddsp vs0, vs0, vs1
28 ; P9BE-NEXT: xxsldwi vs1, f1, f1, 1
29 ; P9BE-NEXT: xvaddsp vs0, vs0, vs1
39 ; P8LE-NEXT: xxpermdi vs1, f1, f1, 2
40 ; P8LE-NEXT: xvaddsp vs0, vs0, vs1
51 ; P8BE-NEXT: xxsldwi vs1, f1, f1, 1
52 ; P8BE-NEXT: xvaddsp vs0, vs0, vs1
70 ; P9LE-NEXT: xxpermdi vs1, f1, f1, 2
71 ; P9LE-NEXT: xvsubsp vs0, vs0, vs1
[all …]
Dswaps-le-6.ll30 ; CHECK: xxpermdi vs0, vs0, vs1, 1
41 ; CHECK-P9: lxvx vs1, 0, r4
45 ; CHECK-P9: xxpermdi vs0, vs1, vs0, 1
64 ; CHECK: xxmrghd vs0, vs1, vs0
75 ; CHECK-P9: lxvx vs1, 0, r4
79 ; CHECK-P9: xxmrgld vs0, vs0, vs1
Dbuild-vector-tests.ll1257 ; P9BE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs1, vs3
1262 ; P9LE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs3, vs1
1267 ; P8BE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs1, vs3
1272 ; P8LE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs3, vs1
1529 ; P9BE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs1, vs3
1534 ; P9LE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs3, vs1
1539 ; P8BE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs1, vs3
1544 ; P8LE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs3, vs1
2399 ; P9BE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs1, vs3
2404 ; P9LE-DAG: xxmrghd {{[vs]+}}[[REG1:[0-9]+]], vs3, vs1
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dpartitioned_variables_test.py353 vs1 = partitioned_variables.create_partitioned_variables([2, 4], [1, 2],
358 var1_name = vs1[0]._save_slice_info.full_name
362 self.assertEqual(var1_name + "/part_0:0", vs1[0].name)
363 self.assertEqual(var1_name + "/part_1:0", vs1[1].name)
371 vs1 = partitioned_variables.create_partitioned_variables(
378 var1_name = vs1[0]._save_slice_info.full_name
382 self.assertEqual(var1_name + "/part_0:0", vs1[0].name)
383 self.assertEqual(var1_name + "/part_1:0", vs1[1].name)
390 vs1 = partitioned_variables.create_partitioned_variables([2, 4], [1, 2],
395 var1_name = vs1[0]._save_slice_info.full_name
[all …]
Dvariable_scope_test.py1454 with variable_scope.variable_scope(vs) as vs1:
1455 self.assertEqual(axis0_into2_partitioner, vs1.partitioner)
/external/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c106 #define MULTIPLY(vs0, vs1, out) { \ argument
108 (__vector unsigned short)vs1); \
110 (__vector unsigned short)vs1); \
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py83 with variable_scope.variable_scope("scope1") as vs1:
93 actual_names = [v.name for v in vs1.global_variables()]
98 with variable_scope.variable_scope("scope1") as vs1:
102 with variable_scope.variable_scope(vs1, reuse=True):
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp589 std::string vs1("layout (std140) uniform Data { lowp float x; } myData;\n" in iterate() local
612 if (!Link(vs1, fs1) || !Link(vs2, fs2)) in iterate()
694 std::string vs1("precision highp float;\n" in iterate() local
707 if (!Test(vs1, fs1, GL_FALSE)) in iterate()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8869 vector short vs1 = (vector short)(-1); in test7() local
8871 res_i = (vs1 == vs2); in test7()
8875 res_i = (vs1 != vs2); in test7()
8879 res_i = (vs1 < vs2); in test7()
8883 res_i = (vs1 > vs2); in test7()
8887 res_i = (vs1 <= vs2); in test7()
8891 res_i = (vs1 >= vs2); in test7()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderStorageBufferObjectTests.cpp4957 std::string vs1("buffer Buf { float x; };\n" in Run() local
4966 if (Link(vs1, fs1)) in Run()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderStorageBufferObjectTests.cpp5220 std::string vs1("buffer Buf { float x; };\n" in Run() local
5229 if (Link(vs1, fs1)) in Run()