Searched defs:dst_vec (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) argument
221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg);
223 ppc_vspltw(gen->f, dst_vec, dst_vec, pos % 4);
268 int dst_vec = -1; local
280 dst_vec = ppc_allocate_vec_register(gen->f);
281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg);
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle];
296 dst_vec = ppc_allocate_vec_register(gen->f);
297 ppc_lvx(gen->f, dst_vec, ge
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index]; local
909 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_X); local
919 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Y); local
929 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Z); local
987 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Z); local
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c207 load_constant_vec(struct gen_context *gen, int dst_vec, float value) argument
221 ppc_lvewx(gen->f, dst_vec, gen->builtins_reg, offset_reg);
223 ppc_vspltw(gen->f, dst_vec, dst_vec, pos % 4);
268 int dst_vec = -1; local
280 dst_vec = ppc_allocate_vec_register(gen->f);
281 ppc_lvx(gen->f, dst_vec, gen->inputs_reg, offset_reg);
290 dst_vec = gen->temps_map[reg->Register.Index][swizzle];
296 dst_vec = ppc_allocate_vec_register(gen->f);
297 ppc_lvx(gen->f, dst_vec, ge
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index]; local
909 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_X); local
919 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Y); local
929 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Z); local
987 int dst_vec = get_dst_vec(gen, inst, TGSI_CHAN_Z); local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c18440 static IRTemp math_DPPD_128 ( IRTemp src_vec, IRTemp dst_vec, UInt imm8 ) argument
18451 mkexpr(dst_vec), mkexpr(src_vec) ),
18468 static IRTemp math_DPPS_128 ( IRTemp src_vec, IRTemp dst_vec, UInt imm8 ) argument
18486 mkexpr(rm), mkexpr(dst_vec), mkexpr(src_vec) ),
18511 static IRTemp math_MPSADBW_128 ( IRTemp dst_vec, IRTemp src_vec, UInt imm8 ) argument
18528 assign(dst_masked, binop(Iop_AndV128, mkexpr(dst_vec), mkexpr(dst_maskV)));
18842 IRTemp dst_vec = newTemp(Ity_V128); local
18847 assign( dst_vec, getXMMReg( gregOfRexRM(pfx, modrm) ) );
18868 mkexpr( math_BLENDPS_128( src_vec, dst_vec, imm8) ) );
18879 IRTemp dst_vec local
18915 IRTemp dst_vec = newTemp(Ity_V128); local
19141 IRTemp dst_vec = newTemp(Ity_V128); local
19174 IRTemp dst_vec = newTemp(Ity_V128); local
19206 IRTemp dst_vec = newTemp(Ity_V128); local
30692 IRTemp dst_vec = newTemp(Ity_V128); local
30722 IRTemp dst_vec = newTemp(Ity_V256); local
30760 IRTemp dst_vec = newTemp(Ity_V128); local
30794 IRTemp dst_vec = newTemp(Ity_V128); local
30829 IRTemp dst_vec = newTemp(Ity_V256); local
[all...]

Completed in 543 milliseconds