Lines Matching full:movdqa
10196 /* 66 0F 6F = MOVDQA -- move from E (mem or xmm) to G (xmm). */
10210 if (insn[1] == 0x28/*movapd*/ || insn[1] == 0x6F/*movdqa*/)
10283 /* 66 0F 7F = MOVDQA -- move from G (xmm) to E (mem or xmm). */
10290 DIP("movdqa %s, %s\n", nameXMMReg(gregOfRM(modrm)),
10297 DIP("movdqa %s, %s\n", nameXMMReg(gregOfRM(modrm)), dis_buf);
10303 /* Unfortunately can't simply use the MOVDQA case since the
10326 /* Unfortunately can't simply use the MOVDQA case since the