Home
last modified time | relevance | path

Searched refs:MovxLQ (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_amd64_defs.c765 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()
[all …]
Dhost_amd64_defs.h509 } MovxLQ; member