Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.c754 i->Ain.MovxLQ.syned = syned; in AMD64Instr_MovxLQ()
755 i->Ain.MovxLQ.src = src; in AMD64Instr_MovxLQ()
756 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()
1539 addHRegUse(u, HRmRead, i->Ain.MovxLQ.src); in getRegUsage_AMD64Instr()
1540 addHRegUse(u, HRmWrite, i->Ain.MovxLQ.dst); in getRegUsage_AMD64Instr()
1787 mapReg(m, &i->Ain.MovxLQ.src); in mapRegs_AMD64Instr()
1788 mapReg(m, &i->Ain.MovxLQ.dst); in mapRegs_AMD64Instr()
[all …]
Dhost_amd64_defs.h531 } MovxLQ; member