Searched refs:CMov64 (Results 1 – 2 of 2) sorted by relevance
756 i->Ain.CMov64.cond = cond; in AMD64Instr_CMov64()757 i->Ain.CMov64.src = src; in AMD64Instr_CMov64()758 i->Ain.CMov64.dst = dst; in AMD64Instr_CMov64()1165 vex_printf("cmov%s ", showAMD64CondCode(i->Ain.CMov64.cond)); in ppAMD64Instr()1166 ppAMD64RM(i->Ain.CMov64.src); in ppAMD64Instr()1168 ppHRegAMD64(i->Ain.CMov64.dst); in ppAMD64Instr()1548 addRegUsage_AMD64RM(u, i->Ain.CMov64.src, HRmRead); in getRegUsage_AMD64Instr()1549 addHRegUse(u, HRmModify, i->Ain.CMov64.dst); in getRegUsage_AMD64Instr()1782 mapRegs_AMD64RM(m, i->Ain.CMov64.src); in mapRegs_AMD64Instr()1783 mapReg(m, &i->Ain.CMov64.dst); in mapRegs_AMD64Instr()[all …]
503 } CMov64; member