Lines Matching refs:vdst
1076 uint16_t vdst = READ_INST_4_0();
1078 LOG_INST() << "mov v" << vdst << ", v" << vsrc;
1080 SET_VREG(vdst, value)
1084 uint16_t vdst = READ_INST_8_0();
1086 LOG_INST() << "mov v" << vdst << ", v" << vsrc;
1088 SET_VREG(vdst, value)
1092 uint16_t vdst = READ_INST_16_0();
1094 LOG_INST() << "mov v" << vdst << ", v" << vsrc;
1096 SET_VREG(vdst, value)
1204 uint16_t vdst = READ_INST_8_0();
1205 LOG_INST() << "sta v" << vdst;
1206 SET_VREG(vdst, GET_ACC().GetRawData())