Home | History | Annotate | Download | only in priv

Lines Matching full:movhps

11443       /* These seems identical to MOVHPS.  This instruction encoding is
11460 /* 0F 16 = MOVHPS -- move from mem to high half of XMM. */
11469 DIP("movhps %s,%s\n", nameXMMReg(eregOfRexRM(pfx,modrm)),
11476 DIP("movhps %s,%s\n", dis_buf,
11484 /* 0F 17 = MOVHPS -- move from high half of XMM to mem. */
11494 DIP("movhps %s,%s\n", nameXMMReg( gregOfRexRM(pfx,modrm) ),
11501 /* Again, this seems identical to MOVHPS. */