Searched refs:CMov64 (Results 1 – 2 of 2) sorted by relevance
723 i->Ain.CMov64.cond = cond; in AMD64Instr_CMov64()724 i->Ain.CMov64.src = src; in AMD64Instr_CMov64()725 i->Ain.CMov64.dst = dst; in AMD64Instr_CMov64()1144 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.CMov64.cond)); in ppAMD64Instr()1145 ppHRegAMD64(i->Ain.CMov64.src); in ppAMD64Instr()1147 ppHRegAMD64(i->Ain.CMov64.dst); in ppAMD64Instr()1527 addHRegUse(u, HRmRead, i->Ain.CMov64.src); in getRegUsage_AMD64Instr()1528 addHRegUse(u, HRmModify, i->Ain.CMov64.dst); in getRegUsage_AMD64Instr()1775 mapReg(m, &i->Ain.CMov64.src); in mapRegs_AMD64Instr()1776 mapReg(m, &i->Ain.CMov64.dst); in mapRegs_AMD64Instr()[all …]
509 } CMov64; member