Searched refs:src128 (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/X86/ |
D | shuffle-broadcast.ll | 19 define void @test_vXf64(<2 x double> %src128, <4 x double> %src256, <8 x double> %src512) { 21 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 27 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 33 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 39 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 45 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 50 %V128 = shufflevector <2 x double> %src128, <2 x double> undef, <2 x i32> zeroinitializer 56 define void @test_vXi64(<2 x i64> %src128, <4 x i64> %src256, <8 x i64> %src512) { 58 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> undef, … 64 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> undef, … [all …]
|
D | shuffle-reverse.ll | 19 define void @test_vXf64(<2 x double> %src128, <4 x double> %src256, <8 x double> %src512) { 21 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 27 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 33 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 39 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 45 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 50 %V128 = shufflevector <2 x double> %src128, <2 x double> undef, <2 x i32> <i32 1, i32 0> 56 define void @test_vXi64(<2 x i64> %src128, <4 x i64> %src256, <8 x i64> %src512) { 58 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> undef, … 64 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> undef, … [all …]
|
D | shuffle-single-src.ll | 20 define void @test_vXf64(<2 x double> %src128, <4 x double> %src256, <8 x double> %src512, <16 x dou… 22 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 29 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 36 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 43 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 50 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 57 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> unde… 63 %V128 = shufflevector <2 x double> %src128, <2 x double> undef, <2 x i32> <i32 1, i32 1> 70 define void @test_vXi64(<2 x i64> %src128, <4 x i64> %src256, <8 x i64> %src512) { 72 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> undef, … [all …]
|
D | shuffle-two-src.ll | 20 define void @test_vXf64(<2 x double> %src128, <4 x double> %src256, <8 x double> %src512, <16 x dou… 22 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> %src… 29 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> %src… 36 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> %src… 43 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> %src… 50 …estimated cost of 1 for instruction: %V128 = shufflevector <2 x double> %src128, <2 x double> %src… 56 %V128 = shufflevector <2 x double> %src128, <2 x double> %src128_1, <2 x i32> <i32 3, i32 0> 63 define void @test_vXi64(<2 x i64> %src128, <4 x i64> %src256, <8 x i64> %src512, <16 x i64> %src102… 65 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> %src128… 72 …an estimated cost of 1 for instruction: %V128 = shufflevector <2 x i64> %src128, <2 x i64> %src128… [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | Convert.h | 340 __m128 src128 = _mm_set1_ps(src); in ConvertPixelFromFloat() local 341 __m128i srci128 = _mm_cvtps_ph(src128, _MM_FROUND_TRUNC); in ConvertPixelFromFloat() 526 __m128i src128 = _mm_set1_epi32(src); in ConvertPixelToFloat() local 527 __m128 res = _mm_cvtph_ps(src128); in ConvertPixelToFloat()
|