/external/libhevc/common/arm/ |
D | ihevc_inter_pred_chroma_copy.s | 188 vst1.8 {d0},[r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 190 vst1.8 {d1},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 193 vst1.8 {d2},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 195 vst1.8 {d3},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 215 vst1.8 {d0},[r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 217 vst1.8 {d1},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 235 vst1.8 {q0},[r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 237 vst1.8 {q1},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 240 vst1.8 {q2},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 242 vst1.8 {q3},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) [all …]
|
D | ihevc_inter_pred_luma_copy.s | 144 vst1.8 {d0},[r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 146 vst1.8 {d1},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 149 vst1.8 {d2},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 151 vst1.8 {d3},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 174 vst1.8 {q0},[r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 176 vst1.8 {q1},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 179 vst1.8 {q2},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src) 181 vst1.8 {q3},[r6],r3 @vst1_u8(pu1_dst_tmp, tmp_src)
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 524 struct tgsi_src_register *tmp_src) in get_internal_temp() argument 540 src_from_dst(tmp_src, tmp_dst); in get_internal_temp() 691 struct tgsi_src_register tmp_src; in translate_pow() local 694 get_internal_temp(ctx, &tmp_dst, &tmp_src); in translate_pow() 703 add_src_reg(ctx, alu, &tmp_src); in translate_pow() 711 tmp_src.SwizzleW = TGSI_SWIZZLE_X; in translate_pow() 714 tmp_src.SwizzleW = TGSI_SWIZZLE_Y; in translate_pow() 717 tmp_src.SwizzleW = TGSI_SWIZZLE_Z; in translate_pow() 720 tmp_src.SwizzleW = TGSI_SWIZZLE_W; in translate_pow() 731 add_src_reg(ctx, alu, &tmp_src); in translate_pow() [all …]
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_copy_a9q.s | 135 vst1.8 {d0}, [r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 137 vst1.8 {d1}, [r6], r3 @vst1_u8(pu1_dst_tmp, tmp_src) 140 vst1.8 {d2}, [r6], r3 @vst1_u8(pu1_dst_tmp, tmp_src) 142 vst1.8 {d3}, [r6], r3 @vst1_u8(pu1_dst_tmp, tmp_src) 165 vst1.8 {q0}, [r1]! @vst1_u8(pu1_dst_tmp, tmp_src) 167 vst1.8 {q1}, [r6], r3 @vst1_u8(pu1_dst_tmp, tmp_src) 170 vst1.8 {q2}, [r6], r3 @vst1_u8(pu1_dst_tmp, tmp_src) 172 vst1.8 {q3}, [r6], r3 @vst1_u8(pu1_dst_tmp, tmp_src)
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 3459 struct tgsi_full_src_register tmp_src = make_src_temp_reg(tmp); in emit_puint_to_sscaled() local 3471 &tmp_src, &rshift, FALSE); in emit_puint_to_sscaled() 3472 emit_instruction_op1(emit, VGPU10_OPCODE_ITOF, dst, &tmp_src, FALSE); in emit_puint_to_sscaled() 3573 struct tgsi_full_src_register tmp_src = make_src_temp_reg(tmp); in emit_cmp() local 3579 &tmp_src, &inst->Src[1], &inst->Src[2], in emit_cmp() 3726 struct tgsi_full_src_register tmp_src = make_src_temp_reg(tmp); in emit_exp() local 3739 tmp_src = scalar_src(&tmp_src, TGSI_SWIZZLE_X); in emit_exp() 3750 emit_instruction_op1(emit, VGPU10_OPCODE_EXP, &dst_x, &tmp_src, in emit_exp() 3758 struct tgsi_full_src_register neg_tmp_src = negate_src(&tmp_src); in emit_exp() 3832 struct tgsi_full_src_register tmp_src = make_src_temp_reg(tmp); in emit_kill_if() local [all …]
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_gcc.cc | 580 intptr_t tmp_src = 0; in ScaleAddRows_SSE2() local 613 "+r"(tmp_src), // %3 in ScaleAddRows_SSE2()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 405 src_reg tmp_src(tmp_dst); in emit_pack_half_2x16() local 433 tmp_src.swizzle = BRW_SWIZZLE_YYYY; in emit_pack_half_2x16() 434 emit(SHL(dst, tmp_src, brw_imm_ud(16u))); in emit_pack_half_2x16() 440 tmp_src.swizzle = BRW_SWIZZLE_XXXX; in emit_pack_half_2x16() 441 emit(OR(dst, src_reg(dst), tmp_src)); in emit_pack_half_2x16() 470 src_reg tmp_src(tmp_dst); in emit_unpack_half_2x16() local 479 emit(F16TO32(dst, tmp_src)); in emit_unpack_half_2x16()
|
D | brw_vec4_tcs.cpp | 286 src_reg tmp_src = retype(src_reg(tmp_d), BRW_REGISTER_TYPE_DF); in nir_emit_intrinsic() local 288 shuffle_64bit_data(shuffled, tmp_src, false); in nir_emit_intrinsic()
|
D | test_vec4_cmod_propagation.cpp | 455 src_reg tmp_src = src_reg(dest); in TEST_F() local 456 tmp_src.negate = true; in TEST_F() 459 bld.CMP(dest_null, tmp_src, zero, BRW_CONDITIONAL_GE); in TEST_F()
|
D | brw_vec4_nir.cpp | 1152 src_reg tmp_src = retype(src_reg(this, glsl_type::vec4_type), src.type); in emit_conversion_to_double() local 1153 emit(MOV(dst_reg(tmp_src), src)); in emit_conversion_to_double() 1154 emit(VEC4_OPCODE_TO_DOUBLE, tmp_dst, tmp_src); in emit_conversion_to_double()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 972 src_reg tmp_src = src0; in emit_equality_comparison() local 973 tmp_src.negate = ~tmp_src.negate; in emit_equality_comparison() 975 emit(ir, OPCODE_ADD, dst_reg(difference), tmp_src, src1); in emit_equality_comparison() 2086 src_reg tmp_src = coord; in visit() local 2093 tmp_src = get_temp(glsl_type::vec4_type); in visit() 2094 dst_reg tmp_dst = dst_reg(tmp_src); in visit() 2107 emit(ir, OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.c | 2047 sljit_s32 flags, tmp_src, condition; in sljit_emit_cmp() local 2097 tmp_src = src1; in sljit_emit_cmp() 2099 src2 = tmp_src; in sljit_emit_cmp()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4225 st_src_reg tmp_src = coord; in visit() local 4232 tmp_src = get_temp(glsl_type::vec4_type); in visit() 4233 st_dst_reg tmp_dst = st_dst_reg(tmp_src); in visit() 4246 emit_asm(ir, TGSI_OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
|