HomeSort by relevance Sort by last modified time
    Searched refs:vdst (Results 1 - 11 of 11) sorted by null

  /art/runtime/verifier/
register_line-inl.h 34 inline bool RegisterLine::SetRegisterType(MethodVerifier* verifier, uint32_t vdst,
36 DCHECK_LT(vdst, num_regs_);
44 line_[vdst] = new_type.GetId();
47 ClearAllRegToLockDepths(vdst);
51 inline bool RegisterLine::SetRegisterTypeWide(MethodVerifier* verifier, uint32_t vdst,
54 DCHECK_LT(vdst + 1, num_regs_);
60 line_[vdst] = new_type1.GetId();
61 line_[vdst + 1] = new_type2.GetId();
64 ClearAllRegToLockDepths(vdst);
65 ClearAllRegToLockDepths(vdst + 1)
    [all...]
register_line.h 61 // Implement category-1 "move" instructions. Copy a 32-bit value from "vsrc" to "vdst".
62 void CopyRegister1(MethodVerifier* verifier, uint32_t vdst, uint32_t vsrc, TypeCategory cat)
65 // Implement category-2 "move" instructions. Copy a 64-bit value from "vsrc" to "vdst". This
67 void CopyRegister2(MethodVerifier* verifier, uint32_t vdst, uint32_t vsrc)
72 void CopyResultRegister1(MethodVerifier* verifier, uint32_t vdst, bool is_reference)
77 void CopyResultRegister2(MethodVerifier* verifier, uint32_t vdst)
86 ALWAYS_INLINE bool SetRegisterType(MethodVerifier* verifier, uint32_t vdst,
90 bool SetRegisterTypeWide(MethodVerifier* verifier, uint32_t vdst, const RegType& new_type1,
register_line.cc 170 void RegisterLine::CopyResultRegister1(MethodVerifier* verifier, uint32_t vdst, bool is_reference) {
175 << "copyRes1 v" << vdst << "<- result0" << " type=" << type;
178 SetRegisterType(verifier, vdst, type);
187 void RegisterLine::CopyResultRegister2(MethodVerifier* verifier, uint32_t vdst) {
192 << "copyRes2 v" << vdst << "<- result0" << " type=" << type_l;
195 SetRegisterTypeWide(verifier, vdst, type_l, type_h); // also sets the high
  /external/skia/src/opts/
SkBlitMask_opts_arm_neon.cpp 149 uint8x8x4_t vdst; local
154 vdst = vld4_u8((uint8_t*)dst);
172 vdst.val[NEON_A] = vbsl_u8(vsel_trans, vdst.val[NEON_A], vdup_n_u8(0xFF));
173 vdst.val[NEON_A] = vbsl_u8(vsel_opq, vopqDstA, vdst.val[NEON_A]);
175 vdst.val[NEON_R] = SkBlend32_neon8(vcolR, vdst.val[NEON_R], vmaskR);
176 vdst.val[NEON_G] = SkBlend32_neon8(vcolG, vdst.val[NEON_G], vmaskG)
217 uint8x8x4_t vdst; local
    [all...]
SkBlitRow_opts_arm_neon.cpp 74 uint16x8_t vdst; local
85 vdst = SkPixel32ToPixel16_neon8(vsrc);
88 vst1q_u16(dst, vdst);
118 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
143 vdst = vld1q_u16(dst);
144 vdst_g = vshlq_n_u16(vdst, 5); // shift green to top of lanes
145 vdst_b = vandq_u16(vdst, vmask_blue); // extract blue
146 vdst_r = vshrq_n_u16(vdst, 6+5); // extract red
630 uint16x8_t vdst, vdst_r, vdst_g, vdst_b; local
635 vdst = vld1q_u16(dst)
767 uint16x8_t vdst; local
1168 uint8x8_t vsrc, vdst, vres; local
1201 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1234 uint8x8_t vsrc = vdup_n_u8(0), vdst = vdup_n_u8(0), vres; local
1272 uint8x8_t vsrc, vdst, vres, vsrc_alphas; local
    [all...]
SkXfermode_opts_arm_neon.cpp 118 uint8x8_t vda, visa, vsrc, vdst; local
134 vdst = vshrn_n_u16(vdst_wide, 8);
136 vsrc += vdst;
148 uint8x8_t vsa, vida, vsrc, vdst; local
164 vdst = vshrn_n_u16(vdst_wide, 8);
166 vsrc += vdst;
180 uint8x8_t vsrc, vdst, visa, vida; local
186 vdst = vreinterpret_u8_u32(vdup_n_u32(dst));
189 vdst_wide = vmull_u8(vdst, visa);
198 vdst = vshrn_n_u16(vdst_wide, 8)
209 uint8x8_t vsrc, vdst; local
219 uint8x8_t vsrc, vdst, vres; local
766 uint8x8x4_t vsrc, vdst, vres; local
861 uint16x8_t vdst, vres16; local
    [all...]
  /external/libnl/lib/route/link/
vlan.c 240 struct vlan_info *vdst, *vsrc = src->l_info; local
246 vdst = dst->l_info;
248 vdst->vi_egress_qos = calloc(vsrc->vi_egress_size,
250 if (!vdst->vi_egress_qos)
253 memcpy(vdst->vi_egress_qos, vsrc->vi_egress_qos,
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1021 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1038 a[0].insert[4-1]( &a[0], vdst, pos );
1042 a[0].insert[4-1]( &a[0], vdst, VB->ClipPtr->data[edst] );
1054 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst );
1066 GLubyte *vdst = vtx->vertex_buf + edst * vtx->vertex_size; local
1075 memcpy( vdst + a[j].vertoffset,
  /external/llvm/lib/Target/R600/
SILoadStoreOptimizer.cpp 218 unsigned DestReg0 = TII->getNamedOperand(*I, AMDGPU::OpName::vdst)->getReg();
220 = TII->getNamedOperand(*Paired, AMDGPU::OpName::vdst)->getReg();
  /external/webp/src/enc/
iterator.c 194 uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; local
208 ExportBlock(vsrc, vdst, pic->uv_stride, uv_w, uv_h);
  /external/webp/src/dec/
frame.c 257 uint8_t* const vdst = dec->cache_v_ - uvsize + uv_offset; local
281 io->v = vdst;
333 memcpy(dec->cache_v_ - uvsize, vdst + 8 * dec->cache_uv_stride_, uvsize);

Completed in 713 milliseconds