Searched refs:tmp_lo (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/internal/ |
D | output_msa.h | 69 v4i32 tmp_lo = __builtin_msa_sat_s_w(input.reg[0], 8); 73 tmp_lo = reinterpret_cast<v4i32>(__builtin_msa_pckev_h( 74 reinterpret_cast<v8i16>(tmp_hi), reinterpret_cast<v8i16>(tmp_lo))); 76 tmp_lo = reinterpret_cast<v4i32>(__builtin_msa_maxi_s_h( 77 reinterpret_cast<v8i16>(tmp_lo), 0)); 79 tmp_lo = reinterpret_cast<v4i32>(__builtin_msa_pckev_b( 80 reinterpret_cast<v16i8>(tmp_lo), reinterpret_cast<v16i8>(tmp_lo))); 82 output.reg[0] = __builtin_msa_copy_s_w(tmp_lo, 0); 83 output.reg[1] = __builtin_msa_copy_s_w(tmp_lo, 1);
|
/external/webp/src/dsp/ |
D | enc_sse41.c | 284 const __m128i tmp_lo = _mm_shuffle_epi8(out0, kCst_lo); in DoQuantizeBlock_SSE41() local 290 const __m128i out_z0 = _mm_or_si128(tmp_lo, tmp_8); in DoQuantizeBlock_SSE41()
|
/external/ruy/ruy/ |
D | pack_avx.cc | 73 __m128i tmp_lo = _mm_shuffle_epi32(a_lo, 0xd8); 77 __m128i res_lo = _mm_unpacklo_epi64(tmp_lo, tmp_hi); 79 __m128i res_hi = _mm_unpackhi_epi64(tmp_lo, tmp_hi);
|
D | kernel_avx.cc | 367 __m128i tmp_lo = _mm_shuffle_epi32(a_lo, 0xd8); 371 __m128i res_lo = _mm_unpacklo_epi64(tmp_lo, tmp_hi); 373 __m128i res_hi = _mm_unpackhi_epi64(tmp_lo, tmp_hi);
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2871 "{{ .reg .b16 \t%tmp_lo;\n\t" 2872 " mov.b32 \t{%tmp_lo, $dst}, $src; }}",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2871 "{{ .reg .b16 \t%tmp_lo;\n\t" 2872 " mov.b32 \t{%tmp_lo, $dst}, $src; }}",
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | f16x2-instructions.ll | 38 ; CHECK: mov.b32 {%tmp_lo, [[R:%h[0-9]+]]}, [[A]];
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 2095 Temp tmp_lo = bld.tmp(v1), tmp_hi = bld.tmp(v1); in visit_alu_instr() local 2096 bld.pseudo(aco_opcode::p_split_vector, Definition(tmp_lo), Definition(tmp_hi), tmp); in visit_alu_instr() 2097 …Temp dst0 = bld.vop2_e64(aco_opcode::v_cndmask_b32, bld.def(v1), tmp_lo, as_vgpr(ctx, src0_lo), co… in visit_alu_instr()
|