Lines Matching refs:vdst
313 uint16_t vdst = READ_INST_4_0();
315 LOG_INST() << "mov v" << vdst << ", v" << vsrc;
317 SET_VREG(vdst, value)
325 uint16_t vdst = READ_INST_8_0();
327 LOG_INST() << "mov v" << vdst << ", v" << vsrc;
329 SET_VREG(vdst, value)
337 uint16_t vdst = READ_INST_16_0();
339 LOG_INST() << "mov v" << vdst << ", v" << vsrc;
341 SET_VREG(vdst, value)
497 uint16_t vdst = READ_INST_8_0();
498 LOG_INST() << "sta v" << vdst;
499 SET_VREG(vdst, GET_ACC().GetRawData())