Lines Matching refs:MovxLQ
765 i->Ain.MovxLQ.syned = syned; in AMD64Instr_MovxLQ()
766 i->Ain.MovxLQ.src = src; in AMD64Instr_MovxLQ()
767 i->Ain.MovxLQ.dst = dst; in AMD64Instr_MovxLQ()
1171 vex_printf("mov%clq ", i->Ain.MovxLQ.syned ? 's' : 'z'); in ppAMD64Instr()
1172 ppHRegAMD64_lo32(i->Ain.MovxLQ.src); in ppAMD64Instr()
1174 ppHRegAMD64(i->Ain.MovxLQ.dst); in ppAMD64Instr()
1552 addHRegUse(u, HRmRead, i->Ain.MovxLQ.src); in getRegUsage_AMD64Instr()
1553 addHRegUse(u, HRmWrite, i->Ain.MovxLQ.dst); in getRegUsage_AMD64Instr()
1786 mapReg(m, &i->Ain.MovxLQ.src); in mapRegs_AMD64Instr()
1787 mapReg(m, &i->Ain.MovxLQ.dst); in mapRegs_AMD64Instr()
2965 if (i->Ain.MovxLQ.syned) { in emit_AMD64Instr()
2967 *p++ = rexAMode_R(i->Ain.MovxLQ.dst, i->Ain.MovxLQ.src); in emit_AMD64Instr()
2969 p = doAMode_R(p, i->Ain.MovxLQ.dst, i->Ain.MovxLQ.src); in emit_AMD64Instr()
2974 rexAMode_R(i->Ain.MovxLQ.src, i->Ain.MovxLQ.dst)); in emit_AMD64Instr()
2976 p = doAMode_R(p, i->Ain.MovxLQ.src, i->Ain.MovxLQ.dst); in emit_AMD64Instr()