Home
last modified time | relevance | path

Searched refs:dst_vec (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) in load_constant_vec() argument
221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg); in load_constant_vec()
223 ppc_vspltw(gen->f, dst_vec, dst_vec, pos % 4); in load_constant_vec()
268 int dst_vec = -1; in emit_fetch() local
280 dst_vec = ppc_allocate_vec_register(gen->f); in emit_fetch()
281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg); in emit_fetch()
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle]; in emit_fetch()
296 dst_vec = ppc_allocate_vec_register(gen->f); in emit_fetch()
297 ppc_lvx(gen->f, dst_vec, gen->temps_reg, offset_reg); in emit_fetch()
304 dst_vec = ppc_allocate_vec_register(gen->f); in emit_fetch()
[all …]
/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c18907 static IRTemp math_DPPD_128 ( IRTemp src_vec, IRTemp dst_vec, UInt imm8 ) in math_DPPD_128() argument
18918 mkexpr(dst_vec), mkexpr(src_vec) ), in math_DPPD_128()
18935 static IRTemp math_DPPS_128 ( IRTemp src_vec, IRTemp dst_vec, UInt imm8 ) in math_DPPS_128() argument
18953 mkexpr(rm), mkexpr(dst_vec), mkexpr(src_vec) ), in math_DPPS_128()
18978 static IRTemp math_MPSADBW_128 ( IRTemp dst_vec, IRTemp src_vec, UInt imm8 ) in math_MPSADBW_128() argument
18995 assign(dst_masked, binop(Iop_AndV128, mkexpr(dst_vec), mkexpr(dst_maskV))); in math_MPSADBW_128()
19309 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4() local
19314 assign( dst_vec, getXMMReg( gregOfRexRM(pfx, modrm) ) ); in dis_ESC_0F3A__SSE4()
19335 mkexpr( math_BLENDPS_128( src_vec, dst_vec, imm8) ) ); in dis_ESC_0F3A__SSE4()
19346 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4() local
[all …]