Home | History | Annotate | Download | only in priv

Lines Matching full:movdqa

9954    /* 66 0F 6F = MOVDQA -- move from E (mem or xmm) to G (xmm). */
9968 if (insn[1] == 0x28/*movapd*/ || insn[1] == 0x6F/*movdqa*/)
10041 /* 66 0F 7F = MOVDQA -- move from G (xmm) to E (mem or xmm). */
10048 DIP("movdqa %s, %s\n", nameXMMReg(gregOfRM(modrm)),
10055 DIP("movdqa %s, %s\n", nameXMMReg(gregOfRM(modrm)), dis_buf);
10061 /* Unfortunately can't simply use the MOVDQA case since the
10084 /* Unfortunately can't simply use the MOVDQA case since the